Lines Matching refs:xdp_tx_arr
1246 struct enetc_tx_swbd *xdp_tx_arr, int num_tx_swbd) in enetc_xdp_tx() argument
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() argument
1285 struct enetc_tx_swbd *xdp_tx_swbd = &xdp_tx_arr[0]; in enetc_xdp_frame_to_xdp_tx_swbd()
1308 xdp_tx_swbd = &xdp_tx_arr[n]; in enetc_xdp_frame_to_xdp_tx_swbd()
1321 enetc_unmap_tx_buff(tx_ring, &xdp_tx_arr[n]); in enetc_xdp_frame_to_xdp_tx_swbd()
1335 xdp_tx_swbd = &xdp_tx_arr[n]; in enetc_xdp_frame_to_xdp_tx_swbd()
1338 xdp_tx_arr[n - 1].is_eof = true; in enetc_xdp_frame_to_xdp_tx_swbd()
1339 xdp_tx_arr[n - 1].xdp_frame = xdp_frame; in enetc_xdp_frame_to_xdp_tx_swbd()
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() argument
1462 struct enetc_tx_swbd *tx_swbd = &xdp_tx_arr[n]; in enetc_rx_swbd_to_xdp_tx_swbd()
1476 xdp_tx_arr[n - 1].is_eof = true; 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() local
1579 xdp_tx_bd_cnt = enetc_rx_swbd_to_xdp_tx_swbd(xdp_tx_arr, in enetc_clean_rx_ring_xdp()
1583 if (!enetc_xdp_tx(tx_ring, xdp_tx_arr, xdp_tx_bd_cnt)) { in enetc_clean_rx_ring_xdp()