Searched refs:xdp_tx_swbd (Results 1 – 1 of 1) sorted by relevance
1294 if (xdp_tx_swbd->is_eof) { in enetc_xdp_tx()1327 xdp_tx_swbd->dma = dma; in enetc_xdp_frame_to_xdp_tx_swbd()1329 xdp_tx_swbd->len = len; in enetc_xdp_frame_to_xdp_tx_swbd()1331 xdp_tx_swbd->is_eof = false; in enetc_xdp_frame_to_xdp_tx_swbd()1332 xdp_tx_swbd->xdp_frame = NULL; in enetc_xdp_frame_to_xdp_tx_swbd()1339 xdp_tx_swbd = &xdp_tx_arr[n]; in enetc_xdp_frame_to_xdp_tx_swbd()1358 xdp_tx_swbd->dma = dma; in enetc_xdp_frame_to_xdp_tx_swbd()1360 xdp_tx_swbd->len = len; in enetc_xdp_frame_to_xdp_tx_swbd()1362 xdp_tx_swbd->is_eof = false; in enetc_xdp_frame_to_xdp_tx_swbd()1363 xdp_tx_swbd->xdp_frame = NULL; in enetc_xdp_frame_to_xdp_tx_swbd()[all …]