Home
last modified time | relevance | path

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

/NextBSD/sys/dev/ixgbe/
HDixgbe_82599.c1380 (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()
HDixgbe_type.h2810 #define IXGBE_FDIRCTRL_DROP_Q_SHIFT 8 macro