Lines Matching refs:ctio7_to_24xx

1878 	struct ctio7_to_24xx *ctio;  in qlt_24xx_retry_term_exchange()
1882 ctio = (struct ctio7_to_24xx *)qla2x00_alloc_iocbs_ready(qpair, NULL); in qlt_24xx_retry_term_exchange()
2199 struct ctio7_to_24xx *ctio; in qlt_24xx_send_task_mgmt_ctio()
2207 ctio = (struct ctio7_to_24xx *)__qla2x00_alloc_iocbs(qpair, NULL); in qlt_24xx_send_task_mgmt_ctio()
2255 struct ctio7_to_24xx *ctio; in qlt_send_resp_ctio()
2264 ctio = (struct ctio7_to_24xx *)qla2x00_alloc_iocbs(vha, NULL); in qlt_send_resp_ctio()
2552 struct ctio7_to_24xx *pkt; in qlt_24xx_build_ctio_pkt()
2556 pkt = (struct ctio7_to_24xx *)qpair->req->ring_ptr; in qlt_24xx_build_ctio_pkt()
2638 struct ctio7_to_24xx *pkt24 = (struct ctio7_to_24xx *)prm->pkt; in qlt_load_data_segments()
2798 static void qlt_24xx_init_ctio_to_isp(struct ctio7_to_24xx *ctio, in qlt_24xx_init_ctio_to_isp()
3200 struct ctio7_to_24xx *pkt; in qlt_xmit_response()
3260 pkt = (struct ctio7_to_24xx *)prm.pkt; in qlt_xmit_response()
3292 struct ctio7_to_24xx *ctio = in qlt_xmit_response()
3293 (struct ctio7_to_24xx *)qlt_get_req_pkt( in qlt_xmit_response()
3321 qlt_24xx_init_ctio_to_isp((struct ctio7_to_24xx *)ctio, in qlt_xmit_response()
3354 struct ctio7_to_24xx *pkt; in qlt_rdy_to_xfer()
3404 pkt = (struct ctio7_to_24xx *)prm.pkt; in qlt_rdy_to_xfer()
3607 struct ctio7_to_24xx *ctio24; in __qlt_send_term_exchange()
3640 ctio24 = (struct ctio7_to_24xx *)pkt; in __qlt_send_term_exchange()
5269 struct ctio7_to_24xx *ctio24; in __qlt_send_busy()
5300 ctio24 = (struct ctio7_to_24xx *)pkt; in __qlt_send_busy()
7295 BUILD_BUG_ON(sizeof(struct ctio7_to_24xx) != 64); in qlt_init()