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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/bnx2x/
H A Dbnx2x.h706 struct eth_spe *spq_prod_bd; member in struct:bnx2x
H A Dbnx2x_main.c1711 struct eth_spe *next_spe = bp->spq_prod_bd;
1713 if (bp->spq_prod_bd == bp->spq_last_bd) {
1714 bp->spq_prod_bd = bp->spq;
1718 bp->spq_prod_bd++;
1777 (void *)bp->spq_prod_bd - (void *)bp->spq), command,
2928 bp->spq_prod_bd = bp->spq;
2929 bp->spq_last_bd = bp->spq_prod_bd + MAX_SP_DESC_CNT;

Completed in 104 milliseconds