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

/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x.h1439 struct eth_spe *spq; member in struct:bnx2x
1446 /* used to synchronize spq accesses */
H A Dbnx2x_main.c3087 /* spq */
3813 /* must be called under the spq lock */
3819 bp->spq_prod_bd = bp->spq;
3821 DP(BNX2X_MSG_SP, "end of spq\n");
3829 /* must be called under the spq lock */
3948 (void *)bp->spq_prod_bd - (void *)bp->spq), command, common,
6134 bp->spq_prod_bd = bp->spq;
8304 BNX2X_PCI_FREE(bp->spq, bp->spq_mapping, BCM_PAGE_SIZE);
8408 bp->spq = BNX2X_PCI_ALLOC(&bp->spq_mapping, BCM_PAGE_SIZE);
8409 if (!bp->spq)
[all...]

Completed in 253 milliseconds