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

/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_main.c3816 struct eth_spe *next_spe = bp->spq_prod_bd;
3818 if (bp->spq_prod_bd == bp->spq_last_bd) {
3819 bp->spq_prod_bd = bp->spq;
3823 bp->spq_prod_bd++;
3948 (void *)bp->spq_prod_bd - (void *)bp->spq), command, common,
6134 bp->spq_prod_bd = bp->spq;
6135 bp->spq_last_bd = bp->spq_prod_bd + MAX_SP_DESC_CNT;
H A Dbnx2x.h1442 struct eth_spe *spq_prod_bd; member in struct:bnx2x

Completed in 294 milliseconds