/linux-6.3-rc2/drivers/scsi/qla2xxx/ |
A D | qla_bsg.c | 25 struct bsg_job *bsg_job = sp->u.bsg_job; in qla2x00_bsg_job_done() local 43 struct bsg_job *bsg_job = sp->u.bsg_job; in qla2x00_bsg_sp_free() local 269 qla2x00_process_els(struct bsg_job *bsg_job) in qla2x00_process_els() argument 408 sp->u.bsg_job = bsg_job; in qla2x00_process_els() 457 qla2x00_process_ct(struct bsg_job *bsg_job) in qla2x00_process_ct() argument 555 sp->u.bsg_job = bsg_job; in qla2x00_process_ct() 978 qla84xx_reset(struct bsg_job *bsg_job) in qla84xx_reset() argument 1320 qla24xx_iidma(struct bsg_job *bsg_job) in qla24xx_iidma() argument 1942 sp->u.bsg_job = bsg_job; in qla24xx_process_bidir_cmd() 2068 sp->u.bsg_job = bsg_job; in qlafx00_mgmt_cmd() [all …]
|
A D | qla_edif.c | 534 qla_edif_app_start(scsi_qla_host_t *vha, struct bsg_job *bsg_job) in qla_edif_app_start() argument 671 qla_edif_app_stop(scsi_qla_host_t *vha, struct bsg_job *bsg_job) in qla_edif_app_stop() argument 754 qla_edif_app_authok(scsi_qla_host_t *vha, struct bsg_job *bsg_job) in qla_edif_app_authok() argument 1135 qla_edif_ack(scsi_qla_host_t *vha, struct bsg_job *bsg_job) in qla_edif_ack() argument 1265 qla_edif_dbell_bsg(scsi_qla_host_t *vha, struct bsg_job *bsg_job) in qla_edif_dbell_bsg() argument 1293 qla_edif_app_mgmt(struct bsg_job *bsg_job) in qla_edif_app_mgmt() argument 1543 qla24xx_sadb_update(struct bsg_job *bsg_job) in qla24xx_sadb_update() argument 1788 sp->u.bsg_job = bsg_job; in qla24xx_sadb_update() 2025 struct bsg_job *bsg_job) in qla_pur_get_pending() argument 3514 struct bsg_job *bsg_job = sp->u.bsg_cmd.bsg_job; in qla_parse_auth_els_ctl() local [all …]
|
A D | qla_edif.h | 29 struct bsg_job *bsg_job; member 54 struct bsg_job *dbell_bsg_job;
|
A D | qla_iocb.c | 3155 struct bsg_job *bsg_job = sp->u.bsg_job; in qla24xx_els_iocb() local 3185 (bsg_job->request_payload.sg_list)); in qla24xx_els_iocb() 3190 (bsg_job->reply_payload.sg_list)); in qla24xx_els_iocb() 3205 struct bsg_job *bsg_job = sp->u.bsg_job; in qla2x00_ct_iocb() local 3236 tot_dsds = bsg_job->reply_payload.sg_cnt; in qla2x00_ct_iocb() 3272 struct bsg_job *bsg_job = sp->u.bsg_job; in qla24xx_ct_iocb() local 3285 cmd_dsds = bsg_job->request_payload.sg_cnt; in qla24xx_ct_iocb() 3286 rsp_dsds = bsg_job->reply_payload.sg_cnt; in qla24xx_ct_iocb() 4010 struct bsg_job *bsg_job = sp->u.bsg_job; in qla25xx_build_bidir_iocb() local 4044 bsg_job->request_payload.sg_cnt, index) { in qla25xx_build_bidir_iocb() [all …]
|
A D | qla_gbl.h | 141 int qla_edif_process_els(scsi_qla_host_t *vha, struct bsg_job *bsgjob); 675 extern int qla2x00_mailbox_passthru(struct bsg_job *bsg_job); 895 extern int qla24xx_bsg_request(struct bsg_job *); 896 extern int qla24xx_bsg_timeout(struct bsg_job *); 902 extern int qla24xx_sadb_update(struct bsg_job *bsg_job); 985 int32_t qla_edif_app_mgmt(struct bsg_job *bsg_job);
|
A D | qla_isr.c | 2055 struct bsg_job *bsg_job; in qla2x00_ct_entry() local 2066 bsg_job = sp->u.bsg_job; in qla2x00_ct_entry() 2103 bsg_job->reply_len = 0; in qla2x00_ct_entry() 2128 struct bsg_job *bsg_job; in qla24xx_els_ct_entry() local 2141 bsg_job = sp->u.bsg_job; in qla24xx_els_ct_entry() 2289 bsg_job = sp->u.bsg_job; in qla24xx_els_ct_entry() 2290 bsg_reply = bsg_job->reply; in qla24xx_els_ct_entry() 2323 bsg_job->reply_len = 0; in qla24xx_els_ct_entry() 2987 struct bsg_job *bsg_job = NULL; in qla25xx_process_bidir_status_iocb() local 3013 bsg_job = sp->u.bsg_job; in qla25xx_process_bidir_status_iocb() [all …]
|
A D | qla_mr.c | 2186 struct bsg_job *bsg_job; in qlafx00_ioctl_iosb_entry() local 2206 bsg_job = sp->u.bsg_job; in qlafx00_ioctl_iosb_entry() 2207 bsg_reply = bsg_job->reply; in qlafx00_ioctl_iosb_entry() 2238 bsg_job->reply_payload.payload_len; in qlafx00_ioctl_iosb_entry() 3223 struct bsg_job *bsg_job; in qlafx00_fxdisc_iocb() local 3269 bsg_job = sp->u.bsg_job; in qlafx00_fxdisc_iocb() 3270 bsg_request = bsg_job->request; in qlafx00_fxdisc_iocb() 3294 bsg_job->request_payload.sg_cnt; in qlafx00_fxdisc_iocb() 3348 cpu_to_le16(bsg_job->reply_payload.sg_cnt); in qlafx00_fxdisc_iocb() 3349 tot_dsds = bsg_job->reply_payload.sg_cnt; in qlafx00_fxdisc_iocb() [all …]
|
/linux-6.3-rc2/drivers/scsi/qla4xxx/ |
A D | ql4_bsg.c | 12 qla4xxx_read_flash(struct bsg_job *bsg_job) in qla4xxx_read_flash() argument 77 qla4xxx_update_flash(struct bsg_job *bsg_job) in qla4xxx_update_flash() argument 142 qla4xxx_get_acb_state(struct bsg_job *bsg_job) in qla4xxx_get_acb_state() argument 199 qla4xxx_read_nvram(struct bsg_job *bsg_job) in qla4xxx_read_nvram() argument 271 qla4xxx_update_nvram(struct bsg_job *bsg_job) in qla4xxx_update_nvram() argument 340 qla4xxx_restore_defaults(struct bsg_job *bsg_job) in qla4xxx_restore_defaults() argument 384 qla4xxx_bsg_get_acb(struct bsg_job *bsg_job) in qla4xxx_bsg_get_acb() argument 448 static void ql4xxx_execute_diag_cmd(struct bsg_job *bsg_job) in ql4xxx_execute_diag_cmd() argument 752 static int qla4xxx_execute_diag_test(struct bsg_job *bsg_job) in qla4xxx_execute_diag_test() argument 809 int qla4xxx_process_vendor_specific(struct bsg_job *bsg_job) in qla4xxx_process_vendor_specific() argument [all …]
|
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-6.3-rc2/include/linux/ |
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 70 void bsg_job_put(struct bsg_job *job); 71 int __must_check bsg_job_get(struct bsg_job *job);
|
/linux-6.3-rc2/block/ |
A D | bsg-lib.c | 31 struct bsg_job *job; in bsg_transport_sg_io_fn() 158 struct bsg_job *job = container_of(kref, struct bsg_job, kref); in bsg_teardown_job() 169 void bsg_job_put(struct bsg_job *job) in bsg_job_put() 175 int bsg_job_get(struct bsg_job *job) in bsg_job_get() 189 void bsg_job_done(struct bsg_job *job, int result, in bsg_job_done() 207 struct bsg_job *job = blk_mq_rq_to_pdu(rq); in bsg_complete() 234 struct bsg_job *job = blk_mq_rq_to_pdu(req); in bsg_prepare_job() 304 struct bsg_job *job = blk_mq_rq_to_pdu(req); in bsg_init_rq() 315 struct bsg_job *job = blk_mq_rq_to_pdu(req); in bsg_exit_rq() 381 set->cmd_size = sizeof(struct bsg_job) + dd_job_size; in bsg_setup_queue()
|
/linux-6.3-rc2/drivers/scsi/lpfc/ |
A D | lpfc_bsg.c | 295 struct bsg_job *job; in lpfc_bsg_send_mgmt_cmd_cmp() 554 struct bsg_job *job; in lpfc_bsg_rport_els_cmp() 642 lpfc_bsg_rport_els(struct bsg_job *job) in lpfc_bsg_rport_els() 906 struct bsg_job *job = NULL; in lpfc_bsg_ct_unsol_event() 1361 struct bsg_job *job; in lpfc_issue_ct_rsp_cmp() 3374 struct bsg_job *job; in lpfc_bsg_issue_mbox_cmpl() 3542 static struct bsg_job * 3546 struct bsg_job *job; in lpfc_bsg_issue_mbox_ext_handle_job() 3637 struct bsg_job *job; in lpfc_bsg_issue_read_mbox_ext_cmpl() 3677 struct bsg_job *job; in lpfc_bsg_issue_write_mbox_ext_cmpl() [all …]
|
/linux-6.3-rc2/drivers/ufs/core/ |
A D | ufs_bsg.c | 29 static int ufs_bsg_alloc_desc_buffer(struct ufs_hba *hba, struct bsg_job *job, in ufs_bsg_alloc_desc_buffer() 67 static int ufs_bsg_exec_advanced_rpmb_req(struct ufs_hba *hba, struct bsg_job *job) in ufs_bsg_exec_advanced_rpmb_req() 133 static int ufs_bsg_request(struct bsg_job *job) in ufs_bsg_request()
|
/linux-6.3-rc2/drivers/scsi/libsas/ |
A D | sas_internal.h | 79 void sas_smp_handler(struct bsg_job *job, struct Scsi_Host *shost, 109 extern void sas_smp_host_handler(struct bsg_job *job, struct Scsi_Host *shost); 111 static inline void sas_smp_host_handler(struct bsg_job *job, in sas_smp_host_handler()
|
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()
|
/linux-6.3-rc2/drivers/scsi/bfa/ |
A D | bfad_im.h | 198 int bfad_im_bsg_request(struct bsg_job *job); 199 int bfad_im_bsg_timeout(struct bsg_job *job);
|
/linux-6.3-rc2/drivers/scsi/mpi3mr/ |
A D | mpi3mr_app.c | 140 struct bsg_job *job) in mpi3mr_enable_logdata() 178 struct bsg_job *job) in mpi3mr_get_logdata() 212 struct bsg_job *job) in mpi3mr_bsg_pel_enable() 294 struct bsg_job *job) in mpi3mr_get_all_tgt_info() 371 struct bsg_job *job) in mpi3mr_get_change_count() 398 struct bsg_job *job) in mpi3mr_bsg_adp_reset() 450 struct bsg_job *job) in mpi3mr_bsg_populate_adpinfo() 499 static long mpi3mr_bsg_process_drv_cmds(struct bsg_job *job) in mpi3mr_bsg_process_drv_cmds() 940 static long mpi3mr_bsg_process_mpt_cmds(struct bsg_job *job, unsigned int *reply_payload_rcv_len) in mpi3mr_bsg_process_mpt_cmds() 1447 static int mpi3mr_bsg_request(struct bsg_job *job) in mpi3mr_bsg_request()
|
/linux-6.3-rc2/drivers/s390/scsi/ |
A D | zfcp_ext.h | 107 extern int zfcp_fc_exec_bsg_job(struct bsg_job *); 108 extern int zfcp_fc_timeout_bsg_job(struct bsg_job *);
|
A D | zfcp_fc.c | 970 struct bsg_job *job = data; in zfcp_fc_ct_els_job_handler() 980 static struct zfcp_fc_wka_port *zfcp_fc_job_wka_port(struct bsg_job *job) in zfcp_fc_job_wka_port() 1013 struct bsg_job *job = data; in zfcp_fc_ct_job_handler() 1022 static int zfcp_fc_exec_els_job(struct bsg_job *job, in zfcp_fc_exec_els_job() 1045 static int zfcp_fc_exec_ct_job(struct bsg_job *job, in zfcp_fc_exec_ct_job() 1068 int zfcp_fc_exec_bsg_job(struct bsg_job *job) in zfcp_fc_exec_bsg_job() 1098 int zfcp_fc_timeout_bsg_job(struct bsg_job *job) in zfcp_fc_timeout_bsg_job()
|
/linux-6.3-rc2/include/scsi/ |
A D | scsi_transport_fc.h | 712 int (*bsg_request)(struct bsg_job *); 713 int (*bsg_timeout)(struct bsg_job *); 870 static inline struct Scsi_Host *fc_bsg_to_shost(struct bsg_job *job) in fc_bsg_to_shost() 877 static inline struct fc_rport *fc_bsg_to_rport(struct bsg_job *job) in fc_bsg_to_rport()
|
A D | scsi_transport_iscsi.h | 28 struct bsg_job; 136 int (*bsg_request)(struct bsg_job *job);
|
A D | scsi_transport_sas.h | 183 void (*smp_handler)(struct bsg_job *, struct Scsi_Host *,
|
/linux-6.3-rc2/drivers/scsi/smartpqi/ |
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()
|
/linux-6.3-rc2/drivers/scsi/be2iscsi/ |
A D | be_mgmt.h | 36 struct bsg_job *job,
|
/linux-6.3-rc2/drivers/scsi/libfc/ |
A D | fc_lport.c | 143 struct bsg_job *job; 1952 struct bsg_job *job = info->job; in fc_lport_bsg_resp() 2013 static int fc_lport_els_request(struct bsg_job *job, in fc_lport_els_request() 2073 static int fc_lport_ct_request(struct bsg_job *job, in fc_lport_ct_request() 2131 int fc_lport_bsg_request(struct bsg_job *job) in fc_lport_bsg_request()
|