Home
last modified time | relevance | path

Searched refs:uld_active (Results 1 – 8 of 8) sorted by relevance

/freebsd-12-stable/sys/dev/cxgbe/iw_cxgbe/
Ddevice.c285 if (uld_active(sc, ULD_IWARP)) { in c4iw_activate()
337 if (sc->offload_map && !uld_active(sc, ULD_IWARP)) in c4iw_activate_all()
350 if (uld_active(sc, ULD_IWARP)) in c4iw_deactivate_all()
/freebsd-12-stable/sys/dev/cxgbe/cxgbei/
Dcxgbei.c494 if (uld_active(sc, ULD_ISCSI)) { in cxgbei_activate()
548 if (sc->offload_map && !uld_active(sc, ULD_ISCSI)) in cxgbei_activate_all()
561 if (uld_active(sc, ULD_ISCSI)) in cxgbei_deactivate_all()
Dicl_cxgbei.c1023 if (uld_active(sc, ULD_ISCSI)) { in cxgbei_limits()
/freebsd-12-stable/sys/dev/cxgbe/
Doffload.h243 int uld_active(struct adapter *, int);
Dt4_main.c10613 if (!uld_active(sc, ULD_TOM)) { in toe_capability()
10624 KASSERT(uld_active(sc, ULD_TOM), in toe_capability()
10629 if (!uld_active(sc, ULD_IWARP)) in toe_capability()
10631 if (!uld_active(sc, ULD_ISCSI)) in toe_capability()
10642 KASSERT(uld_active(sc, ULD_TOM), in toe_capability()
10766 uld_active(struct adapter *sc, int uld_id) in uld_active() function
Dt4_filter.c500 if (uld_active(sc, ULD_TOM)) { in set_filter_mode()
/freebsd-12-stable/sys/dev/cxgbe/tom/
Dt4_tom.c1757 if (uld_active(sc, ULD_IWARP) || uld_active(sc, ULD_ISCSI)) in t4_tom_deactivate()
1863 if (uld_active(sc, ULD_TOM)) in tom_uninit()
Dt4_listen.c547 KASSERT(uld_active(sc, ULD_TOM), in t4_listen_start()