mei_ext_hdr
cb->ext_hdr = (struct mei_ext_hdr *)cb->buf.data;
static inline bool mei_ext_hdr_is_gsc(struct mei_ext_hdr *ext)
static inline u8 mei_ext_hdr_set_gsc(struct mei_ext_hdr *ext, struct mei_ext_hdr *gsc_hdr)
struct mei_ext_hdr *next_ext;
next_ext = (struct mei_ext_hdr *)meta->hdrs;
struct mei_ext_hdr hdr;
static inline struct mei_ext_hdr *mei_ext_begin(struct mei_ext_meta_hdr *meta)
return (struct mei_ext_hdr *)meta->hdrs;
struct mei_ext_hdr *ext)
struct mei_ext_hdr hdr;
struct mei_ext_hdr hdr;
static inline struct mei_ext_hdr *mei_ext_next(struct mei_ext_hdr *ext)
return (struct mei_ext_hdr *)((u8 *)ext + (ext->length * 4));
static inline u32 mei_ext_hdr_len(const struct mei_ext_hdr *ext)
struct mei_ext_hdr *ext = mei_ext_begin(meta);
cb->ext_hdr = (struct mei_ext_hdr *) kzalloc_obj(*gsc_f2h);
struct mei_ext_hdr *ext_hdr;