Home
last modified time | relevance | path

Searched refs:fw_reset_max_dsecs (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c2094 bp->fw_reset_max_dsecs = le16_to_cpu(cmpl->timestamp_hi); in bnxt_async_event_process()
2095 if (!bp->fw_reset_max_dsecs) in bnxt_async_event_process()
2096 bp->fw_reset_max_dsecs = BNXT_DFLT_FW_RST_MAX_DSECS; in bnxt_async_event_process()
2105 bp->fw_reset_max_dsecs * 100); in bnxt_async_event_process()
10978 bp->fw_reset_max_dsecs = fw_health->post_reset_max_wait_dsecs; in bnxt_force_fw_reset()
11035 if (bp->fw_reset_max_dsecs < vf_tmo_dsecs) in bnxt_fw_reset()
11036 bp->fw_reset_max_dsecs = vf_tmo_dsecs; in bnxt_fw_reset()
11580 (bp->fw_reset_max_dsecs * HZ / 10))) { in bnxt_fw_reset_task()
11614 (bp->fw_reset_max_dsecs * HZ / 10))) { in bnxt_fw_reset_task()
11657 (bp->fw_reset_max_dsecs * H in bnxt_fw_reset_task()
[all...]
H A Dbnxt.h1935 u16 fw_reset_max_dsecs; member
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c2260 bp->fw_reset_max_dsecs = le16_to_cpu(cmpl->timestamp_hi); in bnxt_async_event_process()
2261 if (!bp->fw_reset_max_dsecs) in bnxt_async_event_process()
2262 bp->fw_reset_max_dsecs = BNXT_DFLT_FW_RST_MAX_DSECS; in bnxt_async_event_process()
2279 bp->fw_reset_max_dsecs * 100); in bnxt_async_event_process()
11890 bp->fw_reset_max_dsecs = fw_health->post_reset_max_wait_dsecs; in bnxt_force_fw_reset()
11954 if (bp->fw_reset_max_dsecs < vf_tmo_dsecs) in bnxt_fw_reset()
11955 bp->fw_reset_max_dsecs = vf_tmo_dsecs; in bnxt_fw_reset()
12495 (bp->fw_reset_max_dsecs * HZ / 10)); in bnxt_fw_reset_timeout()
H A Dbnxt.h2112 u16 fw_reset_max_dsecs; member

Completed in 41 milliseconds