Searched refs:hwrm_cmd_timeo (Results 1 – 3 of 3) sorted by relevance
215 for (i = 0; i < softc->hwrm_cmd_timeo; i++) { in _hwrm_send_message()220 if (i >= softc->hwrm_cmd_timeo) { in _hwrm_send_message()223 GET_HWRM_REQ_TYPE(req->req_type), softc->hwrm_cmd_timeo, in _hwrm_send_message()229 for (i = 0; i < softc->hwrm_cmd_timeo; i++) { in _hwrm_send_message()234 if (i >= softc->hwrm_cmd_timeo) { in _hwrm_send_message()238 softc->hwrm_cmd_timeo, le16toh(req->req_type), in _hwrm_send_message()759 old_timeo = softc->hwrm_cmd_timeo; in bnxt_hwrm_passthrough()761 softc->hwrm_cmd_timeo = BNXT_NVM_TIMEO; in bnxt_hwrm_passthrough()763 softc->hwrm_cmd_timeo = max(app_timeout, softc->hwrm_cmd_timeo); in bnxt_hwrm_passthrough()765 softc->hwrm_cmd_timeo = old_timeo; in bnxt_hwrm_passthrough()[all …]
1019 uint32_t hwrm_cmd_timeo; /* milliseconds */ member
1932 bp->hwrm_cmd_timeo = SHORT_HWRM_CMD_TIMEOUT; in bnxt_fw_reset_task()1942 bp->hwrm_cmd_timeo = DFLT_HWRM_CMD_TIMEOUT; in bnxt_fw_reset_task()