Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/misc/habanalabs/include/common/
Dhl_boot_if.h506 struct comms_msg_header { struct
507 __le32 magic; /* magic for validation */
508 __le32 crc32; /* CRC32 of the message w/o header */
509 __le16 size; /* size of the message w/o header */
510 __u8 version; /* message payload version */
511 __u8 type; /* message type */
512 __u8 reserved[4]; /* pad to 64 bit */