HomeSort by: relevance | last modified time | path
    Searched defs:mtqc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/ixgbe/
if_sriov.c 185 uint32_t mtqc; local in function:ixgbe_get_mtqc
189 mtqc = IXGBE_MTQC_64VF | IXGBE_MTQC_VT_ENA;
192 mtqc = IXGBE_MTQC_32VF | IXGBE_MTQC_VT_ENA;
195 mtqc = IXGBE_MTQC_64Q_1PB;
201 return mtqc;
809 uint32_t mrqc, mtqc, vt_ctl, vf_reg, gcr_ext, gpie; local in function:ixgbe_initialize_iov
824 mtqc = IXGBE_MTQC_VT_ENA; /* No initial MTQC read needed */
831 mtqc |= IXGBE_MTQC_64VF;
837 mtqc |= IXGBE_MTQC_32VF
    [all...]
if_sriov.c 185 uint32_t mtqc; local in function:ixgbe_get_mtqc
189 mtqc = IXGBE_MTQC_64VF | IXGBE_MTQC_VT_ENA;
192 mtqc = IXGBE_MTQC_32VF | IXGBE_MTQC_VT_ENA;
195 mtqc = IXGBE_MTQC_64Q_1PB;
201 return mtqc;
809 uint32_t mrqc, mtqc, vt_ctl, vf_reg, gcr_ext, gpie; local in function:ixgbe_initialize_iov
824 mtqc = IXGBE_MTQC_VT_ENA; /* No initial MTQC read needed */
831 mtqc |= IXGBE_MTQC_64VF;
837 mtqc |= IXGBE_MTQC_32VF
    [all...]

Completed in 22 milliseconds