Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixgbe/
H A Dixgbe_82599.c1397 (IXGBE_FDIR_DROP_QUEUE << IXGBE_FDIRCTRL_DROP_Q_SHIFT) | in ixgbe_init_fdir_perfect_82599()
1427 fdirctrl |= (dropqueue << IXGBE_FDIRCTRL_DROP_Q_SHIFT); in ixgbe_set_fdir_drop_queue_82599()
H A Dixgbe_type.h3002 #define IXGBE_FDIRCTRL_DROP_Q_SHIFT 8 macro