Lines Matching defs:operand
16 static void idxd_cmd_exec(struct idxd_device *idxd, int cmd_code, u32 operand,
226 u32 status, operand;
235 operand = BIT(wq->id % 16) | ((wq->id / 16) << 16);
236 idxd_cmd_exec(idxd, IDXD_CMD_DISABLE_WQ, operand, &status);
252 u32 operand;
260 operand = BIT(wq->id % 16) | ((wq->id / 16) << 16);
261 idxd_cmd_exec(idxd, IDXD_CMD_DRAIN_WQ, operand, NULL);
268 u32 operand;
275 operand = BIT(wq->id % 16) | ((wq->id / 16) << 16);
276 idxd_cmd_exec(idxd, IDXD_CMD_RESET_WQ, operand, NULL);
370 static void idxd_cmd_exec(struct idxd_device *idxd, int cmd_code, u32 operand,
386 cmd.operand = operand;
395 __func__, cmd_code, operand);