Lines Matching refs:reset_code
9138 u32 reset_code = 0; in bnx2x_send_unload_req() local
9143 reset_code = DRV_MSG_CODE_UNLOAD_REQ_WOL_DIS; in bnx2x_send_unload_req()
9146 reset_code = DRV_MSG_CODE_UNLOAD_REQ_WOL_MCP; in bnx2x_send_unload_req()
9172 reset_code = DRV_MSG_CODE_UNLOAD_REQ_WOL_EN; in bnx2x_send_unload_req()
9175 reset_code = DRV_MSG_CODE_UNLOAD_REQ_WOL_DIS; in bnx2x_send_unload_req()
9179 reset_code = bnx2x_fw_command(bp, reset_code, 0); in bnx2x_send_unload_req()
9192 reset_code = FW_MSG_CODE_DRV_UNLOAD_COMMON; in bnx2x_send_unload_req()
9194 reset_code = FW_MSG_CODE_DRV_UNLOAD_PORT; in bnx2x_send_unload_req()
9196 reset_code = FW_MSG_CODE_DRV_UNLOAD_FUNCTION; in bnx2x_send_unload_req()
9199 return reset_code; in bnx2x_send_unload_req()
9332 u32 reset_code; in bnx2x_chip_cleanup() local
9403 reset_code = bnx2x_send_unload_req(bp, unload_mode); in bnx2x_chip_cleanup()
9484 rc = bnx2x_reset_hw(bp, reset_code); in bnx2x_chip_cleanup()