Home
last modified time | relevance | path

Searched refs:fc_bsg_job (Results 1 – 15 of 15) sorted by relevance

/linux-2.6.39/drivers/scsi/qla2xxx/
Dqla_bsg.c95 qla24xx_proc_fcp_prio_cfg_cmd(struct fc_bsg_job *bsg_job) in qla24xx_proc_fcp_prio_cfg_cmd()
229 qla2x00_process_els(struct fc_bsg_job *bsg_job) in qla2x00_process_els()
397 qla2x00_process_ct(struct fc_bsg_job *bsg_job) in qla2x00_process_ct()
611 qla2x00_process_loopback(struct fc_bsg_job *bsg_job) in qla2x00_process_loopback()
844 qla84xx_reset(struct fc_bsg_job *bsg_job) in qla84xx_reset()
884 qla84xx_updatefw(struct fc_bsg_job *bsg_job) in qla84xx_updatefw()
996 qla84xx_mgmt_cmd(struct fc_bsg_job *bsg_job) in qla84xx_mgmt_cmd()
1203 qla24xx_iidma(struct fc_bsg_job *bsg_job) in qla24xx_iidma()
1310 qla2x00_optrom_setup(struct fc_bsg_job *bsg_job, struct qla_hw_data *ha, in qla2x00_optrom_setup()
1374 qla2x00_read_optrom(struct fc_bsg_job *bsg_job) in qla2x00_read_optrom()
[all …]
Dqla_gbl.h571 extern int qla24xx_bsg_request(struct fc_bsg_job *);
572 extern int qla24xx_bsg_timeout(struct fc_bsg_job *);
Dqla_iocb.c1802 struct fc_bsg_job *bsg_job = ((struct srb_ctx *)sp->ctx)->u.bsg_job; in qla24xx_els_iocb()
1853 struct fc_bsg_job *bsg_job = ((struct srb_ctx *)sp->ctx)->u.bsg_job; in qla2x00_ct_iocb()
1928 struct fc_bsg_job *bsg_job = ((struct srb_ctx *)sp->ctx)->u.bsg_job; in qla24xx_ct_iocb()
Dqla_isr.c1003 struct fc_bsg_job *bsg_job; in qla2x00_ct_entry()
1083 struct fc_bsg_job *bsg_job; in qla24xx_els_ct_entry()
Dqla_def.h276 struct fc_bsg_job *bsg_job;
Dqla_os.c1233 struct fc_bsg_job *bsg_job = in qla2x00_abort_all_cmds()
/linux-2.6.39/drivers/s390/scsi/
Dzfcp_ext.h97 extern int zfcp_fc_exec_bsg_job(struct fc_bsg_job *);
98 extern int zfcp_fc_timeout_bsg_job(struct fc_bsg_job *);
Dzfcp_fc.c821 struct fc_bsg_job *job = data; in zfcp_fc_ct_els_job_handler()
831 static struct zfcp_fc_wka_port *zfcp_fc_job_wka_port(struct fc_bsg_job *job) in zfcp_fc_job_wka_port()
860 struct fc_bsg_job *job = data; in zfcp_fc_ct_job_handler()
869 static int zfcp_fc_exec_els_job(struct fc_bsg_job *job, in zfcp_fc_exec_els_job()
891 static int zfcp_fc_exec_ct_job(struct fc_bsg_job *job, in zfcp_fc_exec_ct_job()
914 int zfcp_fc_exec_bsg_job(struct fc_bsg_job *job) in zfcp_fc_exec_bsg_job()
942 int zfcp_fc_timeout_bsg_job(struct fc_bsg_job *job) in zfcp_fc_timeout_bsg_job()
/linux-2.6.39/include/scsi/
Dscsi_transport_fc.h598 struct fc_bsg_job { struct
606 void (*job_done)(struct fc_bsg_job *); argument
665 int (*bsg_request)(struct fc_bsg_job *);
666 int (*bsg_timeout)(struct fc_bsg_job *);
Dlibfc.h1050 int fc_lport_bsg_request(struct fc_bsg_job *);
/linux-2.6.39/drivers/scsi/lpfc/
Dlpfc_bsg.c66 struct fc_bsg_job *set_job;
76 struct fc_bsg_job *set_job;
90 struct fc_bsg_job *set_job;
101 struct fc_bsg_job *set_job;
166 struct fc_bsg_job *job; in lpfc_bsg_send_mgmt_cmd_cmp()
232 lpfc_bsg_send_mgmt_cmd(struct fc_bsg_job *job) in lpfc_bsg_send_mgmt_cmd()
415 struct fc_bsg_job *job; in lpfc_bsg_rport_els_cmp()
487 lpfc_bsg_rport_els(struct fc_bsg_job *job) in lpfc_bsg_rport_els()
785 struct fc_bsg_job *job = NULL; in lpfc_bsg_ct_unsol_event()
1008 lpfc_bsg_hba_set_event(struct fc_bsg_job *job) in lpfc_bsg_hba_set_event()
[all …]
Dlpfc_crtn.h411 int lpfc_bsg_request(struct fc_bsg_job *);
412 int lpfc_bsg_timeout(struct fc_bsg_job *);
/linux-2.6.39/drivers/scsi/libfc/
Dfc_lport.c143 struct fc_bsg_job *job;
1655 struct fc_bsg_job *job = info->job; in fc_lport_bsg_resp()
1717 static int fc_lport_els_request(struct fc_bsg_job *job, in fc_lport_els_request()
1778 static int fc_lport_ct_request(struct fc_bsg_job *job, in fc_lport_ct_request()
1834 int fc_lport_bsg_request(struct fc_bsg_job *job) in fc_lport_bsg_request()
/linux-2.6.39/drivers/scsi/
Dscsi_transport_fc.c3524 fc_destroy_bsgjob(struct fc_bsg_job *job) in fc_destroy_bsgjob()
3548 fc_bsg_jobdone(struct fc_bsg_job *job) in fc_bsg_jobdone()
3581 struct fc_bsg_job *job = rq->special; in fc_bsg_softirq_done()
3600 struct fc_bsg_job *job = (void *) req->special; in fc_bsg_job_timeout()
3664 struct fc_bsg_job *job; in fc_req_to_bsgjob()
3669 job = kzalloc(sizeof(struct fc_bsg_job) + i->f->dd_bsg_size, in fc_req_to_bsgjob()
3740 struct fc_bsg_job *job) in fc_bsg_host_dispatch()
3839 struct fc_rport *rport, struct fc_bsg_job *job) in fc_bsg_rport_dispatch()
3899 struct fc_bsg_job *job; in fc_bsg_request_handler()
/linux-2.6.39/drivers/scsi/ibmvscsi/
Dibmvfc.c1712 static int ibmvfc_bsg_timeout(struct fc_bsg_job *job) in ibmvfc_bsg_timeout()
1825 static int ibmvfc_bsg_request(struct fc_bsg_job *job) in ibmvfc_bsg_request()