Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_tc.h77 #define BNXT_TC_ACTION_FLAG_DROP BIT(5) macro
H A Dbnxt_tc.c310 actions->flags |= BNXT_TC_ACTION_FLAG_DROP; in bnxt_tc_parse_actions()
741 if (actions->flags & BNXT_TC_ACTION_FLAG_DROP) { in bnxt_hwrm_cfa_flow_alloc()