Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 01139222 authored by Ian Campbell's avatar Ian Campbell Committed by David S. Miller
Browse files

chelsio: convert to SKB paged frag API.



Signed-off-by: default avatarIan Campbell <ian.campbell@citrix.com>
Cc: Divy Le Ray <divy@chelsio.com>
Cc: Dimitris Michailidis <dm@chelsio.com>
Cc: Casey Leedom <leedom@chelsio.com>
Cc: netdev@vger.kernel.org
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 6a930b9f
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -1277,9 +1277,8 @@ static inline void write_tx_descs(struct adapter *adapter, struct sk_buff *skb,
			ce = q->centries;
		}

		mapping = pci_map_page(adapter->pdev, frag->page,
				       frag->page_offset, frag->size,
				       PCI_DMA_TODEVICE);
		mapping = skb_frag_dma_map(&adapter->pdev->dev, frag, 0,
					   frag->size, PCI_DMA_TODEVICE);
		desc_mapping = mapping;
		desc_len = frag->size;