Home
last modified time | relevance | path

Searched defs:comms_msg_header (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.15/drivers/misc/habanalabs/include/common/
Dhl_boot_if.h421 struct comms_msg_header { struct
422 __le32 magic; /* magic for validation */
423 __le32 crc32; /* CRC32 of the message w/o header */
424 __le16 size; /* size of the message w/o header */
425 __u8 version; /* message payload version */
426 __u8 type; /* message type */
427 __u8 reserved[4]; /* pad to 64 bit */