Home
last modified time | relevance | path

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

/freebsd/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/sys/dev/cxgbe/
H A Doffload.h240 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.c12534 if (!uld_active(sc, ULD_TOM)) { in toe_capability()
12545 KASSERT(uld_active(sc, ULD_TOM), in toe_capability()
12550 if (!uld_active(sc, ULD_IWARP)) in toe_capability()
12552 if (!uld_active(sc, ULD_ISCSI)) in toe_capability()
12668 if (t4_uld_list[i] == NULL || !uld_active(sc, i)) in deactivate_all_uld()
12690 if (t4_uld_list[i] == NULL || !uld_active(sc, i) || in stop_all_uld()
12708 if (t4_uld_list[i] == NULL || !uld_active(sc, i) || in restart_all_uld()
12718 uld_active(struct adapter *sc, int id) in uld_active() function
/freebsd/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/sys/dev/cxgbe/tom/
H A Dt4_tom.c1958 if (uld_active(sc, ULD_IWARP) || uld_active(sc, ULD_ISCSI)) in t4_tom_deactivate()
2268 if (uld_active(sc, ULD_TOM) && t4_deactivate_uld(sc, ULD_TOM) != 0) in tom_uninit()
H A Dt4_listen.c685 KASSERT(uld_active(sc, ULD_TOM), in t4_listen_start()