Home
last modified time | relevance | path

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

/drivers/net/ethernet/intel/ixgbe/
Dixgbe_82599.c1251 (IXGBE_FDIR_DROP_QUEUE << IXGBE_FDIRCTRL_DROP_Q_SHIFT) | in ixgbe_init_fdir_perfect_82599()
1677 if (queue == IXGBE_FDIR_DROP_QUEUE) in ixgbe_fdir_write_perfect_filter_82599()
Dixgbe_ethtool.c2471 if (rule->action == IXGBE_FDIR_DROP_QUEUE) in ixgbe_get_ethtool_fdir_entry()
2692 queue = IXGBE_FDIR_DROP_QUEUE; in ixgbe_add_ethtool_fdir_entry()
2764 input->action = IXGBE_FDIR_DROP_QUEUE; in ixgbe_add_ethtool_fdir_entry()
Dixgbe_main.c5252 if (action != IXGBE_FDIR_DROP_QUEUE && action != 0) in ixgbe_fdir_filter_restore()
5259 (action == IXGBE_FDIR_DROP_QUEUE) ? in ixgbe_fdir_filter_restore()
5260 IXGBE_FDIR_DROP_QUEUE : in ixgbe_fdir_filter_restore()
9307 *action = IXGBE_FDIR_DROP_QUEUE; in parse_tc_actions()
9308 *queue = IXGBE_FDIR_DROP_QUEUE; in parse_tc_actions()
Dixgbe_type.h2629 #define IXGBE_FDIR_DROP_QUEUE 127 macro