Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/ipc/
H A Dmsgque.c12 #define MAX_MSG_SIZE 32 macro
17 char mtext[MAX_MSG_SIZE];
88 ret = msgrcv(msgque->msq_id, &message.mtype, MAX_MSG_SIZE, in check_and_destroy_queue()
163 MAX_MSG_SIZE, i, IPC_NOWAIT | MSG_COPY); in dump_queue()
/openbmc/linux/net/tipc/
H A Dsocket.h43 #define FLOWCTL_MSG_LIM ((FLOWCTL_MSG_WIN * 2 + 1) * SKB_TRUESIZE(MAX_MSG_SIZE))
H A Dmsg.c394 if (pktmax != MAX_MSG_SIZE) in tipc_msg_build()
H A Dmsg.h101 #define MAX_MSG_SIZE (MAX_H_SIZE + TIPC_MAX_USER_MSG_SIZE) macro
H A Dgroup.c48 #define ADV_UNIT (((MAX_MSG_SIZE + MAX_H_SIZE) / FLOWCTL_BLK_SZ) + 1)
H A Dnode.c211 unsigned int mtu = MAX_MSG_SIZE; in tipc_node_get_mtu()
H A Dsocket.c267 if (tsk->max_pkt == MAX_MSG_SIZE) in tsk_set_nagle()
/openbmc/linux/drivers/staging/pi433/
H A Dpi433_if.c50 #define MAX_MSG_SIZE 900 /* min: FIFO_SIZE! */ macro
88 char buffer[MAX_MSG_SIZE];
773 if (size > MAX_MSG_SIZE) in pi433_read()
825 if (count > MAX_MSG_SIZE) in pi433_write()
1205 device->rx_buffer = kmalloc(MAX_MSG_SIZE, GFP_KERNEL); in pi433_probe()
1389 if (MAX_MSG_SIZE < FIFO_SIZE) in pi433_init()
/openbmc/linux/tools/accounting/
H A Dprocacct.c74 #define MAX_MSG_SIZE 1024 macro
81 char buf[MAX_MSG_SIZE];
H A Dgetdelays.c62 #define MAX_MSG_SIZE 1024 macro
69 char buf[MAX_MSG_SIZE];
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/
H A D0001-Avoid-variable-definition-in-header-files.patch96 #define MAX_MSG_SIZE 1024 /* max length of trace message */
/openbmc/linux/tools/testing/selftests/nci/
H A Dnci_dev.c26 #define MAX_MSG_SIZE 1024 macro
87 char buf[MAX_MSG_SIZE];
/openbmc/linux/drivers/staging/rtl8723bs/core/
H A Drtw_security.c639 #define MAX_MSG_SIZE 2048 macro
1079 static u8 message[MAX_MSG_SIZE]; in aes_decipher()
1182 if ((hdrlen + plen+8) <= MAX_MSG_SIZE) in aes_decipher()
/openbmc/linux/drivers/staging/rtl8712/
H A Drtl871x_security.c694 #define MAX_MSG_SIZE 2048 macro
1189 static u8 message[MAX_MSG_SIZE]; in aes_decipher()