Home
last modified time | relevance | path

Searched refs:qla2x00_alloc_iocbs (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/scsi/qla2xxx/
H A Dqla_gbl.h321 extern void *qla2x00_alloc_iocbs(struct scsi_qla_host *, srb_t *);
H A Dqla_target.c2310 ctio = (struct ctio7_to_24xx *)qla2x00_alloc_iocbs(vha, NULL); in qlt_send_resp_ctio()
3609 pkt = (request_t *)qla2x00_alloc_iocbs(vha, NULL); in __qlt_send_term_imm_notif()
H A Dqla_iocb.c2377 qla2x00_alloc_iocbs(struct scsi_qla_host *vha, srb_t *sp) in qla2x00_alloc_iocbs() function