Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixgbe/
H A Dif_sriov.c190 mtqc = IXGBE_MTQC_64VF | IXGBE_MTQC_VT_ENA; in ixgbe_get_mtqc()
193 mtqc = IXGBE_MTQC_32VF | IXGBE_MTQC_VT_ENA; in ixgbe_get_mtqc()
808 mtqc = IXGBE_MTQC_VT_ENA; /* No initial MTQC read needed */ in ixgbe_initialize_iov()
H A Dixgbe_dcb_82599.c562 reg |= IXGBE_MTQC_VT_ENA; in ixgbe_dcb_config_82599()
H A Dixgbe_type.h2777 #define IXGBE_MTQC_VT_ENA 0x2 /* VMDQ2 Enable */ macro