Searched refs:t4_deactivate_uld (Results 1 – 5 of 5) sorted by relevance
239 int t4_deactivate_uld(struct adapter *, int);
12636 t4_deactivate_uld(struct adapter *sc, int id) in t4_deactivate_uld() function
382 (void) t4_deactivate_uld(sc, ULD_IWARP); in c4iw_deactivate_all()
895 (void) t4_deactivate_uld(sc, ULD_ISCSI); in cxgbei_deactivate_all()
2268 if (uld_active(sc, ULD_TOM) && t4_deactivate_uld(sc, ULD_TOM) != 0) in tom_uninit()