Searched refs:xdp_actions (Results 1 – 3 of 3) sorted by relevance
789 rx->xdp_actions[xdp_act]++; in gve_xdp_done()874 rx->xdp_actions[XDP_PASS]++; in gve_rx()1001 u64 xdp_redirects = rx->xdp_actions[XDP_REDIRECT]; in gve_clean_rx_done()1002 u64 xdp_txs = rx->xdp_actions[XDP_TX]; in gve_clean_rx_done()1050 if (xdp_txs != rx->xdp_actions[XDP_TX]) in gve_clean_rx_done()1053 if (xdp_redirects != rx->xdp_actions[XDP_REDIRECT]) in gve_clean_rx_done()
300 u64 xdp_actions[GVE_XDP_ACTIONS]; member
345 data[i + j] = rx->xdp_actions[j]; in gve_get_ethtool_stats()