Home
last modified time | relevance | path

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

/openbmc/ipmitool/src/plugins/usb/
H A Dusb.c57 #define MAX_REQUEST_SIZE 64 * 1024 macro
91 uint8_t byData[MAX_REQUEST_SIZE];
577 char ReqBuff[MAX_REQUEST_SIZE] = {0}; in ipmi_usb_send_cmd()