Searched refs:bnx2x_nic_unload (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_ethtool.c | 2633 bnx2x_nic_unload(bp, UNLOAD_NORMAL, false); in bnx2x_test_ext_loopback() 2953 bnx2x_nic_unload(bp, UNLOAD_NORMAL, false); in bnx2x_self_test() 2985 bnx2x_nic_unload(bp, UNLOAD_NORMAL, false); in bnx2x_self_test() 3512 bnx2x_nic_unload(bp, UNLOAD_NORMAL, true); in bnx2x_set_channels()
|
D | bnx2x_cmn.h | 477 int bnx2x_nic_unload(struct bnx2x *bp, int unload_mode, bool keep_link);
|
D | bnx2x_cmn.c | 2866 bnx2x_nic_unload(bp, UNLOAD_CLOSE, false); in bnx2x_nic_load() 2934 int bnx2x_nic_unload(struct bnx2x *bp, int unload_mode, bool keep_link) in bnx2x_nic_unload() function 4708 bnx2x_nic_unload(bp, UNLOAD_NORMAL, true); in bnx2x_reload_if_running() 4925 bnx2x_nic_unload(bp, UNLOAD_CLOSE, false); in bnx2x_suspend()
|
D | bnx2x_main.c | 9873 if (bnx2x_nic_unload(bp, UNLOAD_RECOVERY, false)) in bnx2x_parity_recover() 10046 bnx2x_nic_unload(bp, UNLOAD_NORMAL, true); in bnx2x_sp_rtnl_task() 12269 bnx2x_nic_unload(bp, UNLOAD_CLOSE, false); in bnx2x_close()
|