Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/scsi/pm8001/
Dpm80xx_hwi.c4176 struct smp_req *psmp_cmd, int mode, int length) in build_smp_cmd() argument
4178 psmp_cmd->tag = hTag; in build_smp_cmd()
4179 psmp_cmd->device_id = cpu_to_le32(deviceID); in build_smp_cmd()
4182 psmp_cmd->len_ip_ir = cpu_to_le32(length << 16); in build_smp_cmd()
4184 psmp_cmd->len_ip_ir = cpu_to_le32(1|(1 << 1)); in build_smp_cmd()
Dpm8001_hwi.c4146 static void build_smp_cmd(u32 deviceID, __le32 hTag, struct smp_req *psmp_cmd) in build_smp_cmd() argument
4148 psmp_cmd->tag = hTag; in build_smp_cmd()
4149 psmp_cmd->device_id = cpu_to_le32(deviceID); in build_smp_cmd()
4150 psmp_cmd->len_ip_ir = cpu_to_le32(1|(1 << 1)); in build_smp_cmd()