Searched refs:msg_type (Results 1 - 12 of 12) sorted by relevance

/arch/ia64/include/uapi/asm/
H A Dperfmon.h129 int msg_type; /* generic message header */ member in struct:__anon1733
139 int msg_type; /* generic message header */ member in struct:__anon1734
145 int msg_type; /* type of the message */ member in struct:__anon1735
/arch/powerpc/platforms/powernv/
H A Dopal-hmi.c137 unsigned long msg_type, void *msg)
145 if (msg_type != OPAL_MSG_HMI_EVT)
136 opal_handle_hmi_event(struct notifier_block *nb, unsigned long msg_type, void *msg) argument
H A Dopal-memory-errors.c101 unsigned long msg_type, void *msg)
106 if (msg_type != OPAL_MSG_MEM_ERR)
100 opal_memory_err_event(struct notifier_block *nb, unsigned long msg_type, void *msg) argument
H A Dopal-async.c125 unsigned long msg_type, void *msg)
131 if (msg_type != OPAL_MSG_ASYNC_COMP)
124 opal_async_comp_event(struct notifier_block *nb, unsigned long msg_type, void *msg) argument
H A Dopal.c305 int opal_message_notifier_register(enum OpalMessageType msg_type, argument
313 if (msg_type > OPAL_MSG_TYPE_MAX) {
315 __func__, msg_type);
319 &opal_msg_notifier_head[msg_type], nb);
322 static void opal_message_do_notify(uint32_t msg_type, void *msg) argument
325 atomic_notifier_call_chain(&opal_msg_notifier_head[msg_type],
326 msg_type, msg);
351 type = be32_to_cpu(msg.msg_type);
/arch/x86/include/asm/uv/
H A Duv_bau.h185 /* see msg_type: */
275 unsigned int msg_type:3; /* software type of the member in struct:uv1_bau_msg_header
344 unsigned int msg_type:3; /* software type of the member in struct:uv2_3_bau_msg_header
449 unsigned short msg_type:3; /* software message type */ member in struct:bau_pq_entry
/arch/x86/platform/uv/
H A Dtlb_uv.c239 (msg2->msg_type != MSG_NOOP)) {
298 if (msg->msg_type == MSG_RETRY && bcp == bcp->uvhub_master)
381 (msg->msg_type != MSG_NOOP)) {
906 uv1_hdr->msg_type = MSG_REGULAR;
908 uv2_3_hdr->msg_type = MSG_REGULAR;
912 uv1_hdr->msg_type = MSG_RETRY;
914 uv2_3_hdr->msg_type = MSG_RETRY;
1812 /* in effect, all msg_type's are set to MSG_NOOP */
/arch/x86/include/asm/
H A Dapic.h251 extern int setup_APIC_eilvt(u8 lvt_off, u8 vector, u8 msg_type, u8 mask);
/arch/powerpc/include/asm/
H A Dopal.h450 __be32 msg_type; member in struct:opal_msg
981 extern int opal_message_notifier_register(enum OpalMessageType msg_type,
/arch/mips/include/asm/sn/sn0/
H A Dhubmd.h586 msg_type: 8, /* 47-40: type of request */ member in struct:proto_error_reg
/arch/x86/kernel/apic/
H A Dapic.c444 int setup_APIC_eilvt(u8 offset, u8 vector, u8 msg_type, u8 mask) argument
449 new = (mask << 16) | (msg_type << 8) | vector;
/arch/ia64/kernel/
H A Dperfmon.c805 DPRINT(("ctx=%p head=%d tail=%d type=%d\n", ctx, ctx->ctx_msgq_head, ctx->ctx_msgq_tail, msg->pfm_gen_msg.msg_type));
1626 DPRINT(("fd=%d type=%d\n", msg->pfm_gen_msg.msg_ctx_fd, msg->pfm_gen_msg.msg_type));
5137 msg->pfm_ovfl_msg.msg_type = PFM_MSG_OVFL;
5169 msg->pfm_end_msg.msg_type = PFM_MSG_END;

Completed in 217 milliseconds