Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/bxe/
HDbxe.c2330 struct eth_spe *next_spe = sc->spq_prod_bd; in bxe_sp_get_next()
2332 if (sc->spq_prod_bd == sc->spq_last_bd) { in bxe_sp_get_next()
2334 sc->spq_prod_bd = sc->spq; in bxe_sp_get_next()
2337 sc->spq_prod_bd++; in bxe_sp_get_next()
2466 (uint32_t)(U64_LO(sc->spq_dma.paddr) + (uint8_t *)sc->spq_prod_bd - (uint8_t *)sc->spq), in bxe_sp_post()
9926 sc->spq_prod_bd = sc->spq; in bxe_init_sp_ring()
9927 sc->spq_last_bd = (sc->spq_prod_bd + MAX_SP_DESC_CNT); in bxe_init_sp_ring()
HDbxe.h1657 struct eth_spe *spq_prod_bd; member