Home
last modified time | relevance | path

Searched defs:bsg_job (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.10/include/linux/
Dbsg-lib.h29 struct bsg_job { struct
30 struct device *dev;
32 struct kref kref;
34 unsigned int timeout;
37 void *request;
38 void *reply;
40 unsigned int request_len;
41 unsigned int reply_len;
65 void bsg_job_done(struct bsg_job *job, int result, argument
/Linux-v5.10/drivers/scsi/qla2xxx/
Dqla_bsg.c24 struct bsg_job *bsg_job = sp->u.bsg_job; in qla2x00_bsg_job_done() local
36 struct bsg_job *bsg_job = sp->u.bsg_job; in qla2x00_bsg_sp_free() local
126 qla24xx_proc_fcp_prio_cfg_cmd(struct bsg_job *bsg_job) in qla24xx_proc_fcp_prio_cfg_cmd()
254 qla2x00_process_els(struct bsg_job *bsg_job) in qla2x00_process_els()
437 qla2x00_process_ct(struct bsg_job *bsg_job) in qla2x00_process_ct()
715 qla2x00_process_loopback(struct bsg_job *bsg_job) in qla2x00_process_loopback()
958 qla84xx_reset(struct bsg_job *bsg_job) in qla84xx_reset()
994 qla84xx_updatefw(struct bsg_job *bsg_job) in qla84xx_updatefw()
1104 qla84xx_mgmt_cmd(struct bsg_job *bsg_job) in qla84xx_mgmt_cmd()
1300 qla24xx_iidma(struct bsg_job *bsg_job) in qla24xx_iidma()
[all …]
Dqla_iocb.c3056 struct bsg_job *bsg_job = sp->u.bsg_job; in qla24xx_els_iocb() local
3106 struct bsg_job *bsg_job = sp->u.bsg_job; in qla2x00_ct_iocb() local
3173 struct bsg_job *bsg_job = sp->u.bsg_job; in qla24xx_ct_iocb() local
3814 struct bsg_job *bsg_job = sp->u.bsg_job; in qla25xx_build_bidir_iocb() local
Dqla_isr.c1899 struct bsg_job *bsg_job; in qla2x00_ct_entry() local
1972 struct bsg_job *bsg_job; in qla24xx_els_ct_entry() local
2703 struct bsg_job *bsg_job = NULL; in qla25xx_process_bidir_status_iocb() local
Dqla_mr.c2208 struct bsg_job *bsg_job; in qlafx00_ioctl_iosb_entry() local
3245 struct bsg_job *bsg_job; in qlafx00_fxdisc_iocb() local
Dqla_def.h662 struct bsg_job *bsg_job; member
/Linux-v5.10/drivers/scsi/qla4xxx/
Dql4_bsg.c12 qla4xxx_read_flash(struct bsg_job *bsg_job) in qla4xxx_read_flash()
77 qla4xxx_update_flash(struct bsg_job *bsg_job) in qla4xxx_update_flash()
142 qla4xxx_get_acb_state(struct bsg_job *bsg_job) in qla4xxx_get_acb_state()
199 qla4xxx_read_nvram(struct bsg_job *bsg_job) in qla4xxx_read_nvram()
271 qla4xxx_update_nvram(struct bsg_job *bsg_job) in qla4xxx_update_nvram()
340 qla4xxx_restore_defaults(struct bsg_job *bsg_job) in qla4xxx_restore_defaults()
384 qla4xxx_bsg_get_acb(struct bsg_job *bsg_job) in qla4xxx_bsg_get_acb()
448 static void ql4xxx_execute_diag_cmd(struct bsg_job *bsg_job) in ql4xxx_execute_diag_cmd()
652 static void qla4xxx_execute_diag_loopback_cmd(struct bsg_job *bsg_job) in qla4xxx_execute_diag_loopback_cmd()
752 static int qla4xxx_execute_diag_test(struct bsg_job *bsg_job) in qla4xxx_execute_diag_test()
[all …]