Searched refs:rqidx (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() 737 vi->first_rxq = rqidx; in t4vf_attach() 744 rqidx += vi->nrxq; 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() 1581 vi->first_rxq = rqidx; in t4_attach() 1588 rqidx += vi->nrxq; in t4_attach()
|