Searched refs:ULD_TOM (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14-stable/sys/dev/cxgb/ |
| HD | cxgb_offload.h | 36 ULD_TOM = 1, enumerator
|
| HD | cxgb_main.c | 3344 rc = t3_activate_uld(sc, ULD_TOM); in toe_capability()
|
| /freebsd-14-stable/sys/dev/cxgbe/ |
| HD | offload.h | 196 ULD_TOM = 0, enumerator
|
| HD | 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()
|
| HD | t4_main.c | 12548 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/ |
| HD | t4_tom.c | 2251 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()
|
| HD | t4_listen.c | 685 KASSERT(uld_active(sc, ULD_TOM), in t4_listen_start()
|