Home
last modified time | relevance | path

Searched refs:IXGBE_QDE_IDX_SHIFT (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/ixgbe/
H A Dixgbe_dcb_82599.c569 (IXGBE_QDE_WRITE | (q << IXGBE_QDE_IDX_SHIFT))); in ixgbe_dcb_config_82599()
H A Dif_ix.c4195 (IXGBE_QDE_WRITE | (i << IXGBE_QDE_IDX_SHIFT) | in ixgbe_enable_rx_drop()
4220 (IXGBE_QDE_WRITE | (i << IXGBE_QDE_IDX_SHIFT))); in ixgbe_disable_rx_drop()
H A Dixgbe_type.h2756 #define IXGBE_QDE_IDX_SHIFT 8 macro