Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/scsi/qla2xxx/
Dqla_edif.c896 struct app_pinfo_req app_req; in qla_edif_app_getfcinfo() local
903 bsg_job->request_payload.sg_cnt, &app_req, in qla_edif_app_getfcinfo()
906 num_cnt = app_req.num_ports; /* num of ports alloc'd by app */ in qla_edif_app_getfcinfo()
921 tdid = app_req.remote_pid; in qla_edif_app_getfcinfo()
927 if (pcnt > app_req.num_ports) in qla_edif_app_getfcinfo()
1005 struct app_sinfo_req app_req; in qla_edif_app_getstats() local
1009 bsg_job->request_payload.sg_cnt, &app_req, in qla_edif_app_getstats()
1011 if (app_req.num_ports == 0) { in qla_edif_app_getstats()
1020 (sizeof(struct app_sinfo) * app_req.num_ports); in qla_edif_app_getstats()
1037 if (pcnt > app_req.num_ports) in qla_edif_app_getstats()