Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/
H A Dt4_main.c301 SYSCTL_INT(_hw_cxgbe, OID_AUTO, ntxq_vi, CTLFLAG_RDTUN, &t4_ntxq_vi, 0,
744 uint16_t ntxq_vi; /* # of NIC txq's */ member
1474 s->ntxq += nports * (num_vis - 1) * iaq.ntxq_vi; in t4_attach()
1586 vi->ntxq = j == 0 ? iaq.ntxq : iaq.ntxq_vi; in t4_attach()
4451 iaq->ntxq_vi = t4_ntxq_vi; in calculate_iaq()
4511 iaq->ntxq_vi = iaq->nrxq_vi = 0; in calculate_iaq()
4565 MPASS(iaq->ntxq_vi > 0); in calculate_iaq()