Home
last modified time | relevance | path

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

/freebsd/sys/dev/bnxt/bnxt_en/
H A Dbnxt_ulp.h57 void (*ulp_shutdown)(void *); member
H A Dbnxt_ulp.c311 if (!ops || !ops->ulp_shutdown) in bnxt_ulp_shutdown()
313 ops->ulp_shutdown(ulp->handle); in bnxt_ulp_shutdown()
/freebsd/sys/dev/bnxt/bnxt_re/
H A Dmain.c1338 .ulp_shutdown = bnxt_re_shutdown,