Searched refs:ctio (Results 1 – 2 of 2) sorted by relevance
1944 struct ctio7_to_24xx *ctio; in qlt_24xx_retry_term_exchange() local1948 ctio = (struct ctio7_to_24xx *)qla2x00_alloc_iocbs_ready(qpair, NULL); in qlt_24xx_retry_term_exchange()1949 if (ctio == NULL) { in qlt_24xx_retry_term_exchange()1968 ctio->entry_type = CTIO_TYPE7; in qlt_24xx_retry_term_exchange()1969 ctio->entry_count = 1; in qlt_24xx_retry_term_exchange()1970 ctio->nport_handle = entry->nport_handle; in qlt_24xx_retry_term_exchange()1971 ctio->handle = QLA_TGT_SKIP_HANDLE | CTIO_COMPLETION_HANDLE_MARK; in qlt_24xx_retry_term_exchange()1972 ctio->timeout = cpu_to_le16(QLA_TGT_TIMEOUT); in qlt_24xx_retry_term_exchange()1973 ctio->vp_index = vha->vp_idx; in qlt_24xx_retry_term_exchange()1974 ctio->exchange_addr = entry->exchange_addr_to_abort; in qlt_24xx_retry_term_exchange()[all …]
141 struct ctio7_from_24xx *ctio);