Searched refs:hwrm_cmd_timeo (Results 1 – 2 of 2) sorted by relevance
175 for (i = 0; i < softc->hwrm_cmd_timeo; i++) { in _hwrm_send_message()180 if (i >= softc->hwrm_cmd_timeo) { in _hwrm_send_message()183 GET_HWRM_REQ_TYPE(req->req_type), softc->hwrm_cmd_timeo, in _hwrm_send_message()189 for (i = 0; i < softc->hwrm_cmd_timeo; i++) { in _hwrm_send_message()194 if (i >= softc->hwrm_cmd_timeo) { in _hwrm_send_message()198 softc->hwrm_cmd_timeo, le16toh(req->req_type), in _hwrm_send_message()279 softc->hwrm_cmd_timeo = 1000; in bnxt_hwrm_ver_get()350 softc->hwrm_cmd_timeo = le16toh(resp->def_req_timeout); in bnxt_hwrm_ver_get()1075 old_timeo = softc->hwrm_cmd_timeo; in bnxt_hwrm_nvm_find_dir_entry()1076 softc->hwrm_cmd_timeo = BNXT_NVM_TIMEO; in bnxt_hwrm_nvm_find_dir_entry()[all …]
579 uint32_t hwrm_cmd_timeo; /* milliseconds */ member