Searched refs:GVE_XDP_ACTIONS (Results 1 – 3 of 3) sorted by relevance
68 #define GVE_XDP_ACTIONS 5 macro300 u64 xdp_actions[GVE_XDP_ACTIONS];
344 for (j = 0; j < GVE_XDP_ACTIONS; j++) in gve_get_ethtool_stats()351 i += GVE_XDP_ACTIONS + 3; /* XDP rx counters */ in gve_get_ethtool_stats()
788 if ((u32)xdp_act < GVE_XDP_ACTIONS) in gve_xdp_done()