Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/bnxt/
Dbnxt_hwrm.h53 int bnxt_hwrm_func_reset(struct bnxt_softc *softc);
Dif_bnxt.c812 rc = bnxt_hwrm_func_reset(softc); in bnxt_attach_pre()
979 bnxt_hwrm_func_reset(softc); in bnxt_detach()
1021 rc = bnxt_hwrm_func_reset(softc); in bnxt_init()
1171 bnxt_hwrm_func_reset(softc); in bnxt_init()
1182 bnxt_hwrm_func_reset(softc); in bnxt_stop()
Dbnxt_hwrm.c498 bnxt_hwrm_func_reset(struct bnxt_softc *softc) in bnxt_hwrm_func_reset() function