Searched refs:xdp_tx_arr (Results 1 - 1 of 1) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/enetc/ |
H A D | enetc.c | 1272 struct enetc_tx_swbd *xdp_tx_arr, int num_tx_swbd) in enetc_xdp_tx() 1274 struct enetc_tx_swbd *tmp_tx_swbd = xdp_tx_arr; in enetc_xdp_tx() 1288 struct enetc_tx_swbd *xdp_tx_swbd = &xdp_tx_arr[k]; in enetc_xdp_tx() 1308 struct enetc_tx_swbd *xdp_tx_arr, in enetc_xdp_frame_to_xdp_tx_swbd() 1311 struct enetc_tx_swbd *xdp_tx_swbd = &xdp_tx_arr[0]; in enetc_xdp_frame_to_xdp_tx_swbd() 1338 xdp_tx_swbd = &xdp_tx_arr[n]; in enetc_xdp_frame_to_xdp_tx_swbd() 1351 enetc_unmap_tx_buff(tx_ring, &xdp_tx_arr[n]); in enetc_xdp_frame_to_xdp_tx_swbd() 1365 xdp_tx_swbd = &xdp_tx_arr[n]; in enetc_xdp_frame_to_xdp_tx_swbd() 1368 xdp_tx_arr[n - 1].is_eof = true; in enetc_xdp_frame_to_xdp_tx_swbd() 1369 xdp_tx_arr[ in enetc_xdp_frame_to_xdp_tx_swbd() 1271 enetc_xdp_tx(struct enetc_bdr *tx_ring, struct enetc_tx_swbd *xdp_tx_arr, int num_tx_swbd) enetc_xdp_tx() argument 1307 enetc_xdp_frame_to_xdp_tx_swbd(struct enetc_bdr *tx_ring, struct enetc_tx_swbd *xdp_tx_arr, struct xdp_frame *xdp_frame) enetc_xdp_frame_to_xdp_tx_swbd() argument 1491 enetc_rx_swbd_to_xdp_tx_swbd(struct enetc_tx_swbd *xdp_tx_arr, struct enetc_bdr *rx_ring, int rx_ring_first, int rx_ring_last) enetc_rx_swbd_to_xdp_tx_swbd() argument 1535 struct enetc_tx_swbd xdp_tx_arr[ENETC_MAX_SKB_FRAGS] = {0}; enetc_clean_rx_ring_xdp() local [all...] |
Completed in 4 milliseconds