Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/misc/sgi-xp/
Dxp_main.c167 if (XPC_MSG_SIZE(payload_size) > XPC_MSG_MAX_SIZE) in xpc_connect()
182 registration->entry_size = XPC_MSG_SIZE(payload_size); in xpc_connect()
Dxp.h97 #define XPC_MSG_SIZE(_payload_size) \ macro
Dxpc_sn2.c2180 if (XPC_MSG_SIZE(payload_size) > ch->entry_size) in xpc_send_payload_sn2()