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