Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/bnx2x/
Dbnx2x_main.c2699 struct eth_spe *next_spe = bp->spq_prod_bd; in bnx2x_sp_get_next()
2701 if (bp->spq_prod_bd == bp->spq_last_bd) { in bnx2x_sp_get_next()
2702 bp->spq_prod_bd = bp->spq; in bnx2x_sp_get_next()
2706 bp->spq_prod_bd++; in bnx2x_sp_get_next()
2798 (void *)bp->spq_prod_bd - (void *)bp->spq), command, in bnx2x_sp_post()
4235 bp->spq_prod_bd = bp->spq; in bnx2x_init_sp_ring()
4236 bp->spq_last_bd = bp->spq_prod_bd + MAX_SP_DESC_CNT; in bnx2x_init_sp_ring()
Dbnx2x.h946 struct eth_spe *spq_prod_bd; member