Searched refs:tqidx (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/cxgbe/ |
H A D | t4_vf.c | 483 int rc = 0, i, j, rqidx, tqidx, n, p, pmask; in t4vf_attach() local 723 rqidx = tqidx = 0; in t4vf_attach() 738 vi->first_txq = tqidx; in t4vf_attach() 745 tqidx += vi->ntxq; in t4vf_attach()
|
H A D | t4_main.c | 1197 int rc = 0, i, j, rqidx, tqidx, nports; in t4_attach() local 1556 rqidx = tqidx = 0; in t4_attach() 1582 vi->first_txq = tqidx; in t4_attach() 1589 tqidx += vi->ntxq; in t4_attach()
|