Home
last modified time | relevance | path

Searched refs:ULD_IWARP (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Ddevice.c286 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 Dcxgb_offload.h37 ULD_IWARP = 2, enumerator
H A Dcxgb_main.c3365 t3_activate_uld(sc, ULD_IWARP) == 0) in toe_capability()
/freebsd/sys/dev/cxgbe/
H A Doffload.h197 ULD_IWARP, enumerator
H A Dt4_main.c12550 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 Dt4_tom.c1958 if (uld_active(sc, ULD_IWARP) || uld_active(sc, ULD_ISCSI)) in t4_tom_deactivate()