Lines Matching refs:msg_h
538 struct st_msg_header *msg_h;
547 msg_h = (struct st_msg_header *)req - 1;
549 msg_h->channel = (u8)cmd->device->channel;
550 msg_h->timeout = cpu_to_le16(cmd->request->timeout/HZ);
554 msg_h->handle = cpu_to_le64(addr);
1116 struct st_msg_header *msg_h;
1151 msg_h = (struct st_msg_header *)hba->dma_mem;
1152 msg_h->handle = cpu_to_le64(hba->dma_handle);
1153 msg_h->flag = SS_HEAD_HANDSHAKE;
1155 h = (struct handshake_frame *)(msg_h + 1);
1219 msg_h->flag = 0;
1860 struct st_msg_header *msg_h;
1876 msg_h = (struct st_msg_header *)req - 1;
1877 memset(msg_h, 0, hba->rq_size);