Home
last modified time | relevance | path

Searched refs:hwrm_cmd_timeo (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/bnxt/bnxt_en/
H A Dbnxt_hwrm.c215 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 …]
H A Dbnxt.h1019 uint32_t hwrm_cmd_timeo; /* milliseconds */ member
H A Dif_bnxt.c1932 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()