Lines Matching refs:app_reply
946 struct app_pinfo_reply *app_reply; in qla_edif_app_getfcinfo() local
955 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()
1026 app_reply->ports[pcnt].auth_state = in qla_edif_app_getfcinfo()
1031 app_reply->ports[pcnt].auth_state = fcport->edif.auth_state; in qla_edif_app_getfcinfo()
1035 memcpy(app_reply->ports[pcnt].remote_wwpn, in qla_edif_app_getfcinfo()
1038 app_reply->ports[pcnt].remote_state = in qla_edif_app_getfcinfo()
1047 app_reply->port_count = pcnt; in qla_edif_app_getfcinfo()
1054 app_reply, in qla_edif_app_getfcinfo()
1057 kfree(app_reply); in qla_edif_app_getfcinfo()
1075 struct app_stats_reply *app_reply; in qla_edif_app_getstats() local
1092 app_reply = kzalloc(size, GFP_KERNEL); in qla_edif_app_getstats()
1093 if (!app_reply) { in qla_edif_app_getstats()
1099 app_reply->version = EDIF_VERSION1; in qla_edif_app_getstats()
1106 app_reply->elem[pcnt].rekey_count = in qla_edif_app_getstats()
1108 app_reply->elem[pcnt].tx_bytes = in qla_edif_app_getstats()
1110 app_reply->elem[pcnt].rx_bytes = in qla_edif_app_getstats()
1113 memcpy(app_reply->elem[pcnt].remote_wwpn, in qla_edif_app_getstats()
1119 app_reply->elem_count = pcnt; in qla_edif_app_getstats()
1126 bsg_job->reply_payload.sg_cnt, app_reply, in qla_edif_app_getstats()
1129 kfree(app_reply); in qla_edif_app_getstats()