Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_main.c3819 bp->spq_prod_bd = bp->spq; in bnx2x_sp_get_next()
3948 (void *)bp->spq_prod_bd - (void *)bp->spq), command, common, in bnx2x_sp_post()
6134 bp->spq_prod_bd = bp->spq; in bnx2x_init_sp_ring()
8304 BNX2X_PCI_FREE(bp->spq, bp->spq_mapping, BCM_PAGE_SIZE); in bnx2x_free_mem()
8408 bp->spq = BNX2X_PCI_ALLOC(&bp->spq_mapping, BCM_PAGE_SIZE); in bnx2x_alloc_mem()
8409 if (!bp->spq) in bnx2x_alloc_mem()
H A Dbnx2x.h1439 struct eth_spe *spq; member