Home
last modified time | relevance | path

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

/linux/drivers/scsi/qla2xxx/
H A Dqla_bsg.c26 struct fc_bsg_reply *bsg_reply = bsg_job->reply; in qla2x00_bsg_job_done()
149 struct fc_bsg_reply *bsg_reply = bsg_job->reply; in qla24xx_proc_fcp_prio_cfg_cmd()
736 struct fc_bsg_reply *bsg_reply = bsg_job->reply; in qla2x00_process_loopback()
947 bsg_job->reply_len = sizeof(struct fc_bsg_reply) + in qla2x00_process_loopback()
949 fw_sts_ptr = bsg_job->reply + sizeof(struct fc_bsg_reply); in qla2x00_process_loopback()
950 memcpy(bsg_job->reply + sizeof(struct fc_bsg_reply), response, in qla2x00_process_loopback()
980 struct fc_bsg_reply *bsg_reply = bsg_job->reply; in qla84xx_reset()
1015 struct fc_bsg_reply *bsg_reply = bsg_job->reply; in qla84xx_updatefw()
1102 bsg_job->reply_len = sizeof(struct fc_bsg_reply); in qla84xx_updatefw()
1125 struct fc_bsg_reply *bsg_reply = bsg_job->reply; in qla84xx_mgmt_cmd()
[all …]
H A Dqla_edif.c237 struct fc_bsg_reply *bsg_reply = bsg_job->reply; in qla_bsg_check()
537 struct fc_bsg_reply *bsg_reply = bsg_job->reply; in qla_edif_app_start()
646 bsg_job->reply_len = sizeof(struct fc_bsg_reply); in qla_edif_app_start()
674 struct fc_bsg_reply *bsg_reply = bsg_job->reply; in qla_edif_app_stop()
715 bsg_job->reply_len = sizeof(struct fc_bsg_reply); in qla_edif_app_stop()
758 struct fc_bsg_reply *bsg_reply = bsg_job->reply; in qla_edif_app_authok()
851 bsg_job->reply_len = sizeof(struct fc_bsg_reply); in qla_edif_app_authok()
871 struct fc_bsg_reply *bsg_reply = bsg_job->reply; in qla_edif_app_authfail()
908 bsg_job->reply_len = sizeof(struct fc_bsg_reply); in qla_edif_app_authfail()
944 struct fc_bsg_reply *bsg_reply = bsg_job->reply; in qla_edif_app_getfcinfo()
[all …]
H A Dqla_edif_bsg.h44 struct fc_bsg_reply r;
H A Dqla_isr.c2222 struct fc_bsg_reply *bsg_reply; in qla2x00_ct_entry()
2244 bsg_job->reply_len = sizeof(struct fc_bsg_reply); in qla2x00_ct_entry()
2295 struct fc_bsg_reply *bsg_reply; in qla24xx_els_ct_entry()
2458 bsg_job->reply_len = sizeof(struct fc_bsg_reply) + sizeof(fw_status); in qla24xx_els_ct_entry()
2481 memcpy(bsg_job->reply + sizeof(struct fc_bsg_reply), in qla24xx_els_ct_entry()
3148 struct fc_bsg_reply *bsg_reply; in qla25xx_process_bidir_status_iocb()
3277 bsg_job->reply_len = sizeof(struct fc_bsg_reply); in qla25xx_process_bidir_status_iocb()
H A Dqla_mr.c2185 struct fc_bsg_reply *bsg_reply; in qlafx00_ioctl_iosb_entry()
2221 fw_sts_ptr = bsg_job->reply + sizeof(struct fc_bsg_reply); in qlafx00_ioctl_iosb_entry()
2224 bsg_job->reply_len = sizeof(struct fc_bsg_reply) + in qlafx00_ioctl_iosb_entry()
/linux/include/uapi/scsi/
H A Dscsi_bsg_fc.h285 struct fc_bsg_reply { struct
/linux/drivers/scsi/libfc/
H A Dfc_lport.c1959 struct fc_bsg_reply *bsg_reply = job->reply; in fc_lport_bsg_resp()
2140 struct fc_bsg_reply *bsg_reply = job->reply; in fc_lport_bsg_request()
/linux/drivers/s390/scsi/
H A Dzfcp_fc.c979 struct fc_bsg_reply *jr = job->reply; in zfcp_fc_ct_els_job_handler()
/linux/drivers/scsi/bfa/
H A Dbfad_bsg.c3152 struct fc_bsg_reply *bsg_reply = job->reply; in bfad_im_bsg_vendor_request()
3379 struct fc_bsg_reply *bsg_reply = job->reply; in bfad_im_bsg_els_ct_request()
3580 struct fc_bsg_reply *bsg_reply = job->reply; in bfad_im_bsg_request()
/linux/drivers/scsi/
H A Dscsi_transport_fc.c4083 struct fc_bsg_reply *bsg_reply = job->reply; in fc_bsg_host_dispatch()
4176 struct fc_bsg_reply *bsg_reply = job->reply; in fc_bsg_rport_dispatch()
/linux/drivers/scsi/ibmvscsi/
H A Dibmvfc.c2194 struct fc_bsg_reply *bsg_reply = job->reply; in ibmvfc_bsg_request()