Home
last modified time | relevance | path

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

/openbmc/libmctp/
H A Di2c-internal.h15 struct mctp_i2c_hdr { struct
16 uint8_t dest;
17 uint8_t cmd;
18 uint8_t bytecount;
19 uint8_t source;
/openbmc/linux/drivers/net/mctp/
H A Dmctp-i2c.c101 struct mctp_i2c_hdr { struct
102 u8 dest_slave;
103 u8 command;
105 u8 byte_count;
106 u8 source_slave;