Searched refs:unload_mode (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/net/ethernet/broadcom/bnx2x/ |
| H A D | bnx2x_cmn.h | 87 u32 bnx2x_send_unload_req(struct bnx2x *bp, int unload_mode); 372 void bnx2x_chip_cleanup(struct bnx2x *bp, int unload_mode, bool keep_link); 481 int bnx2x_nic_unload(struct bnx2x *bp, int unload_mode, bool keep_link);
|
| H A D | bnx2x_cmn.c | 2996 int bnx2x_nic_unload(struct bnx2x *bp, int unload_mode, bool keep_link) in bnx2x_nic_unload() argument 3076 if (unload_mode != UNLOAD_RECOVERY) in bnx2x_nic_unload() 3085 } else if (unload_mode != UNLOAD_RECOVERY) { in bnx2x_nic_unload() 3087 bnx2x_chip_cleanup(bp, unload_mode, keep_link); in bnx2x_nic_unload() 3090 bnx2x_send_unload_req(bp, unload_mode); in bnx2x_nic_unload()
|