Home
last modified time | relevance | path

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

/openbmc/libmctp/
H A Di2c-internal.h31 struct mctp_binding_i2c { struct
32 struct mctp_binding binding;
34 struct mctp_i2c_neigh neigh[MCTP_I2C_NEIGH_COUNT];
36 uint8_t own_addr;
38 uint8_t tx_storage[MCTP_PKTBUF_SIZE(I2C_BTU)] PKTBUF_STORAGE_ALIGN;
39 uint8_t rx_storage[MCTP_PKTBUF_SIZE(I2C_BTU)] PKTBUF_STORAGE_ALIGN;
41 mctp_i2c_tx_fn tx_fn;
42 void *tx_ctx;