Searched refs:ctio (Results 1 – 2 of 2) sorted by relevance
1939 struct ctio7_to_24xx *ctio; in qlt_24xx_retry_term_exchange() local1943 ctio = (struct ctio7_to_24xx *)qla2x00_alloc_iocbs_ready(qpair, NULL); in qlt_24xx_retry_term_exchange()1944 if (ctio == NULL) { in qlt_24xx_retry_term_exchange()1963 ctio->entry_type = CTIO_TYPE7; in qlt_24xx_retry_term_exchange()1964 ctio->entry_count = 1; in qlt_24xx_retry_term_exchange()1965 ctio->nport_handle = entry->nport_handle; in qlt_24xx_retry_term_exchange()1966 ctio->handle = QLA_TGT_SKIP_HANDLE | CTIO_COMPLETION_HANDLE_MARK; in qlt_24xx_retry_term_exchange()1967 ctio->timeout = cpu_to_le16(QLA_TGT_TIMEOUT); in qlt_24xx_retry_term_exchange()1968 ctio->vp_index = vha->vp_idx; in qlt_24xx_retry_term_exchange()1969 ctio->exchange_addr = entry->exchange_addr_to_abort; in qlt_24xx_retry_term_exchange()[all …]
139 struct ctio7_from_24xx *ctio);