Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/freescale/enetc/
Denetc.c1270 struct enetc_tx_swbd *xdp_tx_arr, int num_tx_swbd) in enetc_xdp_tx() argument
1272 struct enetc_tx_swbd *tmp_tx_swbd = xdp_tx_arr; in enetc_xdp_tx()
1286 struct enetc_tx_swbd *xdp_tx_swbd = &xdp_tx_arr[k]; in enetc_xdp_tx()
1306 struct enetc_tx_swbd *xdp_tx_arr, in enetc_xdp_frame_to_xdp_tx_swbd() argument
1309 struct enetc_tx_swbd *xdp_tx_swbd = &xdp_tx_arr[0]; in enetc_xdp_frame_to_xdp_tx_swbd()
1336 xdp_tx_swbd = &xdp_tx_arr[n]; in enetc_xdp_frame_to_xdp_tx_swbd()
1349 enetc_unmap_tx_buff(tx_ring, &xdp_tx_arr[n]); in enetc_xdp_frame_to_xdp_tx_swbd()
1363 xdp_tx_swbd = &xdp_tx_arr[n]; in enetc_xdp_frame_to_xdp_tx_swbd()
1366 xdp_tx_arr[n - 1].is_eof = true; in enetc_xdp_frame_to_xdp_tx_swbd()
1367 xdp_tx_arr[n - 1].xdp_frame = xdp_frame; in enetc_xdp_frame_to_xdp_tx_swbd()
[all …]