Lines Matching defs:offset
28 * @offset: offset from :@data_offset, start of the data
35 __le16 offset;
42 * @header_offset: entry's header at offset from the end of the cmd_db_header
43 * @data_offset: entry's data at offset from the end of the cmd_db_header
87 * entry_header.offset to the location pointed to by the rsc_hdr.data_offset.
108 u16 offset = le16_to_cpu(hdr->header_offset);
110 return cmd_db_header->data + offset;
116 u16 offset = le16_to_cpu(hdr->data_offset);
117 u16 loffset = le16_to_cpu(ent->offset);
119 return cmd_db_header->data + offset + loffset;