Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/scsi/qla2xxx/
Dqla_target.c1939 struct ctio7_to_24xx *ctio; in qlt_24xx_retry_term_exchange()
1943 ctio = (struct ctio7_to_24xx *)qla2x00_alloc_iocbs_ready(qpair, NULL); in qlt_24xx_retry_term_exchange()
2252 struct ctio7_to_24xx *ctio; in qlt_24xx_send_task_mgmt_ctio()
2260 ctio = (struct ctio7_to_24xx *)__qla2x00_alloc_iocbs(qpair, NULL); in qlt_24xx_send_task_mgmt_ctio()
2308 struct ctio7_to_24xx *ctio; in qlt_send_resp_ctio()
2317 ctio = (struct ctio7_to_24xx *)qla2x00_alloc_iocbs(vha, NULL); in qlt_send_resp_ctio()
2605 struct ctio7_to_24xx *pkt; in qlt_24xx_build_ctio_pkt()
2610 pkt = (struct ctio7_to_24xx *)qpair->req->ring_ptr; in qlt_24xx_build_ctio_pkt()
2701 struct ctio7_to_24xx *pkt24 = (struct ctio7_to_24xx *)prm->pkt; in qlt_load_data_segments()
2861 static void qlt_24xx_init_ctio_to_isp(struct ctio7_to_24xx *ctio, in qlt_24xx_init_ctio_to_isp()
[all …]
Dqla_target.h397 struct ctio7_to_24xx { struct
Dtcm_qla2xxx.c1930 BUILD_BUG_ON(sizeof(struct ctio7_to_24xx) != 64); in tcm_qla2xxx_init()