Lines Matching refs:reset_code
9015 u32 reset_code = 0; in bnx2x_send_unload_req() local
9020 reset_code = DRV_MSG_CODE_UNLOAD_REQ_WOL_DIS; in bnx2x_send_unload_req()
9023 reset_code = DRV_MSG_CODE_UNLOAD_REQ_WOL_MCP; in bnx2x_send_unload_req()
9049 reset_code = DRV_MSG_CODE_UNLOAD_REQ_WOL_EN; in bnx2x_send_unload_req()
9052 reset_code = DRV_MSG_CODE_UNLOAD_REQ_WOL_DIS; in bnx2x_send_unload_req()
9056 reset_code = bnx2x_fw_command(bp, reset_code, 0); in bnx2x_send_unload_req()
9069 reset_code = FW_MSG_CODE_DRV_UNLOAD_COMMON; in bnx2x_send_unload_req()
9071 reset_code = FW_MSG_CODE_DRV_UNLOAD_PORT; in bnx2x_send_unload_req()
9073 reset_code = FW_MSG_CODE_DRV_UNLOAD_FUNCTION; in bnx2x_send_unload_req()
9076 return reset_code; in bnx2x_send_unload_req()
9209 u32 reset_code; in bnx2x_chip_cleanup() local
9269 reset_code = bnx2x_send_unload_req(bp, unload_mode); in bnx2x_chip_cleanup()
9340 rc = bnx2x_reset_hw(bp, reset_code); in bnx2x_chip_cleanup()