coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
mei_header Union Reference

#include <me.h>

Collaboration diagram for mei_header:
Collaboration graph

Data Structures

struct  __packed
 

Data Fields

u32 client_address: 8
 
u32 host_address: 8
 
u32 length: 9
 
u32 reserved: 6
 
u32 is_complete: 1
 
u32 raw
 

Detailed Description

Definition at line 235 of file me.h.

Field Documentation

◆ client_address

u32 mei_header::client_address

Definition at line 236 of file me.h.

Referenced by mei_send_header(), and send_heci_message().

◆ host_address

u32 mei_header::host_address

Definition at line 237 of file me.h.

Referenced by mei_send_data(), mei_send_header(), and send_heci_message().

◆ is_complete

◆ length

u32 mei_header::length

◆ raw

u32 mei_header::raw

Definition at line 257 of file me.h.

Referenced by mei_recv_msg(), mei_send_packet(), and recv_heci_packet().

◆ reserved

u32 mei_header::reserved

Definition at line 239 of file me.h.

Referenced by send_heci_message().


The documentation for this union was generated from the following file: