Searched refs:SC_SEND_DSIZE (Results 1 – 2 of 2) sorted by relevance
82 #define SC_SEND_DSIZE (SC_MSG_MAX_SIZE - SC_SEND_HEADER) macro109 uchar_t data[SC_SEND_DSIZE];
321 if ((msg_data_size > (SC_SEND_DSIZE - IPMI_REQ_HDR_LEN)) || in smc_init_ipmi_msg()367 if (msg_data_size > SC_SEND_DSIZE) { in smc_init_smc_msg()423 if (dsize > (SC_SEND_DSIZE - IPMI_REQ_HDR_LEN)) { in smc_send_msg()