Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/cxgb/
HDcxgb_offload.h36 ULD_TOM = 1, enumerator
HDcxgb_main.c3344 rc = t3_activate_uld(sc, ULD_TOM); in toe_capability()
/freebsd-14-stable/sys/dev/cxgbe/
HDoffload.h196 ULD_TOM = 0, enumerator
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()
12549 rc = t4_activate_uld(sc, ULD_TOM); in toe_capability()
12559 KASSERT(uld_active(sc, ULD_TOM), in toe_capability()
/freebsd-14-stable/sys/dev/cxgbe/tom/
HDt4_tom.c2251 return (t4_register_uld(&tom_uld_info, ULD_TOM)); in t4_tom_mod_load()
2263 if (uld_active(sc, ULD_TOM) && t4_deactivate_uld(sc, ULD_TOM) != 0) in tom_uninit()
2278 if (t4_unregister_uld(&tom_uld_info, ULD_TOM) == EBUSY) in t4_tom_mod_unload()
HDt4_listen.c685 KASSERT(uld_active(sc, ULD_TOM), in t4_listen_start()