Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/
Dstex.c512 struct st_msg_header *msg_h; in stex_ss_send_cmd() local
521 msg_h = (struct st_msg_header *)req - 1; in stex_ss_send_cmd()
523 msg_h->channel = (u8)cmd->device->channel; in stex_ss_send_cmd()
524 msg_h->timeout = cpu_to_le16(cmd->request->timeout/HZ); in stex_ss_send_cmd()
528 msg_h->handle = cpu_to_le64(addr); in stex_ss_send_cmd()
1044 struct st_msg_header *msg_h; in stex_ss_handshake() local
1062 msg_h = (struct st_msg_header *)hba->dma_mem; in stex_ss_handshake()
1063 msg_h->handle = cpu_to_le64(hba->dma_handle); in stex_ss_handshake()
1064 msg_h->flag = SS_HEAD_HANDSHAKE; in stex_ss_handshake()
1066 h = (struct handshake_frame *)(msg_h + 1); in stex_ss_handshake()
[all …]