Searched refs:tx_swbd (Results 1 – 2 of 2) sorted by relevance
86 struct enetc_tx_swbd *tx_swbd) in enetc_unmap_tx_buff() argument88 if (tx_swbd->is_dma_page) in enetc_unmap_tx_buff()89 dma_unmap_page(tx_ring->dev, tx_swbd->dma, in enetc_unmap_tx_buff()90 tx_swbd->len, DMA_TO_DEVICE); in enetc_unmap_tx_buff()92 dma_unmap_single(tx_ring->dev, tx_swbd->dma, in enetc_unmap_tx_buff()93 tx_swbd->len, DMA_TO_DEVICE); in enetc_unmap_tx_buff()94 tx_swbd->dma = 0; in enetc_unmap_tx_buff()98 struct enetc_tx_swbd *tx_swbd) in enetc_free_tx_skb() argument100 if (tx_swbd->dma) in enetc_free_tx_skb()101 enetc_unmap_tx_buff(tx_ring, tx_swbd); in enetc_free_tx_skb()[all …]
63 struct enetc_tx_swbd *tx_swbd; member