Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_82599.c1396 fdircmd |= (u32)queue << IXGBE_FDIRCMD_RX_QUEUE_SHIFT; in ixgbe_fdir_add_signature_filter_82599()
1680 fdircmd |= (u32)queue << IXGBE_FDIRCMD_RX_QUEUE_SHIFT; in ixgbe_fdir_write_perfect_filter_82599()
H A Dixgbe_type.h2630 #define IXGBE_FDIRCMD_RX_QUEUE_SHIFT 16 macro