| /linux/drivers/scsi/qla4xxx/ |
| H A D | ql4_bsg.c | 12 qla4xxx_read_flash(struct bsg_job *bsg_job) in qla4xxx_read_flash() argument 14 struct Scsi_Host *host = iscsi_job_to_shost(bsg_job); in qla4xxx_read_flash() 16 struct iscsi_bsg_reply *bsg_reply = bsg_job->reply; in qla4xxx_read_flash() 17 struct iscsi_bsg_request *bsg_req = bsg_job->request; in qla4xxx_read_flash() 44 length = bsg_job->reply_payload.payload_len; in qla4xxx_read_flash() 62 sg_copy_from_buffer(bsg_job->reply_payload.sg_list, in qla4xxx_read_flash() 63 bsg_job->reply_payload.sg_cnt, in qla4xxx_read_flash() 68 bsg_job_done(bsg_job, bsg_reply->result, in qla4xxx_read_flash() 77 qla4xxx_update_flash(struct bsg_job *bsg_job) in qla4xxx_update_flash() argument 79 struct Scsi_Host *host = iscsi_job_to_shost(bsg_job); in qla4xxx_update_flash() [all …]
|
| H A D | ql4_glbl.h | 198 int qla4xxx_bsg_request(struct bsg_job *bsg_job); 199 int qla4xxx_process_vendor_specific(struct bsg_job *bsg_job);
|
| /linux/include/linux/ |
| H A D | bsg-lib.h | 14 struct bsg_job; 20 typedef int (bsg_job_fn) (struct bsg_job *); 29 struct bsg_job { struct 65 void bsg_job_done(struct bsg_job *job, int result, argument 71 void bsg_job_put(struct bsg_job *job); 72 int __must_check bsg_job_get(struct bsg_job *job);
|
| /linux/drivers/scsi/qla2xxx/ |
| H A D | qla_edif.h | 29 struct bsg_job *bsg_job; member 54 struct bsg_job *dbell_bsg_job;
|
| H A D | qla_mr.c | 2184 struct bsg_job *bsg_job; in qlafx00_ioctl_iosb_entry() local 2204 bsg_job = sp->u.bsg_job; in qlafx00_ioctl_iosb_entry() 2205 bsg_reply = bsg_job->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() 2236 bsg_job->reply_payload.payload_len; in qlafx00_ioctl_iosb_entry() 3221 struct bsg_job *bsg_job; in qlafx00_fxdisc_iocb() local 3267 bsg_job = sp->u.bsg_job; in qlafx00_fxdisc_iocb() 3268 bsg_request = bsg_job->request; in qlafx00_fxdisc_iocb() 3290 cpu_to_le16(bsg_job->request_payload.sg_cnt); in qlafx00_fxdisc_iocb() [all …]
|
| /linux/drivers/scsi/lpfc/ |
| H A D | lpfc_bsg.c | 96 struct bsg_job *set_job; /* job waiting for this iocb to finish */ 305 struct bsg_job *job; in lpfc_bsg_send_mgmt_cmd_cmp() 389 lpfc_bsg_send_mgmt_cmd(struct bsg_job *job) in lpfc_bsg_send_mgmt_cmd() 568 struct bsg_job *job; in lpfc_bsg_rport_els_cmp() 656 lpfc_bsg_rport_els(struct bsg_job *job) in lpfc_bsg_rport_els() 920 struct bsg_job *job = NULL; in lpfc_bsg_ct_unsol_event() 1180 lpfc_bsg_hba_set_event(struct bsg_job *job) in lpfc_bsg_hba_set_event() 1263 lpfc_bsg_hba_get_event(struct bsg_job *job) in lpfc_bsg_hba_get_event() 1373 struct bsg_job *job; in lpfc_issue_ct_rsp_cmp() 1456 lpfc_issue_ct_rsp(struct lpfc_hba *phba, struct bsg_job *job, uint32_t tag, in lpfc_issue_ct_rsp() [all …]
|
| /linux/drivers/scsi/libsas/ |
| H A D | sas_internal.h | 86 void sas_smp_handler(struct bsg_job *job, struct Scsi_Host *shost, 116 extern void sas_smp_host_handler(struct bsg_job *job, struct Scsi_Host *shost); 118 static inline void sas_smp_host_handler(struct bsg_job *job, in sas_smp_host_handler()
|
| H A D | sas_host_smp.c | 225 void sas_smp_host_handler(struct bsg_job *job, struct Scsi_Host *shost) in sas_smp_host_handler()
|
| H A D | sas_expander.c | 2189 void sas_smp_handler(struct bsg_job *job, struct Scsi_Host *shost, in sas_smp_handler()
|
| /linux/drivers/scsi/bfa/ |
| H A D | bfad_im.h | 197 int bfad_im_bsg_request(struct bsg_job *job); 198 int bfad_im_bsg_timeout(struct bsg_job *job);
|
| H A D | bfad_bsg.c | 3149 bfad_im_bsg_vendor_request(struct bsg_job *job) in bfad_im_bsg_vendor_request() 3328 bfad_fcxp_bsg_send(struct bsg_job *job, struct bfad_fcxp *drv_fcxp, in bfad_fcxp_bsg_send() 3368 bfad_im_bsg_els_ct_request(struct bsg_job *job) in bfad_im_bsg_els_ct_request() 3577 bfad_im_bsg_request(struct bsg_job *job) in bfad_im_bsg_request() 3605 bfad_im_bsg_timeout(struct bsg_job *job) in bfad_im_bsg_timeout()
|
| /linux/drivers/s390/scsi/ |
| H A D | zfcp_fc.c | 981 struct bsg_job *job = data; in zfcp_fc_ct_els_job_handler() 991 static struct zfcp_fc_wka_port *zfcp_fc_job_wka_port(struct bsg_job *job) in zfcp_fc_job_wka_port() 1024 struct bsg_job *job = data; in zfcp_fc_ct_job_handler() 1033 static int zfcp_fc_exec_els_job(struct bsg_job *job, in zfcp_fc_exec_els_job() 1056 static int zfcp_fc_exec_ct_job(struct bsg_job *job, in zfcp_fc_exec_ct_job() 1079 int zfcp_fc_exec_bsg_job(struct bsg_job *job) in zfcp_fc_exec_bsg_job() 1109 int zfcp_fc_timeout_bsg_job(struct bsg_job *job) in zfcp_fc_timeout_bsg_job()
|
| /linux/drivers/scsi/smartpqi/ |
| H A D | smartpqi_sas_transport.c | 458 struct bsg_job *job) in pqi_build_csmi_smp_passthru_buffer() 502 struct bmic_csmi_smp_passthru_buffer *smp_buf, struct bsg_job *job, in pqi_build_sas_smp_handler_reply() 517 void pqi_sas_smp_handler(struct bsg_job *job, struct Scsi_Host *shost, in pqi_sas_smp_handler()
|
| H A D | smartpqi.h | 1701 void pqi_sas_smp_handler(struct bsg_job *job, struct Scsi_Host *shost,
|
| /linux/include/scsi/ |
| H A D | scsi_transport_sas.h | 183 void (*smp_handler)(struct bsg_job *, struct Scsi_Host *,
|
| /linux/drivers/scsi/be2iscsi/ |
| H A D | be_mgmt.h | 36 struct bsg_job *job,
|
| H A D | be_mgmt.c | 35 struct bsg_job *job, in mgmt_vendor_specific_fw_cmd()
|
| H A D | be_main.c | 4791 static int beiscsi_bsg_request(struct bsg_job *job) in beiscsi_bsg_request()
|
| /linux/drivers/scsi/libfc/ |
| H A D | fc_lport.c | 143 struct bsg_job *job; 1958 struct bsg_job *job = info->job; in fc_lport_bsg_resp() 2019 static int fc_lport_els_request(struct bsg_job *job, in fc_lport_els_request() 2079 static int fc_lport_ct_request(struct bsg_job *job, in fc_lport_ct_request() 2137 int fc_lport_bsg_request(struct bsg_job *job) in fc_lport_bsg_request()
|
| /linux/drivers/scsi/ |
| H A D | scsi_transport_fc.c | 4106 struct bsg_job *job = blk_mq_rq_to_pdu(req); in fc_bsg_job_timeout() 4139 static int fc_bsg_host_dispatch(struct Scsi_Host *shost, struct bsg_job *job) in fc_bsg_host_dispatch() 4232 static int fc_bsg_rport_dispatch(struct Scsi_Host *shost, struct bsg_job *job) in fc_bsg_rport_dispatch() 4282 static int fc_bsg_dispatch(struct bsg_job *job) in fc_bsg_dispatch() 4306 static int fc_bsg_dispatch_prep(struct bsg_job *job) in fc_bsg_dispatch_prep()
|
| H A D | scsi_transport_iscsi.c | 1477 static int iscsi_bsg_host_dispatch(struct bsg_job *job) in iscsi_bsg_host_dispatch()
|
| /linux/drivers/scsi/mpt3sas/ |
| H A D | mpt3sas_transport.c | 2048 _transport_smp_handler(struct bsg_job *job, struct Scsi_Host *shost, in _transport_smp_handler()
|
| /linux/drivers/scsi/mpi3mr/ |
| H A D | mpi3mr_transport.c | 3259 mpi3mr_transport_smp_handler(struct bsg_job *job, struct Scsi_Host *shost, in mpi3mr_transport_smp_handler()
|
| /linux/drivers/scsi/ibmvscsi/ |
| H A D | ibmvfc-core.c | 2140 static int ibmvfc_bsg_timeout(struct bsg_job *job) in ibmvfc_bsg_timeout() 2262 static int ibmvfc_bsg_request(struct bsg_job *job) in ibmvfc_bsg_request()
|
| /linux/drivers/message/fusion/ |
| H A D | mptsas.c | 2240 static void mptsas_smp_handler(struct bsg_job *job, struct Scsi_Host *shost, in mptsas_smp_handler()
|