Home
last modified time | relevance | path

Searched refs:IXGBE_FDIRCMD_DROP (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_fdir.c1160 if (rule->fdirflags & IXGBE_FDIRCMD_DROP) { in ixgbe_fdir_filter_program()
1163 fdircmd_flags |= IXGBE_FDIRCMD_DROP; in ixgbe_fdir_filter_program()
H A Dixgbe_flow.c1452 rule->fdirflags = IXGBE_FDIRCMD_DROP; in ixgbe_parse_fdir_act_attr()
2785 rule->fdirflags == IXGBE_FDIRCMD_DROP && in ixgbe_parse_fdir_filter()
/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_82599.c1913 fdircmd |= IXGBE_FDIRCMD_DROP; in ixgbe_fdir_write_perfect_filter_82599()
H A Dixgbe_type.h3032 #define IXGBE_FDIRCMD_DROP 0x00000200 macro