Home
last modified time | relevance | path

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

/linux/drivers/scsi/qla4xxx/
H A Dql4_bsg.c12 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 Dql4_glbl.h198 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 Dbsg-lib.h14 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 Dqla_edif.h29 struct bsg_job *bsg_job; member
54 struct bsg_job *dbell_bsg_job;
H A Dqla_mr.c2184 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 Dlpfc_bsg.c96 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 Dsas_internal.h86 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 Dsas_host_smp.c225 void sas_smp_host_handler(struct bsg_job *job, struct Scsi_Host *shost) in sas_smp_host_handler()
H A Dsas_expander.c2189 void sas_smp_handler(struct bsg_job *job, struct Scsi_Host *shost, in sas_smp_handler()
/linux/drivers/scsi/bfa/
H A Dbfad_im.h197 int bfad_im_bsg_request(struct bsg_job *job);
198 int bfad_im_bsg_timeout(struct bsg_job *job);
H A Dbfad_bsg.c3149 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 Dzfcp_fc.c981 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 Dsmartpqi_sas_transport.c458 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 Dsmartpqi.h1701 void pqi_sas_smp_handler(struct bsg_job *job, struct Scsi_Host *shost,
/linux/include/scsi/
H A Dscsi_transport_sas.h183 void (*smp_handler)(struct bsg_job *, struct Scsi_Host *,
/linux/drivers/scsi/be2iscsi/
H A Dbe_mgmt.h36 struct bsg_job *job,
H A Dbe_mgmt.c35 struct bsg_job *job, in mgmt_vendor_specific_fw_cmd()
H A Dbe_main.c4791 static int beiscsi_bsg_request(struct bsg_job *job) in beiscsi_bsg_request()
/linux/drivers/scsi/libfc/
H A Dfc_lport.c143 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 Dscsi_transport_fc.c4106 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 Dscsi_transport_iscsi.c1477 static int iscsi_bsg_host_dispatch(struct bsg_job *job) in iscsi_bsg_host_dispatch()
/linux/drivers/scsi/mpt3sas/
H A Dmpt3sas_transport.c2048 _transport_smp_handler(struct bsg_job *job, struct Scsi_Host *shost, in _transport_smp_handler()
/linux/drivers/scsi/mpi3mr/
H A Dmpi3mr_transport.c3259 mpi3mr_transport_smp_handler(struct bsg_job *job, struct Scsi_Host *shost, in mpi3mr_transport_smp_handler()
/linux/drivers/scsi/ibmvscsi/
H A Dibmvfc-core.c2140 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 Dmptsas.c2240 static void mptsas_smp_handler(struct bsg_job *job, struct Scsi_Host *shost, in mptsas_smp_handler()