Home
last modified time | relevance | path

Searched refs:XPC_MSG_SIZE (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/drivers/misc/sgi-xp/ !
Dxp_main.c144 if (XPC_MSG_SIZE(payload_size) > XPC_MSG_MAX_SIZE) in xpc_connect()
159 registration->entry_size = XPC_MSG_SIZE(payload_size); in xpc_connect()
Dxp.h76 #define XPC_MSG_SIZE(_payload_size) \ macro