Home
last modified time | relevance | path

Searched refs:IPMI_I2C_MASTER_MAX_SIZE (Results 1 – 1 of 1) sorted by relevance

/openbmc/ipmitool/lib/
H A Dipmi_raw.c44 #define IPMI_I2C_MASTER_MAX_SIZE 0x40 /* 64 bytes */ macro
70 uint8_t rqdata[IPMI_I2C_MASTER_MAX_SIZE + 3]; in ipmi_master_write_read()
72 if (rsize > IPMI_I2C_MASTER_MAX_SIZE) { in ipmi_master_write_read()
76 if (wsize > IPMI_I2C_MASTER_MAX_SIZE) { in ipmi_master_write_read()
87 memset(rqdata, 0, IPMI_I2C_MASTER_MAX_SIZE + 3); in ipmi_master_write_read()
139 uint8_t msize = IPMI_I2C_MASTER_MAX_SIZE; /* allow to override default */ in ipmi_rawspd_main()
197 uint8_t wdata[IPMI_I2C_MASTER_MAX_SIZE]; in ipmi_rawi2c_main()
228 else if (argc-i-2 > IPMI_I2C_MASTER_MAX_SIZE) { in ipmi_rawi2c_main()
230 IPMI_I2C_MASTER_MAX_SIZE); in ipmi_rawi2c_main()
246 memset(wdata, 0, IPMI_I2C_MASTER_MAX_SIZE); in ipmi_rawi2c_main()