Searched refs:fc_bsg_job (Results 1 – 17 of 17) sorted by relevance
/linux-4.4.14/drivers/scsi/qla2xxx/ |
D | qla_bsg.c | 19 struct fc_bsg_job *bsg_job = sp->u.bsg_job; in qla2x00_bsg_job_done() 31 struct fc_bsg_job *bsg_job = sp->u.bsg_job; in qla2x00_bsg_sp_free() 119 qla24xx_proc_fcp_prio_cfg_cmd(struct fc_bsg_job *bsg_job) in qla24xx_proc_fcp_prio_cfg_cmd() 245 qla2x00_process_els(struct fc_bsg_job *bsg_job) in qla2x00_process_els() 423 qla2x00_process_ct(struct fc_bsg_job *bsg_job) in qla2x00_process_ct() 700 qla2x00_process_loopback(struct fc_bsg_job *bsg_job) in qla2x00_process_loopback() 938 qla84xx_reset(struct fc_bsg_job *bsg_job) in qla84xx_reset() 971 qla84xx_updatefw(struct fc_bsg_job *bsg_job) in qla84xx_updatefw() 1080 qla84xx_mgmt_cmd(struct fc_bsg_job *bsg_job) in qla84xx_mgmt_cmd() 1275 qla24xx_iidma(struct fc_bsg_job *bsg_job) in qla24xx_iidma() [all …]
|
D | qla_gbl.h | 724 extern int qla24xx_bsg_request(struct fc_bsg_job *); 725 extern int qla24xx_bsg_timeout(struct fc_bsg_job *);
|
D | qla_iocb.c | 2015 struct fc_bsg_job *bsg_job = sp->u.bsg_job; in qla24xx_els_iocb() 2068 struct fc_bsg_job *bsg_job = sp->u.bsg_job; in qla2x00_ct_iocb() 2145 struct fc_bsg_job *bsg_job = sp->u.bsg_job; in qla24xx_ct_iocb() 2648 struct fc_bsg_job *bsg_job = sp->u.bsg_job; in qla25xx_build_bidir_iocb()
|
D | qla_isr.c | 1344 struct fc_bsg_job *bsg_job; in qla2x00_ct_entry() 1401 struct fc_bsg_job *bsg_job; in qla24xx_els_ct_entry() 1886 struct fc_bsg_job *bsg_job = NULL; in qla25xx_process_bidir_status_iocb()
|
D | qla_mr.c | 2210 struct fc_bsg_job *bsg_job; in qlafx00_ioctl_iosb_entry() 3256 struct fc_bsg_job *bsg_job; in qlafx00_fxdisc_iocb()
|
D | qla_def.h | 397 struct fc_bsg_job *bsg_job;
|
/linux-4.4.14/drivers/scsi/lpfc/ |
D | lpfc_bsg.c | 100 struct fc_bsg_job *set_job; /* job waiting for this iocb to finish */ 300 struct fc_bsg_job *job; in lpfc_bsg_send_mgmt_cmd_cmp() 381 lpfc_bsg_send_mgmt_cmd(struct fc_bsg_job *job) in lpfc_bsg_send_mgmt_cmd() 573 struct fc_bsg_job *job; in lpfc_bsg_rport_els_cmp() 651 lpfc_bsg_rport_els(struct fc_bsg_job *job) in lpfc_bsg_rport_els() 920 struct fc_bsg_job *job = NULL; in lpfc_bsg_ct_unsol_event() 1190 lpfc_bsg_hba_set_event(struct fc_bsg_job *job) in lpfc_bsg_hba_set_event() 1274 lpfc_bsg_hba_get_event(struct fc_bsg_job *job) in lpfc_bsg_hba_get_event() 1383 struct fc_bsg_job *job; in lpfc_issue_ct_rsp_cmp() 1460 lpfc_issue_ct_rsp(struct lpfc_hba *phba, struct fc_bsg_job *job, uint32_t tag, in lpfc_issue_ct_rsp() [all …]
|
D | lpfc_crtn.h | 437 int lpfc_bsg_request(struct fc_bsg_job *); 438 int lpfc_bsg_timeout(struct fc_bsg_job *);
|
/linux-4.4.14/drivers/s390/scsi/ |
D | zfcp_ext.h | 85 extern int zfcp_fc_exec_bsg_job(struct fc_bsg_job *); 86 extern int zfcp_fc_timeout_bsg_job(struct fc_bsg_job *);
|
D | zfcp_fc.c | 888 struct fc_bsg_job *job = data; in zfcp_fc_ct_els_job_handler() 898 static struct zfcp_fc_wka_port *zfcp_fc_job_wka_port(struct fc_bsg_job *job) in zfcp_fc_job_wka_port() 927 struct fc_bsg_job *job = data; in zfcp_fc_ct_job_handler() 936 static int zfcp_fc_exec_els_job(struct fc_bsg_job *job, in zfcp_fc_exec_els_job() 958 static int zfcp_fc_exec_ct_job(struct fc_bsg_job *job, in zfcp_fc_exec_ct_job() 981 int zfcp_fc_exec_bsg_job(struct fc_bsg_job *job) in zfcp_fc_exec_bsg_job() 1009 int zfcp_fc_timeout_bsg_job(struct fc_bsg_job *job) in zfcp_fc_timeout_bsg_job()
|
/linux-4.4.14/drivers/scsi/bfa/ |
D | bfad_im.h | 168 int bfad_im_bsg_request(struct fc_bsg_job *job); 169 int bfad_im_bsg_timeout(struct fc_bsg_job *job);
|
D | bfad_bsg.c | 3132 bfad_im_bsg_vendor_request(struct fc_bsg_job *job) in bfad_im_bsg_vendor_request() 3314 bfad_fcxp_bsg_send(struct fc_bsg_job *job, struct bfad_fcxp *drv_fcxp, in bfad_fcxp_bsg_send() 3354 bfad_im_bsg_els_ct_request(struct fc_bsg_job *job) in bfad_im_bsg_els_ct_request() 3560 bfad_im_bsg_request(struct fc_bsg_job *job) in bfad_im_bsg_request() 3586 bfad_im_bsg_timeout(struct fc_bsg_job *job) in bfad_im_bsg_timeout()
|
/linux-4.4.14/include/scsi/ |
D | scsi_transport_fc.h | 637 struct fc_bsg_job { struct 645 void (*job_done)(struct fc_bsg_job *); argument 704 int (*bsg_request)(struct fc_bsg_job *); 705 int (*bsg_timeout)(struct fc_bsg_job *);
|
D | libfc.h | 1073 int fc_lport_bsg_request(struct fc_bsg_job *);
|
/linux-4.4.14/drivers/scsi/libfc/ |
D | fc_lport.c | 152 struct fc_bsg_job *job; 1906 struct fc_bsg_job *job = info->job; in fc_lport_bsg_resp() 1968 static int fc_lport_els_request(struct fc_bsg_job *job, in fc_lport_els_request() 2029 static int fc_lport_ct_request(struct fc_bsg_job *job, in fc_lport_ct_request() 2085 int fc_lport_bsg_request(struct fc_bsg_job *job) in fc_lport_bsg_request()
|
/linux-4.4.14/drivers/scsi/ |
D | scsi_transport_fc.c | 3562 fc_destroy_bsgjob(struct fc_bsg_job *job) in fc_destroy_bsgjob() 3586 fc_bsg_jobdone(struct fc_bsg_job *job) in fc_bsg_jobdone() 3619 struct fc_bsg_job *job = rq->special; in fc_bsg_softirq_done() 3638 struct fc_bsg_job *job = (void *) req->special; in fc_bsg_job_timeout() 3702 struct fc_bsg_job *job; in fc_req_to_bsgjob() 3707 job = kzalloc(sizeof(struct fc_bsg_job) + i->f->dd_bsg_size, in fc_req_to_bsgjob() 3778 struct fc_bsg_job *job) in fc_bsg_host_dispatch() 3877 struct fc_rport *rport, struct fc_bsg_job *job) in fc_bsg_rport_dispatch() 3937 struct fc_bsg_job *job; in fc_bsg_request_handler()
|
/linux-4.4.14/drivers/scsi/ibmvscsi/ |
D | ibmvfc.c | 1703 static int ibmvfc_bsg_timeout(struct fc_bsg_job *job) in ibmvfc_bsg_timeout() 1816 static int ibmvfc_bsg_request(struct fc_bsg_job *job) in ibmvfc_bsg_request()
|