Home
last modified time | relevance | path

Searched refs:psmp_cmd (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/pm8001/
H A Dpm80xx_hwi.c4142 struct smp_req *psmp_cmd, int mode, int length) in build_smp_cmd()
4144 psmp_cmd->tag = hTag; in build_smp_cmd()
4145 psmp_cmd->device_id = cpu_to_le32(deviceID); in build_smp_cmd()
4148 psmp_cmd->len_ip_ir = cpu_to_le32(length << 16); in build_smp_cmd()
4150 psmp_cmd->len_ip_ir = cpu_to_le32(1|(1 << 1)); in build_smp_cmd()
4141 build_smp_cmd(u32 deviceID, __le32 hTag, struct smp_req *psmp_cmd, int mode, int length) build_smp_cmd() argument
H A Dpm8001_hwi.c4077 static void build_smp_cmd(u32 deviceID, __le32 hTag, struct smp_req *psmp_cmd) in build_smp_cmd() argument
4079 psmp_cmd->tag = hTag; in build_smp_cmd()
4080 psmp_cmd->device_id = cpu_to_le32(deviceID); in build_smp_cmd()
4081 psmp_cmd->len_ip_ir = cpu_to_le32(1|(1 << 1)); in build_smp_cmd()
/kernel/linux/linux-6.6/drivers/scsi/pm8001/
H A Dpm80xx_hwi.c4110 struct smp_req *psmp_cmd, int mode, int length) in build_smp_cmd()
4112 psmp_cmd->tag = hTag; in build_smp_cmd()
4113 psmp_cmd->device_id = cpu_to_le32(deviceID); in build_smp_cmd()
4116 psmp_cmd->len_ip_ir = cpu_to_le32(length << 16); in build_smp_cmd()
4118 psmp_cmd->len_ip_ir = cpu_to_le32(1|(1 << 1)); in build_smp_cmd()
4109 build_smp_cmd(u32 deviceID, __le32 hTag, struct smp_req *psmp_cmd, int mode, int length) build_smp_cmd() argument
H A Dpm8001_hwi.c3959 static void build_smp_cmd(u32 deviceID, __le32 hTag, struct smp_req *psmp_cmd) in build_smp_cmd() argument
3961 psmp_cmd->tag = hTag; in build_smp_cmd()
3962 psmp_cmd->device_id = cpu_to_le32(deviceID); in build_smp_cmd()
3963 psmp_cmd->len_ip_ir = cpu_to_le32(1|(1 << 1)); in build_smp_cmd()

Completed in 21 milliseconds