Lines Matching refs:enetc_tx_swbd
34 static struct sk_buff *enetc_tx_swbd_get_skb(struct enetc_tx_swbd *tx_swbd) in enetc_tx_swbd_get_skb()
43 enetc_tx_swbd_get_xdp_frame(struct enetc_tx_swbd *tx_swbd) in enetc_tx_swbd_get_xdp_frame()
52 struct enetc_tx_swbd *tx_swbd) in enetc_unmap_tx_buff()
69 struct enetc_tx_swbd *tx_swbd) in enetc_free_tx_frame()
131 struct enetc_tx_swbd *tx_swbd; in enetc_map_tx_buffs()
321 struct enetc_tx_swbd *tx_swbd, in enetc_map_tx_tso_hdr()
374 struct enetc_tx_swbd *tx_swbd, in enetc_map_tx_tso_data()
472 struct enetc_tx_swbd *tx_swbd; in enetc_map_tx_tso_buffs()
756 struct enetc_tx_swbd *tx_swbd) in enetc_recycle_xdp_tx_buff()
799 struct enetc_tx_swbd *tx_swbd; in enetc_clean_tx_ring()
1227 struct enetc_tx_swbd *tx_swbd, in enetc_xdp_map_tx_buff()
1246 struct enetc_tx_swbd *xdp_tx_arr, int num_tx_swbd) in enetc_xdp_tx()
1248 struct enetc_tx_swbd *tmp_tx_swbd = xdp_tx_arr; in enetc_xdp_tx()
1262 struct enetc_tx_swbd *xdp_tx_swbd = &xdp_tx_arr[k]; in enetc_xdp_tx()
1282 struct enetc_tx_swbd *xdp_tx_arr, in enetc_xdp_frame_to_xdp_tx_swbd()
1285 struct enetc_tx_swbd *xdp_tx_swbd = &xdp_tx_arr[0]; in enetc_xdp_frame_to_xdp_tx_swbd()
1347 struct enetc_tx_swbd xdp_redirect_arr[ENETC_MAX_SKB_FRAGS] = {0}; in enetc_xdp_xmit()
1453 static int enetc_rx_swbd_to_xdp_tx_swbd(struct enetc_tx_swbd *xdp_tx_arr, in enetc_rx_swbd_to_xdp_tx_swbd()
1462 struct enetc_tx_swbd *tx_swbd = &xdp_tx_arr[n]; in enetc_rx_swbd_to_xdp_tx_swbd()
1514 struct enetc_tx_swbd xdp_tx_arr[ENETC_MAX_SKB_FRAGS] = {0}; in enetc_clean_rx_ring_xdp()
1760 txr->tx_swbd = vzalloc(txr->bd_count * sizeof(struct enetc_tx_swbd)); in enetc_alloc_txbdr()
1917 struct enetc_tx_swbd *tx_swbd = &tx_ring->tx_swbd[i]; in enetc_free_tx_ring()