Home
last modified time | relevance | path

Searched refs:msg_hdr (Results 1 – 6 of 6) sorted by relevance

/linux-4.19.296/drivers/misc/sgi-xp/
Dxpc_uv.c421 struct xpc_activate_mq_msghdr_uv *msg_hdr, in xpc_handle_activate_mq_msg_uv() argument
429 part_uv->remote_act_state = msg_hdr->act_state; in xpc_handle_activate_mq_msg_uv()
431 switch (msg_hdr->type) { in xpc_handle_activate_mq_msg_uv()
444 msg = container_of(msg_hdr, struct in xpc_handle_activate_mq_msg_uv()
452 part->remote_rp_ts_jiffies = msg_hdr->rp_ts_jiffies; in xpc_handle_activate_mq_msg_uv()
471 msg = container_of(msg_hdr, struct in xpc_handle_activate_mq_msg_uv()
490 msg = container_of(msg_hdr, struct in xpc_handle_activate_mq_msg_uv()
509 msg = container_of(msg_hdr, struct in xpc_handle_activate_mq_msg_uv()
526 msg = container_of(msg_hdr, struct in xpc_handle_activate_mq_msg_uv()
546 msg = container_of(msg_hdr, struct in xpc_handle_activate_mq_msg_uv()
[all …]
/linux-4.19.296/drivers/hid/intel-ish-hid/ishtp/
Dbus.c46 uint32_t msg_hdr; in ishtp_recv() local
50 msg_hdr = dev->ops->ishtp_read_hdr(dev); in ishtp_recv()
51 if (!msg_hdr) in ishtp_recv()
56 ishtp_hdr = (struct ishtp_msg_hdr *)&msg_hdr; in ishtp_recv()
57 dev->ishtp_msg_hdr = msg_hdr; in ishtp_recv()
63 (unsigned int)ishtp_hdr->length, msg_hdr); in ishtp_recv()
Dhbm.c919 struct ish_system_states_header *msg_hdr = in recv_fixed_cl_msg() local
921 if (msg_hdr->cmd == SYSTEM_STATE_SUBSCRIBE) in recv_fixed_cl_msg()
926 msg_hdr->cmd); in recv_fixed_cl_msg()
/linux-4.19.296/include/net/
Dcompat.h23 struct compat_msghdr msg_hdr; member
/linux-4.19.296/drivers/misc/mei/
Dinterrupt.c245 static inline int hdr_is_valid(u32 msg_hdr) in hdr_is_valid() argument
249 mei_hdr = (struct mei_msg_hdr *)&msg_hdr; in hdr_is_valid()
250 if (!msg_hdr || mei_hdr->reserved) in hdr_is_valid()
/linux-4.19.296/include/linux/
Dsocket.h70 struct user_msghdr msg_hdr; member