Searched refs:app_reply (Results 1 – 1 of 1) sorted by relevance
946 struct app_pinfo_reply *app_reply; in qla_edif_app_getfcinfo() local955 app_reply = kzalloc((sizeof(struct app_pinfo_reply) + in qla_edif_app_getfcinfo()958 if (!app_reply) { in qla_edif_app_getfcinfo()964 app_reply->version = EDIF_VERSION1; in qla_edif_app_getfcinfo()1002 app_reply->ports[pcnt].version = EDIF_VERSION1; in qla_edif_app_getfcinfo()1003 app_reply->ports[pcnt].remote_type = in qla_edif_app_getfcinfo()1006 app_reply->ports[pcnt].remote_type |= in qla_edif_app_getfcinfo()1009 app_reply->ports[pcnt].remote_type |= in qla_edif_app_getfcinfo()1012 app_reply->ports[pcnt].remote_pid = fcport->d_id; in qla_edif_app_getfcinfo()1023 app_reply->ports[pcnt].auth_state = in qla_edif_app_getfcinfo()[all …]