psmp_cmd         4226 drivers/scsi/pm8001/pm8001_hwi.c static void build_smp_cmd(u32 deviceID, __le32 hTag, struct smp_req *psmp_cmd)
psmp_cmd         4228 drivers/scsi/pm8001/pm8001_hwi.c 	psmp_cmd->tag = hTag;
psmp_cmd         4229 drivers/scsi/pm8001/pm8001_hwi.c 	psmp_cmd->device_id = cpu_to_le32(deviceID);
psmp_cmd         4230 drivers/scsi/pm8001/pm8001_hwi.c 	psmp_cmd->len_ip_ir = cpu_to_le32(1|(1 << 1));
psmp_cmd         3869 drivers/scsi/pm8001/pm80xx_hwi.c 			struct smp_req *psmp_cmd, int mode, int length)
psmp_cmd         3871 drivers/scsi/pm8001/pm80xx_hwi.c 	psmp_cmd->tag = hTag;
psmp_cmd         3872 drivers/scsi/pm8001/pm80xx_hwi.c 	psmp_cmd->device_id = cpu_to_le32(deviceID);
psmp_cmd         3875 drivers/scsi/pm8001/pm80xx_hwi.c 		psmp_cmd->len_ip_ir = cpu_to_le32(length << 16);
psmp_cmd         3877 drivers/scsi/pm8001/pm80xx_hwi.c 		psmp_cmd->len_ip_ir = cpu_to_le32(1|(1 << 1));