Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/broadcom/bnxt/
A Dbnxt.c2274 bp->fw_reset_min_dsecs = cmpl->timestamp_lo; in bnxt_async_event_process()
2275 if (!bp->fw_reset_min_dsecs) in bnxt_async_event_process()
2276 bp->fw_reset_min_dsecs = BNXT_DFLT_FW_RST_MIN_DSECS; in bnxt_async_event_process()
2295 bp->fw_reset_min_dsecs * 100, in bnxt_async_event_process()
11805 bp->fw_reset_min_dsecs = 0; in bnxt_fw_reset_close()
11874 bp->fw_reset_min_dsecs = fw_health->post_reset_wait_dsecs; in bnxt_force_fw_reset()
11952 tmo = bp->fw_reset_min_dsecs * HZ / 10; in bnxt_fw_reset()
12529 tmo = bp->fw_reset_min_dsecs * HZ / 10; in bnxt_fw_reset_task()
12558 bnxt_queue_fw_reset_work(bp, bp->fw_reset_min_dsecs * HZ / 10); in bnxt_fw_reset_task()
12563 !bp->fw_reset_min_dsecs) { in bnxt_fw_reset_task()
A Dbnxt.h2083 u16 fw_reset_min_dsecs; member

Completed in 35 milliseconds