Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/scsi/qla2xxx/
Dqla_edif.c904 struct app_pinfo_reply *app_reply; in qla_edif_app_getfcinfo() local
913 app_reply = kzalloc((sizeof(struct app_pinfo_reply) + in qla_edif_app_getfcinfo()
916 if (!app_reply) { in qla_edif_app_getfcinfo()
922 app_reply->version = EDIF_VERSION1; in qla_edif_app_getfcinfo()
958 app_reply->ports[pcnt].version = EDIF_VERSION1; in qla_edif_app_getfcinfo()
959 app_reply->ports[pcnt].remote_type = in qla_edif_app_getfcinfo()
962 app_reply->ports[pcnt].remote_type |= in qla_edif_app_getfcinfo()
965 app_reply->ports[pcnt].remote_type |= in qla_edif_app_getfcinfo()
968 app_reply->ports[pcnt].remote_pid = fcport->d_id; in qla_edif_app_getfcinfo()
979 app_reply->ports[pcnt].auth_state = in qla_edif_app_getfcinfo()
[all …]