Lines Matching refs:msg_h
519 struct st_msg_header *msg_h; in stex_ss_send_cmd() local
528 msg_h = (struct st_msg_header *)req - 1; in stex_ss_send_cmd()
530 msg_h->channel = (u8)cmd->device->channel; in stex_ss_send_cmd()
531 msg_h->timeout = cpu_to_le16(cmd->request->timeout/HZ); in stex_ss_send_cmd()
535 msg_h->handle = cpu_to_le64(addr); in stex_ss_send_cmd()
1051 struct st_msg_header *msg_h; in stex_ss_handshake() local
1069 msg_h = (struct st_msg_header *)hba->dma_mem; in stex_ss_handshake()
1070 msg_h->handle = cpu_to_le64(hba->dma_handle); in stex_ss_handshake()
1071 msg_h->flag = SS_HEAD_HANDSHAKE; in stex_ss_handshake()
1073 h = (struct handshake_frame *)(msg_h + 1); in stex_ss_handshake()
1108 msg_h->flag = 0; in stex_ss_handshake()
1706 struct st_msg_header *msg_h; in stex_hba_stop() local
1714 msg_h = (struct st_msg_header *)req - 1; in stex_hba_stop()
1715 memset(msg_h, 0, hba->rq_size); in stex_hba_stop()