Home
last modified time | relevance | path

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

/openbmc/linux/drivers/char/ipmi/
H A Dipmb_dev_int.c22 #define MAX_MSG_LEN 240 macro
34 #define IPMB_MSG_PAYLOAD_LEN_MAX (MAX_MSG_LEN - IPMB_REQUEST_LEN_MIN - 1)
141 u8 msg[MAX_MSG_LEN]; in ipmb_write()
/openbmc/linux/net/mac80211/
H A Dtrace_msg.h19 #define MAX_MSG_LEN 120 macro
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/
H A Diwl-devtrace-msg.h15 #define MAX_MSG_LEN 110 macro
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dbrcms_trace_brcmsmac_msg.h25 #define MAX_MSG_LEN 100 macro
/openbmc/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_mgmt.c33 #define MSG_SZ_IS_VALID(in_size) ((in_size) <= MAX_MSG_LEN)
44 #define MAX_MSG_LEN 2016 macro
498 if (seq_id >= (MAX_MSG_LEN / SEGMENT_LEN)) { in recv_mgmt_msg_handler()
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dtrace_dbg.h23 #define MAX_MSG_LEN 512 macro
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dtracepoint.h29 #define MAX_MSG_LEN 100 macro
/openbmc/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_debug.c5918 #define MAX_MSG_LEN 1024 macro
6293 static char s_temp_buf[MAX_MSG_LEN];