Home
last modified time | relevance | path

Searched refs:ctio (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/scsi/qla2xxx/
Dqla_target.c1252 struct ctio7_to_24xx *ctio; in qlt_24xx_retry_term_exchange() local
1260 ctio = (struct ctio7_to_24xx *)qla2x00_alloc_iocbs_ready(vha, NULL); in qlt_24xx_retry_term_exchange()
1261 if (ctio == NULL) { in qlt_24xx_retry_term_exchange()
1273 ctio->entry_type = CTIO_TYPE7; in qlt_24xx_retry_term_exchange()
1274 ctio->entry_count = 1; in qlt_24xx_retry_term_exchange()
1275 ctio->nport_handle = entry->nport_handle; in qlt_24xx_retry_term_exchange()
1276 ctio->handle = QLA_TGT_SKIP_HANDLE | CTIO_COMPLETION_HANDLE_MARK; in qlt_24xx_retry_term_exchange()
1277 ctio->timeout = __constant_cpu_to_le16(QLA_TGT_TIMEOUT); in qlt_24xx_retry_term_exchange()
1278 ctio->vp_index = vha->vp_idx; in qlt_24xx_retry_term_exchange()
1279 ctio->initiator_id[0] = entry->fcp_hdr_le.d_id[0]; in qlt_24xx_retry_term_exchange()
[all …]