Lines Matching refs:reset_code
9137 u32 reset_code = 0; in bnx2x_send_unload_req() local
9142 reset_code = DRV_MSG_CODE_UNLOAD_REQ_WOL_DIS; in bnx2x_send_unload_req()
9145 reset_code = DRV_MSG_CODE_UNLOAD_REQ_WOL_MCP; in bnx2x_send_unload_req()
9171 reset_code = DRV_MSG_CODE_UNLOAD_REQ_WOL_EN; in bnx2x_send_unload_req()
9174 reset_code = DRV_MSG_CODE_UNLOAD_REQ_WOL_DIS; in bnx2x_send_unload_req()
9178 reset_code = bnx2x_fw_command(bp, reset_code, 0); in bnx2x_send_unload_req()
9191 reset_code = FW_MSG_CODE_DRV_UNLOAD_COMMON; in bnx2x_send_unload_req()
9193 reset_code = FW_MSG_CODE_DRV_UNLOAD_PORT; in bnx2x_send_unload_req()
9195 reset_code = FW_MSG_CODE_DRV_UNLOAD_FUNCTION; in bnx2x_send_unload_req()
9198 return reset_code; in bnx2x_send_unload_req()
9331 u32 reset_code; in bnx2x_chip_cleanup() local
9402 reset_code = bnx2x_send_unload_req(bp, unload_mode); in bnx2x_chip_cleanup()
9483 rc = bnx2x_reset_hw(bp, reset_code); in bnx2x_chip_cleanup()