Searched refs:xdp_tx_swbd (Results 1 – 1 of 1) sorted by relevance
1614 if (xdp_tx_swbd->is_eof) { in enetc_xdp_tx()1647 xdp_tx_swbd->dma = dma; in enetc_xdp_frame_to_xdp_tx_swbd()1649 xdp_tx_swbd->len = len; in enetc_xdp_frame_to_xdp_tx_swbd()1651 xdp_tx_swbd->is_eof = false; in enetc_xdp_frame_to_xdp_tx_swbd()1652 xdp_tx_swbd->xdp_frame = NULL; in enetc_xdp_frame_to_xdp_tx_swbd()1659 xdp_tx_swbd = &xdp_tx_arr[n]; in enetc_xdp_frame_to_xdp_tx_swbd()1678 xdp_tx_swbd->dma = dma; in enetc_xdp_frame_to_xdp_tx_swbd()1680 xdp_tx_swbd->len = len; in enetc_xdp_frame_to_xdp_tx_swbd()1682 xdp_tx_swbd->is_eof = false; in enetc_xdp_frame_to_xdp_tx_swbd()1683 xdp_tx_swbd->xdp_frame = NULL; in enetc_xdp_frame_to_xdp_tx_swbd()[all …]