Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnxt/
H A Dbnxt_hwrm.c185 timeout = bp->hwrm_cmd_timeout; in bnxt_hwrm_send_message()
1238 bp->hwrm_cmd_timeout = timeout; in bnxt_hwrm_ver_get()
1275 bp->hwrm_cmd_timeout = rte_le_to_cpu_16(resp->def_req_timeout); in bnxt_hwrm_ver_get()
1277 bp->hwrm_cmd_timeout *= 1000; in bnxt_hwrm_ver_get()
1278 if (!bp->hwrm_cmd_timeout) in bnxt_hwrm_ver_get()
1279 bp->hwrm_cmd_timeout = DFLT_HWRM_CMD_TIMEOUT; in bnxt_hwrm_ver_get()
6147 bp->hwrm_cmd_timeout = SHORT_HWRM_CMD_TIMEOUT; in bnxt_hwrm_poll_ver_get()
H A Dbnxt.h791 uint32_t hwrm_cmd_timeout; member