Home
last modified time | relevance | path

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

/src/sys/dev/cxgbe/
H A Dt4_main.c656 SYSCTL_INT(_hw_cxgbe, OID_AUTO, num_vis, CTLFLAG_RDTUN, &t4_num_vis, 0,
785 uint16_t num_vis; /* number of VIs for each port */ member
1323 int num_vis; in t4_attach() local
1580 num_vis = iaq.num_vis; in t4_attach()
1588 if (num_vis > 1) { in t4_attach()
1589 s->nrxq += nports * (num_vis - 1) * iaq.nrxq_vi; in t4_attach()
1590 s->ntxq += nports * (num_vis - 1) * iaq.ntxq_vi; in t4_attach()
1598 if (num_vis > 1) in t4_attach()
1599 s->nofldtxq += nports * (num_vis - 1) * iaq.nofldtxq_vi; in t4_attach()
1609 if (num_vis > 1) in t4_attach()
[all …]