Lines Matching defs:offset
155 * @off: Starting offset value of the targeted property
179 cmd.prop_get.offset = cpu_to_le32(off);
188 "Property Get error: %d, offset %#x\n",
200 * @off: Starting offset value of the targeted property
225 cmd.prop_get.offset = cpu_to_le32(off);
234 "Property Get error: %d, offset %#x\n",
245 * @off: Starting offset value of the targeted property
269 cmd.prop_set.offset = cpu_to_le32(off);
276 "Property Set error: %d, offset %#x\n",
288 * @offset: For use with the NVMe error code
294 int errval, int offset, struct nvme_command *cmd,
307 if (offset >> 16) {
310 switch (offset & 0xffff) {
328 "%s, starting byte offset: %d\n",
329 inv_data, offset & 0xffff);
335 switch (offset) {
343 "%s, starting byte offset: %d\n",
344 inv_sqe, offset);