Home
last modified time | relevance | path

Searched refs:t4_deactivate_uld (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/cxgbe/
H A Doffload.h239 int t4_deactivate_uld(struct adapter *, int);
H A Dt4_main.c12636 t4_deactivate_uld(struct adapter *sc, int id) in t4_deactivate_uld() function
/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Ddevice.c382 (void) t4_deactivate_uld(sc, ULD_IWARP); in c4iw_deactivate_all()
/freebsd/sys/dev/cxgbe/cxgbei/
H A Dcxgbei.c895 (void) t4_deactivate_uld(sc, ULD_ISCSI); in cxgbei_deactivate_all()
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_tom.c2268 if (uld_active(sc, ULD_TOM) && t4_deactivate_uld(sc, ULD_TOM) != 0) in tom_uninit()