Home
last modified time | relevance | path

Searched refs:ICSSG_XDP_CONSUMED (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/ti/icssg/
H A Dicssg_common.c704 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()
H A Dicssg_prueth.h183 #define ICSSG_XDP_CONSUMED BIT(0) macro