Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/scsi/qla2xxx/
Dqla_edif.c897 struct app_pinfo_reply *app_reply; in qla_edif_app_getfcinfo() local
908 app_reply = kzalloc((sizeof(struct app_pinfo_reply) + in qla_edif_app_getfcinfo()
910 if (!app_reply) { in qla_edif_app_getfcinfo()
933 app_reply->ports[pcnt].rekey_count = in qla_edif_app_getfcinfo()
936 app_reply->ports[pcnt].remote_type = in qla_edif_app_getfcinfo()
939 app_reply->ports[pcnt].remote_type |= in qla_edif_app_getfcinfo()
942 app_reply->ports[pcnt].remote_type |= in qla_edif_app_getfcinfo()
945 app_reply->ports[pcnt].remote_pid = fcport->d_id; in qla_edif_app_getfcinfo()
956 app_reply->ports[pcnt].auth_state = in qla_edif_app_getfcinfo()
959 app_reply->ports[pcnt].auth_state = in qla_edif_app_getfcinfo()
[all …]