Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/qla2xxx/
Dqla_gbl.h279 extern void *__qla2x00_alloc_iocbs(struct qla_qpair *, srb_t *);
Dqla_iocb.c2119 __qla2x00_alloc_iocbs(struct qla_qpair *qpair, srb_t *sp) in __qla2x00_alloc_iocbs() function
2212 return __qla2x00_alloc_iocbs(qpair, sp); in qla2x00_alloc_iocbs_ready()
2218 return __qla2x00_alloc_iocbs(vha->hw->base_qpair, sp); in qla2x00_alloc_iocbs()
Dqla_target.c1674 pkt = (request_t *)__qla2x00_alloc_iocbs(qpair, NULL); in qlt_send_notify_ack()
2148 ctio = (struct ctio7_to_24xx *)__qla2x00_alloc_iocbs(qpair, NULL); in qlt_24xx_send_task_mgmt_ctio()
5246 pkt = (request_t *)__qla2x00_alloc_iocbs(qpair, NULL); in __qlt_send_busy()