Searched refs:bnx2x_wait_sp_comp (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_cmn.h | 1228 * bnx2x_wait_sp_comp - wait for the outstanding SP commands. 1233 static inline bool bnx2x_wait_sp_comp(struct bnx2x *bp, unsigned long mask) in bnx2x_wait_sp_comp() function
|
H A D | bnx2x_main.c | 9452 if (!bnx2x_wait_sp_comp(bp, ~0x0UL)) in bnx2x_chip_cleanup() 14778 if (!bnx2x_wait_sp_comp(bp, sp_bits)) in bnx2x_drv_ctl() 14797 if (!bnx2x_wait_sp_comp(bp, sp_bits)) in bnx2x_drv_ctl()
|
H A D | bnx2x_cmn.c | 2905 if (IS_PF(bp) && !bnx2x_wait_sp_comp(bp, ~0x0UL)) { in bnx2x_nic_load()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_cmn.h | 1228 * bnx2x_wait_sp_comp - wait for the outstanding SP commands. 1233 static inline bool bnx2x_wait_sp_comp(struct bnx2x *bp, unsigned long mask) in bnx2x_wait_sp_comp() function
|
H A D | bnx2x_main.c | 9450 if (!bnx2x_wait_sp_comp(bp, ~0x0UL)) in bnx2x_chip_cleanup() 14706 if (!bnx2x_wait_sp_comp(bp, sp_bits)) in bnx2x_drv_ctl() 14725 if (!bnx2x_wait_sp_comp(bp, sp_bits)) in bnx2x_drv_ctl()
|
H A D | bnx2x_cmn.c | 2917 if (IS_PF(bp) && !bnx2x_wait_sp_comp(bp, ~0x0UL)) { in bnx2x_nic_load()
|
Completed in 46 milliseconds