Lines Matching refs:xdp_tx_swbd
1289 struct enetc_tx_swbd *xdp_tx_swbd = &xdp_tx_arr[k]; in enetc_xdp_tx() local
1291 enetc_xdp_map_tx_buff(tx_ring, i, xdp_tx_swbd, frm_len); in enetc_xdp_tx()
1294 if (xdp_tx_swbd->is_eof) { in enetc_xdp_tx()
1312 struct enetc_tx_swbd *xdp_tx_swbd = &xdp_tx_arr[0]; in enetc_xdp_frame_to_xdp_tx_swbd() local
1327 xdp_tx_swbd->dma = dma; in enetc_xdp_frame_to_xdp_tx_swbd()
1328 xdp_tx_swbd->dir = DMA_TO_DEVICE; in enetc_xdp_frame_to_xdp_tx_swbd()
1329 xdp_tx_swbd->len = len; in enetc_xdp_frame_to_xdp_tx_swbd()
1330 xdp_tx_swbd->is_xdp_redirect = true; 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()
1359 xdp_tx_swbd->dir = DMA_TO_DEVICE; in enetc_xdp_frame_to_xdp_tx_swbd()
1360 xdp_tx_swbd->len = len; in enetc_xdp_frame_to_xdp_tx_swbd()
1361 xdp_tx_swbd->is_xdp_redirect = true; 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()
1366 xdp_tx_swbd = &xdp_tx_arr[n]; in enetc_xdp_frame_to_xdp_tx_swbd()