Home
last modified time | relevance | path

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

/linux/drivers/scsi/qla4xxx/
A Dql4_bsg.c24 bsg_reply->reply_payload_rcv_len = 0; in qla4xxx_read_flash()
58 bsg_reply->result = DID_ERROR << 16; in qla4xxx_read_flash()
61 bsg_reply->reply_payload_rcv_len = in qla4xxx_read_flash()
65 bsg_reply->result = DID_OK << 16; in qla4xxx_read_flash()
90 bsg_reply->reply_payload_rcv_len = 0; in qla4xxx_update_flash()
131 bsg_reply->result = DID_OK << 16; in qla4xxx_update_flash()
185 bsg_reply->reply_payload_rcv_len = in qla4xxx_get_acb_state()
189 bsg_reply->result = DID_OK << 16; in qla4xxx_get_acb_state()
260 bsg_reply->result = DID_OK << 16; in qla4xxx_read_nvram()
330 bsg_reply->result = DID_OK << 16; in qla4xxx_update_nvram()
[all …]
/linux/drivers/scsi/qla2xxx/
A Dqla_bsg.c34 bsg_reply->result = res; in qla2x00_bsg_job_done()
171 bsg_reply->result = DID_OK; in qla24xx_proc_fcp_prio_cfg_cmd()
186 bsg_reply->result = DID_OK; in qla24xx_proc_fcp_prio_cfg_cmd()
203 bsg_reply->result = DID_OK; in qla24xx_proc_fcp_prio_cfg_cmd()
254 bsg_reply->result = DID_OK; in qla24xx_proc_fcp_prio_cfg_cmd()
1003 bsg_reply->result = DID_OK; in qla84xx_reset()
1103 bsg_reply->result = DID_OK; in qla84xx_updatefw()
1503 bsg_reply->result = DID_OK; in qla2x00_read_optrom()
2527 bsg_reply->result = DID_OK; in qla2x00_manage_host_stats()
3001 bsg_reply->result = 0; in qla24xx_bsg_timeout()
[all …]
A Dqla_edif.c248 bsg_job_done(bsg_job, bsg_reply->result, in qla_bsg_check()
249 bsg_reply->reply_payload_rcv_len); in qla_bsg_check()
549 SET_DID_STATUS(bsg_reply->result, DID_OK); in qla_edif_app_start()
620 SET_DID_STATUS(bsg_reply->result, DID_OK); in qla_edif_app_stop()
722 SET_DID_STATUS(bsg_reply->result, DID_OK); in qla_edif_app_authok()
996 bsg_reply->reply_payload_rcv_len = in qla_edif_app_getstats()
1081 bsg_job_done(bsg_job, bsg_reply->result, in qla_edif_app_mgmt()
1082 bsg_reply->reply_payload_rcv_len); in qla_edif_app_mgmt()
1431 bsg_reply->result = DID_OK << 16; in qla24xx_sadb_update()
1518 bsg_job_done(bsg_job, bsg_reply->result, in qla24xx_sadb_update()
[all …]
A Dqla_isr.c2055 struct fc_bsg_reply *bsg_reply; in qla2x00_ct_entry() local
2066 bsg_reply = bsg_job->reply; in qla2x00_ct_entry()
2088 bsg_reply->reply_payload_rcv_len); in qla2x00_ct_entry()
2128 struct fc_bsg_reply *bsg_reply; in qla24xx_els_ct_entry() local
2283 bsg_reply = bsg_job->reply; in qla24xx_els_ct_entry()
2290 bsg_reply->reply_payload_rcv_len = in qla24xx_els_ct_entry()
2981 struct fc_bsg_reply *bsg_reply; in qla25xx_process_bidir_status_iocb() local
3007 bsg_reply = bsg_job->reply; in qla25xx_process_bidir_status_iocb()
3021 bsg_reply->reply_payload_rcv_len = in qla25xx_process_bidir_status_iocb()
3024 bsg_reply->reply_payload_rcv_len; in qla25xx_process_bidir_status_iocb()
[all …]
A Dqla_mr.c2186 struct fc_bsg_reply *bsg_reply; in qlafx00_ioctl_iosb_entry() local
2206 bsg_reply = bsg_job->reply; in qlafx00_ioctl_iosb_entry()
2235 res = bsg_reply->result = DID_OK << 16; in qlafx00_ioctl_iosb_entry()
2236 bsg_reply->reply_payload_rcv_len = in qlafx00_ioctl_iosb_entry()
/linux/drivers/scsi/lpfc/
A Dlpfc_bsg.c320 bsg_reply = job->reply; in lpfc_bsg_send_mgmt_cmd_cmp()
376 bsg_reply->result = rc; in lpfc_bsg_send_mgmt_cmd_cmp()
548 bsg_reply->result = rc; in lpfc_bsg_send_mgmt_cmd()
595 bsg_reply = job->reply; in lpfc_bsg_rport_els_cmp()
646 bsg_reply->result = rc; in lpfc_bsg_rport_els_cmp()
785 bsg_reply->result = rc; in lpfc_bsg_rport_els()
1343 bsg_reply->result = 0; in lpfc_bsg_hba_get_event()
1350 bsg_reply->result = rc; in lpfc_bsg_hba_get_event()
1673 bsg_reply->result = rc; in lpfc_bsg_send_mgmt_rsp()
4216 bsg_reply->result = 0; in lpfc_bsg_sli_cfg_write_cmd_ext()
[all …]
/linux/drivers/scsi/ufs/
A Dufs_bsg.c83 struct ufs_bsg_reply *bsg_reply = job->reply; in ufs_bsg_request() local
98 bsg_reply->reply_payload_rcv_len = 0; in ufs_bsg_request()
117 &bsg_reply->upiu_rsp, msgcode, in ufs_bsg_request()
131 memcpy(&bsg_reply->upiu_rsp.uc, &uc, UIC_CMD_SIZE); in ufs_bsg_request()
147 bsg_reply->reply_payload_rcv_len = in ufs_bsg_request()
155 bsg_reply->result = ret; in ufs_bsg_request()
159 bsg_job_done(job, ret, bsg_reply->reply_payload_rcv_len); in ufs_bsg_request()
/linux/drivers/scsi/libfc/
A Dfc_lport.c1953 struct fc_bsg_reply *bsg_reply = job->reply; in fc_lport_bsg_resp() local
1963 bsg_job_done(job, bsg_reply->result, in fc_lport_bsg_resp()
1964 bsg_reply->reply_payload_rcv_len); in fc_lport_bsg_resp()
1981 bsg_reply->reply_data.ctels_reply.status = in fc_lport_bsg_resp()
1986 bsg_reply->reply_payload_rcv_len += in fc_lport_bsg_resp()
1993 if (bsg_reply->reply_payload_rcv_len > in fc_lport_bsg_resp()
1995 bsg_reply->reply_payload_rcv_len = in fc_lport_bsg_resp()
1997 bsg_reply->result = 0; in fc_lport_bsg_resp()
1998 bsg_job_done(job, bsg_reply->result, in fc_lport_bsg_resp()
1999 bsg_reply->reply_payload_rcv_len); in fc_lport_bsg_resp()
[all …]
/linux/drivers/scsi/bfa/
A Dbfad_bsg.c3164 bsg_reply->result = rc; in bfad_im_bsg_vendor_request()
3166 bsg_job_done(job, bsg_reply->result, in bfad_im_bsg_vendor_request()
3167 bsg_reply->reply_payload_rcv_len); in bfad_im_bsg_vendor_request()
3173 bsg_reply->result = rc; in bfad_im_bsg_vendor_request()
3175 bsg_reply->reply_payload_rcv_len = 0; in bfad_im_bsg_vendor_request()
3361 bsg_reply->reply_payload_rcv_len = 0; in bfad_im_bsg_els_ct_request()
3512 bsg_reply->reply_payload_rcv_len = in bfad_im_bsg_els_ct_request()
3541 bsg_reply->result = rc; in bfad_im_bsg_els_ct_request()
3544 bsg_job_done(job, bsg_reply->result, in bfad_im_bsg_els_ct_request()
3570 bsg_reply->result = rc = -EINVAL; in bfad_im_bsg_request()
[all …]
/linux/drivers/scsi/
A Dscsi_transport_fc.c4091 struct fc_bsg_reply *bsg_reply = job->reply; in fc_bsg_host_dispatch() local
4153 bsg_reply->reply_payload_rcv_len = 0; in fc_bsg_host_dispatch()
4154 bsg_reply->result = ret; in fc_bsg_host_dispatch()
4156 bsg_job_done(job, bsg_reply->result, in fc_bsg_host_dispatch()
4157 bsg_reply->reply_payload_rcv_len); in fc_bsg_host_dispatch()
4184 struct fc_bsg_reply *bsg_reply = job->reply; in fc_bsg_rport_dispatch() local
4222 bsg_reply->reply_payload_rcv_len = 0; in fc_bsg_rport_dispatch()
4223 bsg_reply->result = ret; in fc_bsg_rport_dispatch()
4225 bsg_job_done(job, bsg_reply->result, in fc_bsg_rport_dispatch()
4226 bsg_reply->reply_payload_rcv_len); in fc_bsg_rport_dispatch()
/linux/drivers/scsi/ibmvscsi/
A Dibmvfc.c2139 struct fc_bsg_reply *bsg_reply = job->reply; in ibmvfc_bsg_request() local
2145 bsg_reply->reply_payload_rcv_len = 0; in ibmvfc_bsg_request()
2252 bsg_reply->reply_payload_rcv_len = rsp_len; in ibmvfc_bsg_request()
2257 bsg_reply->result = rc; in ibmvfc_bsg_request()
2258 bsg_job_done(job, bsg_reply->result, in ibmvfc_bsg_request()
2259 bsg_reply->reply_payload_rcv_len); in ibmvfc_bsg_request()
/linux/drivers/scsi/be2iscsi/
A Dbe_main.c4798 struct iscsi_bsg_reply *bsg_reply = job->reply; in beiscsi_bsg_request() local
4854 bsg_reply->reply_payload_rcv_len = resp->response_length; in beiscsi_bsg_request()
4855 bsg_reply->result = status; in beiscsi_bsg_request()
4856 bsg_job_done(job, bsg_reply->result, in beiscsi_bsg_request()
4857 bsg_reply->reply_payload_rcv_len); in beiscsi_bsg_request()

Completed in 70 milliseconds