Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_fdir.c282 fdirm |= IXGBE_FDIRM_VLANP; in fdir_set_input_mask_82599()
288 fdirm |= IXGBE_FDIRM_VLANID | IXGBE_FDIRM_VLANP; in fdir_set_input_mask_82599()
363 fdirm |= IXGBE_FDIRM_VLANP; in fdir_set_input_mask_x550()
369 fdirm |= IXGBE_FDIRM_VLANID | IXGBE_FDIRM_VLANP; in fdir_set_input_mask_x550()
/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_82599.c1720 fdirm |= IXGBE_FDIRM_VLANP; in ixgbe_fdir_set_input_mask_82599()
H A Dixgbe_type.h2986 #define IXGBE_FDIRM_VLANP 0x00000002 macro