Searched refs:psmp_cmd (Results 1 – 2 of 2) sorted by relevance
4090 struct smp_req *psmp_cmd, int mode, int length) in build_smp_cmd() argument4092 psmp_cmd->tag = hTag; in build_smp_cmd()4093 psmp_cmd->device_id = cpu_to_le32(deviceID); in build_smp_cmd()4096 psmp_cmd->len_ip_ir = cpu_to_le32(length << 16); in build_smp_cmd()4098 psmp_cmd->len_ip_ir = cpu_to_le32(1|(1 << 1)); in build_smp_cmd()
3903 static void build_smp_cmd(u32 deviceID, __le32 hTag, struct smp_req *psmp_cmd) in build_smp_cmd() argument3905 psmp_cmd->tag = hTag; in build_smp_cmd()3906 psmp_cmd->device_id = cpu_to_le32(deviceID); in build_smp_cmd()3907 psmp_cmd->len_ip_ir = cpu_to_le32(1|(1 << 1)); in build_smp_cmd()