Searched refs:app_reply (Results 1 – 1 of 1) sorted by relevance
947 struct app_pinfo_reply *app_reply; in qla_edif_app_getfcinfo() local956 app_reply = kzalloc((sizeof(struct app_pinfo_reply) + in qla_edif_app_getfcinfo()959 if (!app_reply) { in qla_edif_app_getfcinfo()965 app_reply->version = EDIF_VERSION1; in qla_edif_app_getfcinfo()1003 app_reply->ports[pcnt].version = EDIF_VERSION1; in qla_edif_app_getfcinfo()1004 app_reply->ports[pcnt].remote_type = in qla_edif_app_getfcinfo()1007 app_reply->ports[pcnt].remote_type |= in qla_edif_app_getfcinfo()1010 app_reply->ports[pcnt].remote_type |= in qla_edif_app_getfcinfo()1013 app_reply->ports[pcnt].remote_pid = fcport->d_id; in qla_edif_app_getfcinfo()1024 app_reply->ports[pcnt].auth_state = in qla_edif_app_getfcinfo()[all …]