Searched refs:spq_prod_bd (Results 1 – 2 of 2) sorted by relevance
3807 struct eth_spe *next_spe = bp->spq_prod_bd; in bnx2x_sp_get_next()3809 if (bp->spq_prod_bd == bp->spq_last_bd) { in bnx2x_sp_get_next()3810 bp->spq_prod_bd = bp->spq; in bnx2x_sp_get_next()3814 bp->spq_prod_bd++; in bnx2x_sp_get_next()3939 (void *)bp->spq_prod_bd - (void *)bp->spq), command, common, in bnx2x_sp_post()6125 bp->spq_prod_bd = bp->spq; in bnx2x_init_sp_ring()6126 bp->spq_last_bd = bp->spq_prod_bd + MAX_SP_DESC_CNT; in bnx2x_init_sp_ring()
1442 struct eth_spe *spq_prod_bd; member