eth_spe
sc->spq = (struct eth_spe *)sc->spq_dma.vaddr;
struct eth_spe *bxe_sp_get_next(struct bxe_softc *sc)
struct eth_spe *next_spe = sc->spq_prod_bd;
struct eth_spe *spe;
struct eth_spe *spq;
#define SP_DESC_CNT (BCM_PAGE_SIZE / sizeof(struct eth_spe))
struct eth_spe *spq_prod_bd;
struct eth_spe *spq_last_bd;