Searched refs:qla_work_evt (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/scsi/qla2xxx/ |
H A D | qla_gbl.h | 71 struct qla_work_evt *qla2x00_alloc_work(struct scsi_qla_host *, 74 int qla2x00_post_work(struct scsi_qla_host *vha, struct qla_work_evt *e); 330 struct qla_work_evt *e); 803 extern void qlafx00_process_aen(struct scsi_qla_host *, struct qla_work_evt *); 949 void qla24xx_do_nack_work(struct scsi_qla_host *, struct qla_work_evt *);
|
H A D | qla_os.c | 5134 struct qla_work_evt * 5137 struct qla_work_evt *e; in qla2x00_alloc_work() 5145 e = kzalloc(sizeof(struct qla_work_evt), GFP_ATOMIC); in qla2x00_alloc_work() 5158 qla2x00_post_work(struct scsi_qla_host *vha, struct qla_work_evt *e) in qla2x00_post_work() 5181 struct qla_work_evt *e; in qla2x00_post_aen_work() 5195 struct qla_work_evt *e; in qla2x00_post_idc_ack_work() 5210 struct qla_work_evt *e; \ 5234 struct qla_work_evt *e; in qla2x00_post_uevent_work() 5266 struct qla_work_evt *e; in qlafx00_post_aenfx_work() 5300 void qla24xx_create_new_sess(struct scsi_qla_host *vha, struct qla_work_evt *e) in qla24xx_create_new_sess() [all …]
|
H A D | qla_gs.c | 507 struct qla_work_evt *e; in qla2x00_async_sns_sp_done() 2804 struct qla_work_evt *e; in qla24xx_post_gpsc_work() 3412 struct qla_work_evt *e; in qla2x00_post_next_scan_work() 3965 struct qla_work_evt *e; in qla24xx_post_gfpnid_work()
|
H A D | qla_init.c | 559 struct qla_work_evt *e; in qla_post_els_plogi_work() 1210 struct qla_work_evt *e; in qla24xx_post_gnl_work() 1253 struct qla_work_evt *e; in qla24xx_post_prli_work() 1361 struct qla_work_evt *e; in qla24xx_post_gpdb_work() 1829 struct qla_work_evt *e; in qla24xx_post_newsess_work() 6092 struct qla_work_evt *e; in qla_post_iidma_work()
|
H A D | qla_edif.c | 206 struct qla_work_evt *e; in qla_post_sa_replace_work() 2349 qla24xx_issue_sa_replace_iocb(scsi_qla_host_t *vha, struct qla_work_evt *e) in qla24xx_issue_sa_replace_iocb()
|
H A D | qla_mr.c | 1690 qlafx00_process_aen(struct scsi_qla_host *vha, struct qla_work_evt *evt) in qlafx00_process_aen()
|
H A D | qla_target.c | 524 struct qla_work_evt *e; in qla24xx_post_nack_work() 658 void qla24xx_do_nack_work(struct scsi_qla_host *vha, struct qla_work_evt *e) in qla24xx_do_nack_work()
|
H A D | qla_def.h | 3560 struct qla_work_evt { struct
|
H A D | qla_iocb.c | 2913 struct qla_work_evt *e; in qla2x00_els_dcmd2_sp_done()
|