Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Ddevice.c278 if (uld_active(sc, ULD_IWARP)) { in c4iw_activate()
360 if (sc->offload_map && !uld_active(sc, ULD_IWARP))
373 if (uld_active(sc, ULD_IWARP))
/freebsd/sys/dev/cxgbe/
H A Doffload.h251 int uld_active(struct adapter *, int);
H A Dt4_filter.c671 if (uld_active(sc, ULD_TOM)) { in set_tcamfilter()
720 if (uld_active(sc, ULD_TOM)) { in set_tcamfilter()
H A Dt4_main.c13518 if (!uld_active(sc, ULD_TOM)) { in toe_capability()
13529 KASSERT(uld_active(sc, ULD_TOM), in toe_capability()
13537 if (!uld_active(sc, ULD_IWARP)) in toe_capability()
13539 if (!uld_active(sc, ULD_ISCSI)) in toe_capability()
13541 if (!uld_active(sc, ULD_NVME)) in toe_capability()
13657 if (t4_uld_list[i] == NULL || !uld_active(sc, i)) in deactivate_all_uld()
13679 if (t4_uld_list[i] == NULL || !uld_active(sc, i) || in stop_all_uld()
13697 if (t4_uld_list[i] == NULL || !uld_active(sc, i) || in restart_all_uld()
13707 uld_active(struct adapter *sc, int id) in uld_active() function
/freebsd/sys/dev/cxgbe/cxgbei/
H A Dcxgbei.c830 if (uld_active(sc, ULD_ISCSI)) { in cxgbei_activate()
880 if (sc->offload_map && !uld_active(sc, ULD_ISCSI)) in cxgbei_activate_all()
893 if (uld_active(sc, ULD_ISCSI)) in cxgbei_deactivate_all()
H A Dicl_cxgbei.c1682 if (uld_active(sc, ULD_ISCSI)) { in cxgbei_limits()
1736 if (uld_active(sc, ULD_ISCSI)) { in cxgbei_limits_fd()
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_tom.c1994 if (uld_active(sc, ULD_IWARP) || uld_active(sc, ULD_ISCSI) || in t4_tom_deactivate()
1995 uld_active(sc, ULD_NVME)) in t4_tom_deactivate()
2395 if (uld_active(sc, ULD_TOM) && t4_deactivate_uld(sc, ULD_TOM) != 0) in tom_uninit()
H A Dt4_listen.c686 KASSERT(uld_active(sc, ULD_TOM), in t4_listen_start()
/freebsd/sys/dev/cxgbe/nvmf/
H A Dnvmf_che.c3197 if (uld_active(sc, ULD_NVME)) { in nvmf_che_activate()
3246 if (sc->offload_map && !uld_active(sc, ULD_NVME)) in nvmf_che_activate_all()
3258 if (uld_active(sc, ULD_NVME)) in nvmf_che_deactivate_all()