ULD_IWARP
t3_activate_uld(sc, ULD_IWARP) == 0)
if (uld_active(sc, ULD_IWARP)) {
if (sc->offload_map && !uld_active(sc, ULD_IWARP))
(void) t4_activate_uld(sc, ULD_IWARP);
if (uld_active(sc, ULD_IWARP))
(void) t4_deactivate_uld(sc, ULD_IWARP);
rc = t4_register_uld(&c4iw_uld_info, ULD_IWARP);
if (t4_unregister_uld(&c4iw_uld_info, ULD_IWARP) == EBUSY)
if (!uld_active(sc, ULD_IWARP))
(void) t4_activate_uld(sc, ULD_IWARP);
if (uld_active(sc, ULD_IWARP) || uld_active(sc, ULD_ISCSI) ||