Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/cxgbe/iw_cxgbe/
H A Ddevice.c287 if (uld_active(sc, ULD_IWARP)) { in c4iw_activate()
356 if (sc->offload_map && !uld_active(sc, ULD_IWARP)) in c4iw_activate_all()
369 if (uld_active(sc, ULD_IWARP)) in c4iw_deactivate_all()
/freebsd-13.1/sys/dev/cxgbe/
H A Doffload.h253 int uld_active(struct adapter *, int);
H A Dt4_filter.c538 if (uld_active(sc, ULD_TOM)) { in set_filter_mode()
587 if (uld_active(sc, ULD_TOM)) { in set_filter_mask()
H A Dt4_main.c12477 if (!uld_active(sc, ULD_TOM)) { in toe_capability()
12488 KASSERT(uld_active(sc, ULD_TOM), in toe_capability()
12493 if (!uld_active(sc, ULD_IWARP)) in toe_capability()
12495 if (!uld_active(sc, ULD_ISCSI)) in toe_capability()
12506 KASSERT(uld_active(sc, ULD_TOM), in toe_capability()
12648 uld_active(struct adapter *sc, int uld_id) in uld_active() function
/freebsd-13.1/sys/dev/cxgbe/cxgbei/
H A Dcxgbei.c736 if (uld_active(sc, ULD_ISCSI)) { in cxgbei_activate()
789 if (sc->offload_map && !uld_active(sc, ULD_ISCSI)) in cxgbei_activate_all()
802 if (uld_active(sc, ULD_ISCSI)) in cxgbei_deactivate_all()
H A Dicl_cxgbei.c1401 if (uld_active(sc, ULD_ISCSI)) { in cxgbei_limits()
/freebsd-13.1/sys/dev/cxgbe/tom/
H A Dt4_tom.c1796 if (uld_active(sc, ULD_IWARP) || uld_active(sc, ULD_ISCSI)) in t4_tom_deactivate()
1900 if (uld_active(sc, ULD_TOM)) in tom_uninit()
H A Dt4_listen.c552 KASSERT(uld_active(sc, ULD_TOM), in t4_listen_start()