Home
last modified time | relevance | path

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

/linux/drivers/scsi/qla2xxx/
H A Dqla_target.c3687 struct ctio7_to_24xx *ctio24; in __qlt_send_term_exchange() local
3728 ctio24 = qla2x00_alloc_iocbs_ready(qpair, NULL); in __qlt_send_term_exchange()
3729 if (!ctio24) { in __qlt_send_term_exchange()
3738 ctio24->entry_type = CTIO_TYPE7; in __qlt_send_term_exchange()
3739 ctio24->entry_count = 1; in __qlt_send_term_exchange()
3740 ctio24->handle = QLA_TGT_SKIP_HANDLE | CTIO_COMPLETION_HANDLE_MARK; in __qlt_send_term_exchange()
3741 ctio24->nport_handle = cpu_to_le16(loop_id); in __qlt_send_term_exchange()
3742 ctio24->timeout = cpu_to_le16(QLA_TGT_TIMEOUT); in __qlt_send_term_exchange()
3743 ctio24->vp_index = vha->vp_idx; in __qlt_send_term_exchange()
3744 ctio24->initiator_id = be_id_to_le(atio->u.isp24.fcp_hdr.s_id); in __qlt_send_term_exchange()
[all …]