Home
last modified time | relevance | path

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

/freebsd/sys/dev/bnxt/bnxt_en/
H A Dif_bnxt.c1473 bp->fw_reset_min_dsecs = 0; in bnxt_fw_reset_close()
1529 tmo = bp->fw_reset_min_dsecs * HZ /10; in bnxt_fw_reset()
1900 bnxt_queue_fw_reset_work(bp, bp->fw_reset_min_dsecs * HZ / 10); in bnxt_fw_reset_task()
1905 !bp->fw_reset_min_dsecs) { in bnxt_fw_reset_task()
2002 bp->fw_reset_min_dsecs = fw_health->post_reset_wait_dsecs; in bnxt_force_fw_reset()
4515 softc->fw_reset_min_dsecs = ae->timestamp_lo; in bnxt_handle_async_event()
4516 if (!softc->fw_reset_min_dsecs) in bnxt_handle_async_event()
4517 softc->fw_reset_min_dsecs = BNXT_DFLT_FW_RST_MIN_DSECS; in bnxt_handle_async_event()
4536 softc->fw_reset_min_dsecs * 100, in bnxt_handle_async_event()
H A Dbnxt.h1255 u16 fw_reset_min_dsecs; member