Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/qla2xxx/
Dqla_target.c2941 struct ctio7_to_24xx *ctio24; in __qlt_send_term_exchange() local
2970 ctio24 = (struct ctio7_to_24xx *)pkt; in __qlt_send_term_exchange()
2971 ctio24->entry_type = CTIO_TYPE7; in __qlt_send_term_exchange()
2972 ctio24->nport_handle = cmd ? cmd->loop_id : CTIO7_NHANDLE_UNRECOGNIZED; in __qlt_send_term_exchange()
2973 ctio24->timeout = __constant_cpu_to_le16(QLA_TGT_TIMEOUT); in __qlt_send_term_exchange()
2974 ctio24->vp_index = vha->vp_idx; in __qlt_send_term_exchange()
2975 ctio24->initiator_id[0] = atio->u.isp24.fcp_hdr.s_id[2]; in __qlt_send_term_exchange()
2976 ctio24->initiator_id[1] = atio->u.isp24.fcp_hdr.s_id[1]; in __qlt_send_term_exchange()
2977 ctio24->initiator_id[2] = atio->u.isp24.fcp_hdr.s_id[0]; in __qlt_send_term_exchange()
2978 ctio24->exchange_addr = atio->u.isp24.exchange_addr; in __qlt_send_term_exchange()
[all …]