Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/cxgbe/iw_cxgbe/
H A Ddevice.c286 if (uld_active(sc, ULD_IWARP)) { in c4iw_activate()
368 if (sc->offload_map && !uld_active(sc, ULD_IWARP)) in c4iw_activate_all()
381 if (uld_active(sc, ULD_IWARP)) in c4iw_deactivate_all()
/freebsd-14.2/sys/dev/cxgbe/
H A Doffload.h249 int uld_active(struct adapter *, int);
H A Dt4_filter.c536 if (uld_active(sc, ULD_TOM)) { in set_filter_mode()
585 if (uld_active(sc, ULD_TOM)) { in set_filter_mask()
H A Dt4_main.c12579 if (!uld_active(sc, ULD_TOM)) { in toe_capability()
12590 KASSERT(uld_active(sc, ULD_TOM), in toe_capability()
12595 if (!uld_active(sc, ULD_IWARP)) in toe_capability()
12597 if (!uld_active(sc, ULD_ISCSI)) in toe_capability()
12713 if (t4_uld_list[i] == NULL || !uld_active(sc, i)) in deactivate_all_uld()
12735 if (t4_uld_list[i] == NULL || !uld_active(sc, i) || in stop_all_uld()
12753 if (t4_uld_list[i] == NULL || !uld_active(sc, i) || in restart_all_uld()
12763 uld_active(struct adapter *sc, int id) in uld_active() function
/freebsd-14.2/sys/dev/cxgbe/cxgbei/
H A Dcxgbei.c831 if (uld_active(sc, ULD_ISCSI)) { in cxgbei_activate()
881 if (sc->offload_map && !uld_active(sc, ULD_ISCSI)) in cxgbei_activate_all()
894 if (uld_active(sc, ULD_ISCSI)) in cxgbei_deactivate_all()
H A Dicl_cxgbei.c1758 if (uld_active(sc, ULD_ISCSI)) { in cxgbei_limits()
1817 if (uld_active(sc, ULD_ISCSI)) { in cxgbei_limits_fd()
/freebsd-14.2/sys/dev/cxgbe/tom/
H A Dt4_tom.c1958 if (uld_active(sc, ULD_IWARP) || uld_active(sc, ULD_ISCSI)) in t4_tom_deactivate()
2263 if (uld_active(sc, ULD_TOM) && t4_deactivate_uld(sc, ULD_TOM) != 0) in tom_uninit()
H A Dt4_listen.c655 KASSERT(uld_active(sc, ULD_TOM), in t4_listen_start()