Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c2251 bp->fw_reset_max_dsecs = le16_to_cpu(cmpl->timestamp_hi); in bnxt_async_event_process()
2252 if (!bp->fw_reset_max_dsecs) in bnxt_async_event_process()
2253 bp->fw_reset_max_dsecs = BNXT_DFLT_FW_RST_MAX_DSECS; in bnxt_async_event_process()
2270 bp->fw_reset_max_dsecs * 100); in bnxt_async_event_process()
11888 bp->fw_reset_max_dsecs = fw_health->post_reset_max_wait_dsecs; in bnxt_force_fw_reset()
11952 if (bp->fw_reset_max_dsecs < vf_tmo_dsecs) in bnxt_fw_reset()
11953 bp->fw_reset_max_dsecs = vf_tmo_dsecs; in bnxt_fw_reset()
12493 (bp->fw_reset_max_dsecs * HZ / 10)); in bnxt_fw_reset_timeout()
H A Dbnxt.h2112 u16 fw_reset_max_dsecs; member