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.c3396 rc = t3_activate_uld(sc, ULD_TOM); in toe_capability()
/freebsd/sys/dev/cxgbe/
H A Doffload.h203 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.c12488 if (!uld_active(sc, ULD_TOM)) { in toe_capability()
12489 rc = t4_activate_uld(sc, ULD_TOM); in toe_capability()
12499 KASSERT(uld_active(sc, ULD_TOM), in toe_capability()
12517 KASSERT(uld_active(sc, ULD_TOM), in toe_capability()
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_tom.c94 .uld_id = ULD_TOM,
2006 if (uld_active(sc, ULD_TOM)) in tom_uninit()
2007 t4_deactivate_uld(sc, ULD_TOM); in tom_uninit()
H A Dt4_listen.c550 KASSERT(uld_active(sc, ULD_TOM), in t4_listen_start()