Searched refs:spq_prod_bd (Results 1 – 2 of 2) sorted by relevance
967 struct eth_spe *next_spe = sc->spq_prod_bd; in bnx2x_sp_get_next()969 if (sc->spq_prod_bd == sc->spq_last_bd) { in bnx2x_sp_get_next()971 sc->spq_prod_bd = sc->spq; in bnx2x_sp_get_next()974 sc->spq_prod_bd++; in bnx2x_sp_get_next()1090 (uint8_t *) sc->spq_prod_bd - in bnx2x_sp_post()5213 sc->spq_prod_bd = sc->spq; in bnx2x_init_sp_ring()5214 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