Searched refs:ULD_TOM (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/cxgb/ |
H A D | cxgb_offload.h | 36 ULD_TOM = 1, enumerator
|
H A D | cxgb_main.c | 3343 rc = t3_activate_uld(sc, ULD_TOM); in toe_capability()
|
/freebsd/sys/dev/cxgbe/ |
H A D | offload.h | 196 ULD_TOM = 0, enumerator
|
H A D | t4_filter.c | 536 if (uld_active(sc, ULD_TOM)) { in set_filter_mode() 585 if (uld_active(sc, ULD_TOM)) { in set_filter_mask()
|
H A D | t4_main.c | 12534 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 D | t4_tom.c | 2256 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 D | t4_listen.c | 685 KASSERT(uld_active(sc, ULD_TOM), in t4_listen_start()
|