Home
last modified time | relevance | path

Searched refs:ULD_TOM (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/dev/cxgb/
H A Dcxgb_offload.h36 ULD_TOM = 1, enumerator
H A Dcxgb_main.c3343 rc = t3_activate_uld(sc, ULD_TOM); in toe_capability()
/freebsd/sys/dev/cxgbe/
H A Doffload.h196 ULD_TOM = 0, enumerator
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()
12535 rc = t4_activate_uld(sc, ULD_TOM); in toe_capability()
12545 KASSERT(uld_active(sc, ULD_TOM), in toe_capability()
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_tom.c2256 return (t4_register_uld(&tom_uld_info, ULD_TOM)); in t4_tom_mod_load()
2268 if (uld_active(sc, ULD_TOM) && t4_deactivate_uld(sc, ULD_TOM) != 0) in tom_uninit()
2283 if (t4_unregister_uld(&tom_uld_info, ULD_TOM) == EBUSY) in t4_tom_mod_unload()
H A Dt4_listen.c685 KASSERT(uld_active(sc, ULD_TOM), in t4_listen_start()