Searched refs:msix_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.c6153 bnx2_enable_msix(struct bnx2 *bp, int msix_vecs) argument
6174 total_vecs = msix_vecs;
6190 msix_vecs = total_vecs;
6192 msix_vecs--;
6194 bp->irq_nvecs = msix_vecs;
6207 int msix_vecs = min(cpus + 1, RX_MAX_RINGS); local
6215 bnx2_enable_msix(bp, msix_vecs);
/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.c6153 bnx2_enable_msix(struct bnx2 *bp, int msix_vecs) argument
6174 total_vecs = msix_vecs;
6190 msix_vecs = total_vecs;
6192 msix_vecs--;
6194 bp->irq_nvecs = msix_vecs;
6207 int msix_vecs = min(cpus + 1, RX_MAX_RINGS); local
6215 bnx2_enable_msix(bp, msix_vecs);

Completed in 133 milliseconds