Home
last modified time | relevance | path

Searched refs:tx_swbd (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc.c93 static struct sk_buff *enetc_tx_swbd_get_skb(struct enetc_tx_swbd *tx_swbd) in enetc_tx_swbd_get_skb() argument
95 if (tx_swbd->is_xdp_tx || tx_swbd->is_xdp_redirect) in enetc_tx_swbd_get_skb()
98 return tx_swbd->skb; in enetc_tx_swbd_get_skb()
102 enetc_tx_swbd_get_xdp_frame(struct enetc_tx_swbd *tx_swbd) in enetc_tx_swbd_get_xdp_frame() argument
104 if (tx_swbd->is_xdp_redirect) in enetc_tx_swbd_get_xdp_frame()
105 return tx_swbd->xdp_frame; in enetc_tx_swbd_get_xdp_frame()
111 struct enetc_tx_swbd *tx_swbd) in enetc_unmap_tx_buff() argument
117 if (tx_swbd->is_dma_page) in enetc_unmap_tx_buff()
118 dma_unmap_page(tx_ring->dev, tx_swbd in enetc_unmap_tx_buff()
128 enetc_free_tx_frame(struct enetc_bdr * tx_ring,struct enetc_tx_swbd * tx_swbd) enetc_free_tx_frame() argument
215 struct enetc_tx_swbd *tx_swbd = &tx_ring->tx_swbd[i]; enetc_unwind_tx_frame() local
229 struct enetc_tx_swbd *tx_swbd; enetc_map_tx_buffs() local
462 enetc_map_tx_tso_hdr(struct enetc_bdr * tx_ring,struct sk_buff * skb,struct enetc_tx_swbd * tx_swbd,union enetc_tx_bd * txbd,int * i,int hdr_len,int data_len) enetc_map_tx_tso_hdr() argument
519 enetc_map_tx_tso_data(struct enetc_bdr * tx_ring,struct sk_buff * skb,struct enetc_tx_swbd * tx_swbd,union enetc_tx_bd * txbd,char * data,int size,bool last_bd) enetc_map_tx_tso_data() argument
650 struct enetc_tx_swbd *tx_swbd; enetc_lso_map_hdr() local
734 struct enetc_tx_swbd *tx_swbd; enetc_lso_map_data() local
803 struct enetc_tx_swbd *tx_swbd; enetc_lso_hw_offload() local
842 struct enetc_tx_swbd *tx_swbd; enetc_map_tx_tso_buffs() local
1134 enetc_recycle_xdp_tx_buff(struct enetc_bdr * tx_ring,struct enetc_tx_swbd * tx_swbd) enetc_recycle_xdp_tx_buff() argument
1177 struct enetc_tx_swbd *tx_swbd; enetc_clean_tx_ring() local
1608 enetc_xdp_map_tx_buff(struct enetc_bdr * tx_ring,int i,struct enetc_tx_swbd * tx_swbd,int frm_len) enetc_xdp_map_tx_buff() argument
1858 struct enetc_tx_swbd *tx_swbd = &xdp_tx_arr[n]; enetc_rx_swbd_to_xdp_tx_swbd() local
2369 struct enetc_tx_swbd *tx_swbd = &tx_ring->tx_swbd[i]; enetc_free_tx_ring() local
[all...]
H A Denetc.h132 struct enetc_tx_swbd *tx_swbd; member
153 struct enetc_tx_swbd *tx_swbd; member