Searched refs:ULD_IWARP (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/dev/cxgbe/iw_cxgbe/ |
H A D | device.c | 286 if (uld_active(sc, ULD_IWARP)) { in c4iw_activate() 368 if (sc->offload_map && !uld_active(sc, ULD_IWARP)) in c4iw_activate_all() 369 (void) t4_activate_uld(sc, ULD_IWARP); in c4iw_activate_all() 381 if (uld_active(sc, ULD_IWARP)) in c4iw_deactivate_all() 382 (void) t4_deactivate_uld(sc, ULD_IWARP); in c4iw_deactivate_all() 396 rc = t4_register_uld(&c4iw_uld_info, ULD_IWARP); in c4iw_mod_load() 415 if (t4_unregister_uld(&c4iw_uld_info, ULD_IWARP) == EBUSY) in c4iw_mod_unload()
|
/freebsd/sys/dev/cxgb/ |
H A D | cxgb_offload.h | 37 ULD_IWARP = 2, enumerator
|
H A D | cxgb_main.c | 3365 t3_activate_uld(sc, ULD_IWARP) == 0) in toe_capability()
|
/freebsd/sys/dev/cxgbe/ |
H A D | offload.h | 197 ULD_IWARP, enumerator
|
H A D | t4_main.c | 12550 if (!uld_active(sc, ULD_IWARP)) in toe_capability() 12551 (void) t4_activate_uld(sc, ULD_IWARP); in toe_capability()
|
/freebsd/sys/dev/cxgbe/tom/ |
H A D | t4_tom.c | 1958 if (uld_active(sc, ULD_IWARP) || uld_active(sc, ULD_ISCSI)) in t4_tom_deactivate()
|