Searched refs:disable_hw (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_cmn.h | 284 * @disable_hw: true, disable HW interrupts. 289 void bnx2x_int_disable_sync(struct bnx2x *bp, int disable_hw); 553 void bnx2x_netif_stop(struct bnx2x *bp, int disable_hw);
|
H A D | bnx2x_cmn.c | 1908 void bnx2x_netif_stop(struct bnx2x *bp, int disable_hw) in bnx2x_netif_stop() argument 1910 bnx2x_int_disable_sync(bp, disable_hw); in bnx2x_netif_stop()
|
H A D | bnx2x_main.c | 1699 void bnx2x_int_disable_sync(struct bnx2x *bp, int disable_hw) in bnx2x_int_disable_sync() argument 1704 if (disable_hw) in bnx2x_int_disable_sync()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_cmn.h | 284 * @disable_hw: true, disable HW interrupts. 289 void bnx2x_int_disable_sync(struct bnx2x *bp, int disable_hw); 553 void bnx2x_netif_stop(struct bnx2x *bp, int disable_hw);
|
H A D | bnx2x_cmn.c | 1919 void bnx2x_netif_stop(struct bnx2x *bp, int disable_hw) in bnx2x_netif_stop() argument 1921 bnx2x_int_disable_sync(bp, disable_hw); in bnx2x_netif_stop()
|
H A D | bnx2x_main.c | 1697 void bnx2x_int_disable_sync(struct bnx2x *bp, int disable_hw) in bnx2x_int_disable_sync() argument 1702 if (disable_hw) in bnx2x_int_disable_sync()
|
/kernel/linux/linux-5.10/drivers/crypto/axis/ |
H A D | artpec6_crypto.c | 2924 goto disable_hw; in artpec6_crypto_probe() 2931 goto disable_hw; in artpec6_crypto_probe() 2952 disable_hw: in artpec6_crypto_probe()
|
/kernel/linux/linux-6.6/drivers/crypto/axis/ |
H A D | artpec6_crypto.c | 2925 goto disable_hw; in artpec6_crypto_probe() 2932 goto disable_hw; in artpec6_crypto_probe() 2953 disable_hw: in artpec6_crypto_probe()
|
Completed in 55 milliseconds