Home
last modified time | relevance | path

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

/openbmc/ipmitool/src/plugins/
H A Dipmi_intf.c58 #define IPMI_DEFAULT_PAYLOAD_SIZE 25 macro
506 size = IPMI_DEFAULT_PAYLOAD_SIZE; in ipmi_intf_get_max_request_data_size()
524 if (size > IPMI_DEFAULT_PAYLOAD_SIZE) { in ipmi_intf_get_max_request_data_size()
525 size = IPMI_DEFAULT_PAYLOAD_SIZE; in ipmi_intf_get_max_request_data_size()
563 size = IPMI_DEFAULT_PAYLOAD_SIZE; /* response length with subtracted header and checksum byte */ in ipmi_intf_get_max_response_data_size()
586 if (size > IPMI_DEFAULT_PAYLOAD_SIZE) { in ipmi_intf_get_max_response_data_size()
587 size = IPMI_DEFAULT_PAYLOAD_SIZE; in ipmi_intf_get_max_response_data_size()
608 if (size < IPMI_DEFAULT_PAYLOAD_SIZE) { in ipmi_intf_set_max_request_data_size()
624 if (size < IPMI_DEFAULT_PAYLOAD_SIZE - 1) { in ipmi_intf_set_max_response_data_size()