Home
last modified time | relevance | path

Searched refs:BNXT_HWRM_UNLOCK (Results 1 – 3 of 3) sorted by relevance

/freebsd-head/sys/dev/bnxt/bnxt_en/
HDbnxt_hwrm.c266 BNXT_HWRM_UNLOCK(softc); in hwrm_send_message()
349 BNXT_HWRM_UNLOCK(softc); in bnxt_hwrm_queue_qportcfg()
445 BNXT_HWRM_UNLOCK(softc); in bnxt_hwrm_func_backing_store_qcaps_v2()
569 BNXT_HWRM_UNLOCK(softc); in bnxt_hwrm_func_backing_store_qcaps()
765 BNXT_HWRM_UNLOCK(softc); in bnxt_hwrm_func_resc_qcaps()
812 BNXT_HWRM_UNLOCK(softc); in bnxt_hwrm_func_backing_store_cfg_v2()
842 BNXT_HWRM_UNLOCK(softc); in bnxt_hwrm_passthrough()
1000 BNXT_HWRM_UNLOCK(softc); in bnxt_hwrm_ver_get()
1254 BNXT_HWRM_UNLOCK(softc); in bnxt_hwrm_func_qcaps()
1328 BNXT_HWRM_UNLOCK(softc); in bnxt_hwrm_func_qcfg()
[all …]
HDbnxt.h272 #define BNXT_HWRM_UNLOCK(_softc) mtx_unlock(&(_softc)->hwrm_lock) macro
HDbnxt_sysctl.c1576 BNXT_HWRM_UNLOCK(bp); in simulate_reset()