Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/hmdfs/comm/
Dtransport.h22 #define MAX_RECV_SIZE sizeof(struct hmdfs_head_cmd) macro
Dtransport.c1014 tcp->recvbuf_maxsize = MAX_RECV_SIZE; in tcp_alloc_handle()
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0018_linux_drivers_firmware.patch1496 +#define MAX_RECV_SIZE 31
1497 +#define MAX_RECV_SIZE_BYTES (MAX_RECV_SIZE * sizeof(u32))
1566 + u32 temp_resp[MAX_RECV_SIZE];
2336 + if (msg_size > MAX_RECV_SIZE) {
2338 + MAX_RECV_SIZE);
2899 + if (msg_size > MAX_RECV_SIZE) {
2901 + MAX_RECV_SIZE);
3809 + u32 temp_resp[MAX_RECV_SIZE];
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/
D0005_linux_include.patch3526 +#define MAX_RECV_SIZE 31
3527 +#define MAX_RECV_SIZE_BYTES (MAX_RECV_SIZE * sizeof(u32))