Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/
H A Dstex.c538 struct st_msg_header *msg_h; in stex_ss_send_cmd() local
547 msg_h = (struct st_msg_header *)req - 1; in stex_ss_send_cmd()
549 msg_h->channel = (u8)cmd->device->channel; in stex_ss_send_cmd()
550 msg_h->timeout = cpu_to_le16(cmd->request->timeout/HZ); in stex_ss_send_cmd()
554 msg_h->handle = cpu_to_le64(addr); in stex_ss_send_cmd()
1116 struct st_msg_header *msg_h; in stex_ss_handshake() local
1151 msg_h = (struct st_msg_header *)hba->dma_mem; in stex_ss_handshake()
1152 msg_h->handle = cpu_to_le64(hba->dma_handle); in stex_ss_handshake()
1153 msg_h->flag = SS_HEAD_HANDSHAKE; in stex_ss_handshake()
1155 h = (struct handshake_frame *)(msg_h in stex_ss_handshake()
1860 struct st_msg_header *msg_h; stex_hba_stop() local
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H A Dstex.c535 struct st_msg_header *msg_h; in stex_ss_send_cmd() local
544 msg_h = (struct st_msg_header *)req - 1; in stex_ss_send_cmd()
546 msg_h->channel = (u8)cmd->device->channel; in stex_ss_send_cmd()
547 msg_h->timeout = cpu_to_le16(scsi_cmd_to_rq(cmd)->timeout / HZ); in stex_ss_send_cmd()
551 msg_h->handle = cpu_to_le64(addr); in stex_ss_send_cmd()
1113 struct st_msg_header *msg_h; in stex_ss_handshake() local
1148 msg_h = (struct st_msg_header *)hba->dma_mem; in stex_ss_handshake()
1149 msg_h->handle = cpu_to_le64(hba->dma_handle); in stex_ss_handshake()
1150 msg_h->flag = SS_HEAD_HANDSHAKE; in stex_ss_handshake()
1152 h = (struct handshake_frame *)(msg_h in stex_ss_handshake()
1857 struct st_msg_header *msg_h; stex_hba_stop() local
[all...]

Completed in 5 milliseconds