Searched refs:spq (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x.h | 1439 struct eth_spe *spq; member 1446 /* used to synchronize spq accesses */
|
H A D | bnx2x_main.c | 3089 /* spq */ in bnx2x_func_init() 3815 /* must be called under the spq lock */ 3821 bp->spq_prod_bd = bp->spq; in bnx2x_sp_get_next() 3823 DP(BNX2X_MSG_SP, "end of spq\n"); in bnx2x_sp_get_next() 3831 /* must be called under the spq lock */ 3950 (void *)bp->spq_prod_bd - (void *)bp->spq), command, common, in bnx2x_sp_post() 6136 bp->spq_prod_bd = bp->spq; in bnx2x_init_sp_ring() 8306 BNX2X_PCI_FREE(bp->spq, bp->spq_mapping, BCM_PAGE_SIZE); in bnx2x_free_mem() 8410 bp->spq = BNX2X_PCI_ALLOC(&bp->spq_mapping, BCM_PAGE_SIZE); in bnx2x_alloc_mem() 8411 if (!bp->spq) in bnx2x_alloc_mem() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x.h | 1439 struct eth_spe *spq; member 1446 /* used to synchronize spq accesses */
|
H A D | bnx2x_main.c | 3087 /* spq */ in bnx2x_func_init() 3813 /* must be called under the spq lock */ 3819 bp->spq_prod_bd = bp->spq; in bnx2x_sp_get_next() 3821 DP(BNX2X_MSG_SP, "end of spq\n"); in bnx2x_sp_get_next() 3829 /* must be called under the spq lock */ 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() [all...] |
Completed in 34 milliseconds