Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/scsi/qla2xxx/
Dqla_gbl.h318 extern void *qla2x00_alloc_iocbs(struct scsi_qla_host *, srb_t *);
Dqla_target.c2300 ctio = (struct ctio7_to_24xx *)qla2x00_alloc_iocbs(vha, NULL); in qlt_send_resp_ctio()
3599 pkt = (request_t *)qla2x00_alloc_iocbs(vha, NULL); in __qlt_send_term_imm_notif()
Dqla_iocb.c2377 qla2x00_alloc_iocbs(struct scsi_qla_host *vha, srb_t *sp) in qla2x00_alloc_iocbs() function