Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/misc/sgi-xp/
Dxp.h76 #define XPC_MSG_MAX_SIZE 128 macro
78 #define XPC_MSG_PAYLOAD_MAX_SIZE (XPC_MSG_MAX_SIZE - XPC_MSG_HDR_MAX_SIZE)
Dxp_main.c143 if (XPC_MSG_SIZE(payload_size) > XPC_MSG_MAX_SIZE) in xpc_connect()
Dxpnet.c64 #define XPNET_MSG_NENTRIES (PAGE_SIZE / XPC_MSG_MAX_SIZE)