Searched refs:ctio (Results 1 – 2 of 2) sorted by relevance
1932 struct ctio7_to_24xx *ctio; in qlt_24xx_retry_term_exchange() local1936 ctio = (struct ctio7_to_24xx *)qla2x00_alloc_iocbs_ready(qpair, NULL); in qlt_24xx_retry_term_exchange()1937 if (ctio == NULL) { in qlt_24xx_retry_term_exchange()1956 ctio->entry_type = CTIO_TYPE7; in qlt_24xx_retry_term_exchange()1957 ctio->entry_count = 1; in qlt_24xx_retry_term_exchange()1958 ctio->nport_handle = entry->nport_handle; in qlt_24xx_retry_term_exchange()1959 ctio->handle = QLA_TGT_SKIP_HANDLE | CTIO_COMPLETION_HANDLE_MARK; in qlt_24xx_retry_term_exchange()1960 ctio->timeout = cpu_to_le16(QLA_TGT_TIMEOUT); in qlt_24xx_retry_term_exchange()1961 ctio->vp_index = vha->vp_idx; in qlt_24xx_retry_term_exchange()1962 ctio->exchange_addr = entry->exchange_addr_to_abort; in qlt_24xx_retry_term_exchange()[all …]
137 struct ctio7_from_24xx *ctio);