Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/qla2xxx/
Dqla_target.c3607 struct ctio7_to_24xx *ctio24; in __qlt_send_term_exchange() local
3640 ctio24 = (struct ctio7_to_24xx *)pkt; in __qlt_send_term_exchange()
3641 ctio24->entry_type = CTIO_TYPE7; in __qlt_send_term_exchange()
3642 ctio24->nport_handle = CTIO7_NHANDLE_UNRECOGNIZED; in __qlt_send_term_exchange()
3643 ctio24->timeout = cpu_to_le16(QLA_TGT_TIMEOUT); in __qlt_send_term_exchange()
3644 ctio24->vp_index = vha->vp_idx; in __qlt_send_term_exchange()
3645 ctio24->initiator_id = be_id_to_le(atio->u.isp24.fcp_hdr.s_id); in __qlt_send_term_exchange()
3646 ctio24->exchange_addr = atio->u.isp24.exchange_addr; in __qlt_send_term_exchange()
3649 ctio24->u.status1.flags = cpu_to_le16(temp); in __qlt_send_term_exchange()
3651 ctio24->u.status1.ox_id = cpu_to_le16(temp); in __qlt_send_term_exchange()
[all …]