Searched refs:ctio (Results 1 – 2 of 2) sorted by relevance
1922 struct ctio7_to_24xx *ctio; in qlt_24xx_retry_term_exchange() local1926 ctio = (struct ctio7_to_24xx *)qla2x00_alloc_iocbs_ready(qpair, NULL); in qlt_24xx_retry_term_exchange()1927 if (ctio == NULL) { in qlt_24xx_retry_term_exchange()1946 ctio->entry_type = CTIO_TYPE7; in qlt_24xx_retry_term_exchange()1947 ctio->entry_count = 1; in qlt_24xx_retry_term_exchange()1948 ctio->nport_handle = entry->nport_handle; in qlt_24xx_retry_term_exchange()1949 ctio->handle = QLA_TGT_SKIP_HANDLE | CTIO_COMPLETION_HANDLE_MARK; in qlt_24xx_retry_term_exchange()1950 ctio->timeout = cpu_to_le16(QLA_TGT_TIMEOUT); in qlt_24xx_retry_term_exchange()1951 ctio->vp_index = vha->vp_idx; in qlt_24xx_retry_term_exchange()1952 ctio->exchange_addr = entry->exchange_addr_to_abort; in qlt_24xx_retry_term_exchange()[all …]
137 struct ctio7_from_24xx *ctio);