Searched refs:ICSSG_XDP_CONSUMED (Results 1 – 2 of 2) sorted by relevance
704 return ICSSG_XDP_CONSUMED; /* drop */ in emac_xmit_xdp_frame()712 return ICSSG_XDP_CONSUMED; /* drop */ in emac_xmit_xdp_frame()767 return ICSSG_XDP_CONSUMED; in emac_xmit_xdp_frame()809 if (result == ICSSG_XDP_CONSUMED) { in emac_run_xdp()832 return ICSSG_XDP_CONSUMED; in emac_run_xdp()977 case ICSSG_XDP_CONSUMED: in emac_rx_packet_zc()1077 if (*xdp_state == ICSSG_XDP_CONSUMED) { in emac_rx_packet()
183 #define ICSSG_XDP_CONSUMED BIT(0) macro