Searched refs:spq_prod_bd (Results 1 – 2 of 2) sorted by relevance
963 struct eth_spe *next_spe = sc->spq_prod_bd; in bnx2x_sp_get_next()965 if (sc->spq_prod_bd == sc->spq_last_bd) { in bnx2x_sp_get_next()967 sc->spq_prod_bd = sc->spq; in bnx2x_sp_get_next()970 sc->spq_prod_bd++; in bnx2x_sp_get_next()1086 (uint8_t *) sc->spq_prod_bd - in bnx2x_sp_post()5209 sc->spq_prod_bd = sc->spq; in bnx2x_init_sp_ring()5210 sc->spq_last_bd = (sc->spq_prod_bd + MAX_SP_DESC_CNT); in bnx2x_init_sp_ring()
1245 struct eth_spe *spq_prod_bd; member