Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
Dixgbe_ethtool.c2387 if (rule->action == IXGBE_FDIR_DROP_QUEUE) in ixgbe_get_ethtool_fdir_entry()
2662 input->action = IXGBE_FDIR_DROP_QUEUE; in ixgbe_add_ethtool_fdir_entry()
2687 (input->action == IXGBE_FDIR_DROP_QUEUE) ? in ixgbe_add_ethtool_fdir_entry()
2688 IXGBE_FDIR_DROP_QUEUE : in ixgbe_add_ethtool_fdir_entry()
Dixgbe_82599.c1405 (IXGBE_FDIR_DROP_QUEUE << IXGBE_FDIRCTRL_DROP_Q_SHIFT) | in ixgbe_init_fdir_perfect_82599()
1804 if (queue == IXGBE_FDIR_DROP_QUEUE) in ixgbe_fdir_write_perfect_filter_82599()
Dixgbe_type.h2393 #define IXGBE_FDIR_DROP_QUEUE 127 macro
Dixgbe_main.c4435 (filter->action == IXGBE_FDIR_DROP_QUEUE) ? in ixgbe_fdir_filter_restore()
4436 IXGBE_FDIR_DROP_QUEUE : in ixgbe_fdir_filter_restore()