Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/sgi-xp/
H A Dxpc.h265 struct xpc_notify_mq_msghdr_uv { struct
277 struct xpc_notify_mq_msghdr_uv hdr; argument
H A Dxpc_uv.c1546 msg_size = sizeof(struct xpc_notify_mq_msghdr_uv) + payload_size; in xpc_send_payload_uv()
1678 sizeof(struct xpc_notify_mq_msghdr_uv)); in xpc_received_payload_uv()
1786 if (sizeof(struct xpc_notify_mq_msghdr_uv) > XPC_MSG_HDR_MAX_SIZE) { in xpc_init_uv()