Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/ti/icssg/
H A Dicssg_common.c578 return ICSSG_XDP_CONSUMED; /* drop */ in emac_xmit_xdp_frame()
586 return ICSSG_XDP_CONSUMED; /* drop */ in emac_xmit_xdp_frame()
641 return ICSSG_XDP_CONSUMED; in emac_xmit_xdp_frame()
684 if (result == ICSSG_XDP_CONSUMED) { in emac_run_xdp()
708 return ICSSG_XDP_CONSUMED; in emac_run_xdp()
H A Dicssg_prueth.h169 #define ICSSG_XDP_CONSUMED BIT(0) macro