Home
last modified time | relevance | path

Searched refs:hwrm_cmd_timeout (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_hwrm.h63 #define HWRM_CMD_TIMEOUT (bp->hwrm_cmd_timeout)
H A Dbnxt_hwrm.c83 ctx->timeout = bp->hwrm_cmd_timeout ?: DFLT_HWRM_CMD_TIMEOUT; in __hwrm_req_init()
H A Dbnxt.h2551 unsigned int hwrm_cmd_timeout; member
H A Dbnxt.c10147 bp->hwrm_cmd_timeout = le16_to_cpu(resp->def_req_timeout); in bnxt_hwrm_ver_get()
10148 if (!bp->hwrm_cmd_timeout) in bnxt_hwrm_ver_get()
10149 bp->hwrm_cmd_timeout = DFLT_HWRM_CMD_TIMEOUT; in bnxt_hwrm_ver_get()
14964 bp->hwrm_cmd_timeout = SHORT_HWRM_CMD_TIMEOUT; in bnxt_fw_reset_task()
14974 bp->hwrm_cmd_timeout = DFLT_HWRM_CMD_TIMEOUT; in bnxt_fw_reset_task()