Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/
H A Dt4_main.c613 SYSCTL_INT(_hw_cxgbe, OID_AUTO, num_vis, CTLFLAG_RDTUN, &t4_num_vis, 0,
734 uint16_t num_vis; /* number of VIs for each port */ member
1211 int num_vis; in t4_attach() local
1465 num_vis = iaq.num_vis; in t4_attach()
1472 if (num_vis > 1) { in t4_attach()
1473 s->nrxq += nports * (num_vis - 1) * iaq.nrxq_vi; in t4_attach()
1474 s->ntxq += nports * (num_vis - 1) * iaq.ntxq_vi; in t4_attach()
1482 if (num_vis > 1) in t4_attach()
1483 s->nofldtxq += nports * (num_vis - 1) * iaq.nofldtxq_vi; in t4_attach()
1493 if (num_vis > 1) in t4_attach()
[all …]