chelsio: convert to SKB paged frag API.
Signed-off-by: Ian 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: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
6a930b9f16
commit
011392224b
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue