Searched refs:IXGBE_FDIRCTRL_DROP_Q_SHIFT (Results 1 – 2 of 2) sorted by relevance
1380 (IXGBE_FDIR_DROP_QUEUE << IXGBE_FDIRCTRL_DROP_Q_SHIFT) | in ixgbe_init_fdir_perfect_82599()1413 fdirctrl |= (dropqueue << IXGBE_FDIRCTRL_DROP_Q_SHIFT); in ixgbe_set_fdir_drop_queue_82599()
2813 #define IXGBE_FDIRCTRL_DROP_Q_SHIFT 8 macro