Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/misc/sgi-xp/
Dxp.h72 #define XPC_MSG_MAX_SIZE 128 macro
74 #define XPC_MSG_PAYLOAD_MAX_SIZE (XPC_MSG_MAX_SIZE - XPC_MSG_HDR_MAX_SIZE)
Dxp_main.c144 if (XPC_MSG_SIZE(payload_size) > XPC_MSG_MAX_SIZE) in xpc_connect()
Dxpnet.c65 #define XPNET_MSG_NENTRIES (PAGE_SIZE / XPC_MSG_MAX_SIZE)