Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/cxgbe/iw_cxgbe/
HDdevice.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-stable/sys/dev/cxgbe/
HDoffload.h240 int uld_active(struct adapter *, int);
HDt4_filter.c536 if (uld_active(sc, ULD_TOM)) { in set_filter_mode()
585 if (uld_active(sc, ULD_TOM)) { in set_filter_mask()
HDt4_main.c12548 if (!uld_active(sc, ULD_TOM)) { in toe_capability()
12559 KASSERT(uld_active(sc, ULD_TOM), in toe_capability()
12564 if (!uld_active(sc, ULD_IWARP)) in toe_capability()
12566 if (!uld_active(sc, ULD_ISCSI)) in toe_capability()
12682 if (t4_uld_list[i] == NULL || !uld_active(sc, i)) in deactivate_all_uld()
12704 if (t4_uld_list[i] == NULL || !uld_active(sc, i) || in stop_all_uld()
12722 if (t4_uld_list[i] == NULL || !uld_active(sc, i) || in restart_all_uld()
12732 uld_active(struct adapter *sc, int id) in uld_active() function
/freebsd-14-stable/sys/dev/cxgbe/cxgbei/
HDcxgbei.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()
HDicl_cxgbei.c1758 if (uld_active(sc, ULD_ISCSI)) { in cxgbei_limits()
1817 if (uld_active(sc, ULD_ISCSI)) { in cxgbei_limits_fd()
/freebsd-14-stable/sys/dev/cxgbe/tom/
HDt4_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()
HDt4_listen.c685 KASSERT(uld_active(sc, ULD_TOM), in t4_listen_start()