Searched refs:ctio (Results 1 – 2 of 2) sorted by relevance
1881 struct ctio7_to_24xx *ctio; in qlt_24xx_retry_term_exchange() local1885 ctio = (struct ctio7_to_24xx *)qla2x00_alloc_iocbs_ready(qpair, NULL); in qlt_24xx_retry_term_exchange()1886 if (ctio == NULL) { in qlt_24xx_retry_term_exchange()1909 ctio->entry_type = CTIO_TYPE7; in qlt_24xx_retry_term_exchange()1910 ctio->entry_count = 1; in qlt_24xx_retry_term_exchange()1911 ctio->nport_handle = entry->nport_handle; in qlt_24xx_retry_term_exchange()1912 ctio->handle = QLA_TGT_SKIP_HANDLE | CTIO_COMPLETION_HANDLE_MARK; in qlt_24xx_retry_term_exchange()1913 ctio->timeout = cpu_to_le16(QLA_TGT_TIMEOUT); in qlt_24xx_retry_term_exchange()1914 ctio->vp_index = vha->vp_idx; in qlt_24xx_retry_term_exchange()1915 ctio->exchange_addr = entry->exchange_addr_to_abort; in qlt_24xx_retry_term_exchange()[all …]
140 struct ctio7_from_24xx *ctio);