Home
last modified time | relevance | path

Searched refs:mei_ext_hdr (Results 1 – 2 of 2) sorted by relevance

/drivers/misc/mei/
Dhw.h235 struct mei_ext_hdr { struct
263 struct mei_ext_hdr hdr;
279 static inline struct mei_ext_hdr *mei_ext_begin(struct mei_ext_meta_hdr *meta) in mei_ext_begin()
281 return (struct mei_ext_hdr *)meta->hdrs; in mei_ext_begin()
293 struct mei_ext_hdr *ext) in mei_ext_last()
308 static inline struct mei_ext_hdr *mei_ext_next(struct mei_ext_hdr *ext) in mei_ext_next()
310 return (struct mei_ext_hdr *)((u8 *)ext + (ext->length * 4)); in mei_ext_next()
Dinterrupt.c125 struct mei_ext_hdr *ext; in mei_cl_irq_read_msg()