Lines Matching refs:xdp_tx_swbd
993 struct enetc_tx_swbd *xdp_tx_swbd = &xdp_tx_arr[k]; in enetc_xdp_tx() local
995 enetc_xdp_map_tx_buff(tx_ring, i, xdp_tx_swbd, frm_len); in enetc_xdp_tx()
998 if (xdp_tx_swbd->is_eof) { in enetc_xdp_tx()
1016 struct enetc_tx_swbd *xdp_tx_swbd = &xdp_tx_arr[0]; in enetc_xdp_frame_to_xdp_tx_swbd() local
1031 xdp_tx_swbd->dma = dma; in enetc_xdp_frame_to_xdp_tx_swbd()
1032 xdp_tx_swbd->dir = DMA_TO_DEVICE; in enetc_xdp_frame_to_xdp_tx_swbd()
1033 xdp_tx_swbd->len = len; in enetc_xdp_frame_to_xdp_tx_swbd()
1034 xdp_tx_swbd->is_xdp_redirect = true; in enetc_xdp_frame_to_xdp_tx_swbd()
1035 xdp_tx_swbd->is_eof = false; in enetc_xdp_frame_to_xdp_tx_swbd()
1036 xdp_tx_swbd->xdp_frame = NULL; in enetc_xdp_frame_to_xdp_tx_swbd()
1039 xdp_tx_swbd = &xdp_tx_arr[n]; in enetc_xdp_frame_to_xdp_tx_swbd()
1058 xdp_tx_swbd->dma = dma; in enetc_xdp_frame_to_xdp_tx_swbd()
1059 xdp_tx_swbd->dir = DMA_TO_DEVICE; in enetc_xdp_frame_to_xdp_tx_swbd()
1060 xdp_tx_swbd->len = len; in enetc_xdp_frame_to_xdp_tx_swbd()
1061 xdp_tx_swbd->is_xdp_redirect = true; in enetc_xdp_frame_to_xdp_tx_swbd()
1062 xdp_tx_swbd->is_eof = false; in enetc_xdp_frame_to_xdp_tx_swbd()
1063 xdp_tx_swbd->xdp_frame = NULL; in enetc_xdp_frame_to_xdp_tx_swbd()
1066 xdp_tx_swbd = &xdp_tx_arr[n]; in enetc_xdp_frame_to_xdp_tx_swbd()