Lines Matching defs:handle
591 int idxd_device_request_int_handle(struct idxd_device *idxd, int idx, int *handle,
600 dev_dbg(dev, "get int handle, idx %d\n", idx);
611 dev_dbg(dev, "request int handle failed: %#x\n", status);
615 *handle = (status >> IDXD_CMDSTS_RES_SHIFT) & GENMASK(15, 0);
617 dev_dbg(dev, "int handle acquired: %u\n", *handle);
621 int idxd_device_release_int_handle(struct idxd_device *idxd, int handle,
631 dev_dbg(dev, "release int handle, handle %d\n", handle);
634 operand = handle & GENMASK(15, 0);
653 dev_dbg(dev, "release int handle failed: %#x\n", status);
657 dev_dbg(dev, "int handle released.\n");