Searched refs:total_vecs (Results 1 - 2 of 2) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/
H A Dbnx2.c6155 int i, total_vecs, rc; local
6174 total_vecs = msix_vecs;
6176 total_vecs++;
6179 while (total_vecs >= BNX2_MIN_MSIX_VEC) {
6180 rc = pci_enable_msix(bp->pdev, msix_ent, total_vecs);
6184 total_vecs = rc;
6190 msix_vecs = total_vecs;
6196 for (i = 0; i < total_vecs; i++) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/
H A Dbnx2.c6155 int i, total_vecs, rc; local
6174 total_vecs = msix_vecs;
6176 total_vecs++;
6179 while (total_vecs >= BNX2_MIN_MSIX_VEC) {
6180 rc = pci_enable_msix(bp->pdev, msix_ent, total_vecs);
6184 total_vecs = rc;
6190 msix_vecs = total_vecs;
6196 for (i = 0; i < total_vecs; i++) {

Completed in 93 milliseconds