Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_fdir.c263 uint32_t fdirm = IXGBE_FDIRM_POOL | IXGBE_FDIRM_DIPv6; in fdir_set_input_mask_82599()
346 uint32_t fdirm = IXGBE_FDIRM_POOL | IXGBE_FDIRM_DIPv6 | in fdir_set_input_mask_x550()
/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_82599.c1667 u32 fdirm = IXGBE_FDIRM_DIPv6; in ixgbe_fdir_set_input_mask_82599()
H A Dixgbe_type.h2990 #define IXGBE_FDIRM_DIPv6 0x00000020 macro