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

123456

/linux-master/include/linux/usb/
H A Drndis_host.h24 __le32 msg_type; /* RNDIS_MSG_* */ member in struct:rndis_msg_hdr
42 __le32 msg_type; /* RNDIS_MSG_PACKET */ member in struct:rndis_data_hdr
59 __le32 msg_type; /* RNDIS_MSG_INIT */ member in struct:rndis_init
69 __le32 msg_type; /* RNDIS_MSG_INIT_C */ member in struct:rndis_init_c
86 __le32 msg_type; /* RNDIS_MSG_HALT */ member in struct:rndis_halt
93 __le32 msg_type; /* RNDIS_MSG_QUERY */ member in struct:rndis_query
104 __le32 msg_type; /* RNDIS_MSG_QUERY_C */ member in struct:rndis_query_c
114 __le32 msg_type; /* RNDIS_MSG_SET */ member in struct:rndis_set
125 __le32 msg_type; /* RNDIS_MSG_SET_C */ member in struct:rndis_set_c
133 __le32 msg_type; /* RNDIS_MSG_RESE member in struct:rndis_reset
140 __le32 msg_type; /* RNDIS_MSG_RESET_C */ member in struct:rndis_reset_c
148 __le32 msg_type; /* RNDIS_MSG_INDICATE */ member in struct:rndis_indicate
160 __le32 msg_type; /* RNDIS_MSG_KEEPALIVE */ member in struct:rndis_keepalive
167 __le32 msg_type; /* RNDIS_MSG_KEEPALIVE_C */ member in struct:rndis_keepalive_c
[all...]
/linux-master/drivers/media/common/siano/
H A Dsmsendian.c24 switch (msg->x_msg_header.msg_type) {
51 switch (msg->x_msg_header.msg_type) {
87 phdr->msg_type = le16_to_cpu((__force __le16)phdr->msg_type);
/linux-master/sound/firewire/motu/
H A Dmotu-register-dsp-message-parser.c127 static void queue_event(struct snd_motu *motu, u8 msg_type, u8 identifier0, u8 identifier1, u8 val) argument
136 entry = (msg_type << 24) | (identifier0 << 16) | (identifier1 << 8) | val;
167 u8 msg_type = (b[MSG_FLAG_POS] & MSG_FLAG_TYPE_MASK) >> MSG_FLAG_TYPE_SHIFT; local
172 switch (msg_type) {
192 if (msg_type != parser->prev_mixer_src_type)
196 parser->prev_mixer_src_type = msg_type;
202 switch (msg_type) {
205 queue_event(motu, msg_type, mixer_ch, mixer_src_ch, val);
211 queue_event(motu, msg_type, mixer_ch, mixer_src_ch, val);
217 queue_event(motu, msg_type, mixer_c
[all...]
/linux-master/drivers/virt/coco/sev-guest/
H A Dsev-guest.h18 enum msg_type { enum
50 u8 msg_type; member in struct:snp_guest_msg_hdr
/linux-master/drivers/net/hyperv/
H A Dnetvsc_trace.h50 __field( u32, msg_type )
57 __entry->msg_type = msg->ndis_msg_type;
62 show_rndis_type(__entry->msg_type), __entry->msg_len)
121 __field( u32, msg_type )
125 __entry->msg_type = msg->hdr.msg_type;
129 show_nvsp_type(__entry->msg_type))
165 __field( u32, msg_type )
170 __entry->msg_type = msg->hdr.msg_type;
[all...]
/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-power.c79 unsigned long msg_type, void *msg)
83 switch (msg_type) {
110 pr_err("Unknown OPAL message type %lu\n", msg_type);
78 opal_power_control_event(struct notifier_block *nb, unsigned long msg_type, void *msg) argument
H A Dopal-memory-errors.c88 unsigned long msg_type, void *msg)
93 if (msg_type != OPAL_MSG_MEM_ERR)
87 opal_memory_err_event(struct notifier_block *nb, unsigned long msg_type, void *msg) argument
H A Dopal.c271 static void dequeue_replay_msg(enum opal_msg_type msg_type) argument
276 if (be32_to_cpu(msg_node->msg.msg_type) != msg_type)
279 atomic_notifier_call_chain(&opal_msg_notifier_head[msg_type],
280 msg_type,
293 int opal_message_notifier_register(enum opal_msg_type msg_type, argument
299 if (!nb || msg_type >= OPAL_MSG_TYPE_MAX) {
300 pr_warn("%s: Invalid arguments, msg_type:%d\n",
301 __func__, msg_type);
307 &opal_msg_notifier_head[msg_type], n
323 opal_message_notifier_unregister(enum opal_msg_type msg_type, struct notifier_block *nb) argument
331 opal_message_do_notify(uint32_t msg_type, void *msg) argument
[all...]
/linux-master/drivers/gpu/drm/nouveau/include/nvfw/
H A Dsec2.h19 u8 msg_type; member in struct:nv_sec2_init_msg
40 u8 msg_type; member in struct:nv_sec2_init_msg_v1
68 u8 msg_type; member in struct:nv_sec2_acr_msg
H A Dpmu.h30 u8 msg_type; member in struct:nv_pmu_init_msg
56 u8 msg_type; member in struct:nv_pmu_acr_msg
/linux-master/fs/ocfs2/cluster/
H A Dtcp.h27 __be16 msg_type; member in struct:o2net_msg
82 int o2net_send_message(u32 msg_type, u32 key, void *data, u32 len,
84 int o2net_send_message_vec(u32 msg_type, u32 key, struct kvec *vec,
87 int o2net_register_handler(u32 msg_type, u32 key, u32 max_len,
H A Dtcp.c77 be16_to_cpu(__hdr->msg_type), be32_to_cpu(__hdr->status), \
741 static int o2net_handler_cmp(struct o2net_msg_handler *nmh, u32 msg_type, argument
747 ret = memcmp(&nmh->nh_msg_type, &msg_type, sizeof(msg_type));
753 o2net_handler_tree_lookup(u32 msg_type, u32 key, struct rb_node ***ret_p, argument
764 cmp = o2net_handler_cmp(nmh, msg_type, key);
799 int o2net_register_handler(u32 msg_type, u32 key, u32 max_len, argument
815 if (!msg_type) {
816 mlog(0, "no message type provided: %u, %p\n", msg_type, func);
823 msg_type, fun
859 "for type %u key %08x\\n", msg_type, key); local
887 o2net_handler_get(u32 msg_type, u32 key) argument
964 o2net_init_msg(struct o2net_msg *msg, u16 data_len, u16 msg_type, u32 key) argument
1016 o2net_send_message_vec(u32 msg_type, u32 key, struct kvec *caller_vec, size_t caller_veclen, u8 target_node, int *status) argument
1134 o2net_send_message(u32 msg_type, u32 key, void *data, u32 len, u8 target_node, int *status) argument
[all...]
/linux-master/drivers/net/usb/
H A Drndis_host.c99 u32 xid = 0, msg_len, request_id, msg_type, rsp, local
106 msg_type = le32_to_cpu(buf->msg_type);
109 if (likely(msg_type != RNDIS_MSG_HALT && msg_type != RNDIS_MSG_RESET)) {
140 rsp = le32_to_cpu(buf->msg_type) | RNDIS_MSG_COMPLETION;
151 msg_type = le32_to_cpu(buf->msg_type);
155 if (likely(msg_type == rsp)) {
171 } else switch (msg_type) {
508 u32 msg_type, msg_len, data_offset, data_len; local
[all...]
/linux-master/drivers/net/wwan/iosm/
H A Diosm_ipc_protocol.h134 * @msg_type: Message Type
139 enum ipc_msg_prep_type msg_type; member in struct:ipc_call_msg_send_args
145 * @msg_type: Message type
153 enum ipc_msg_prep_type msg_type,
H A Diosm_ipc_protocol.c13 enum ipc_msg_prep_type msg_type,
17 int index = ipc_protocol_msg_prep(ipc_protocol->imem, msg_type,
38 return ipc_protocol_tq_msg_send(ipc_protocol, send_args->msg_type,
75 send_args.msg_type = prep;
12 ipc_protocol_tq_msg_send(struct iosm_protocol *ipc_protocol, enum ipc_msg_prep_type msg_type, union ipc_msg_prep_args *prep_args, struct ipc_rsp *response) argument
/linux-master/drivers/infiniband/core/
H A Diwpm_msg.c394 const char *msg_type = "Register Pid response"; local
397 resp_reg_policy, nltb, msg_type))
464 const char *msg_type; local
467 msg_type = "Add Mapping response";
469 resp_add_policy, nltb, msg_type))
543 const char *msg_type; local
547 msg_type = "Query Mapping response";
549 resp_query_policy, nltb, msg_type))
625 const char *msg_type; local
629 msg_type
697 const char *msg_type = "Mapping Info response"; local
750 const char *msg_type = "Mapping Info Ack"; local
783 const char *msg_type = "Mapping Error Msg"; local
827 const char *msg_type = "Hello request"; local
[all...]
/linux-master/drivers/net/ethernet/microsoft/mana/
H A Dshm_channel.c33 * msg_type: set on request and response; response matches request.
48 u8 msg_type : 3; member in struct:smc_proto_hdr::__anon1784
95 static int mana_smc_read_response(struct shm_channel *sc, u32 msg_type, argument
113 if (hdr.msg_type != msg_type || hdr.msg_version > msg_version ||
116 hdr.as_uint32, msg_type, msg_version);
228 hdr->msg_type = SMC_MSG_TYPE_ESTABLISH_HWC;
268 hdr.msg_type = SMC_MSG_TYPE_DESTROY_HWC;
/linux-master/sound/soc/intel/catpt/
H A Dmessages.h55 #define CATPT_GLOBAL_MSG(msg_type) \
56 { .global_msg_type = CATPT_GLB_##msg_type }
314 #define CATPT_STREAM_MSG(msg_type) \
316 .stream_msg_type = CATPT_STRM_##msg_type, \
318 #define CATPT_STAGE_MSG(msg_type) \
320 .stage_action = CATPT_STG_##msg_type, \
/linux-master/include/trace/events/
H A Dscmi.h117 u8 msg_type),
118 TP_ARGS(transfer_id, msg_id, protocol_id, seq, msg_type),
125 __field(u8, msg_type)
133 __entry->msg_type = msg_type;
136 TP_printk("pt=%02X msg_id=%02X seq=%04X transfer_id=%X msg_type=%u",
138 __entry->transfer_id, __entry->msg_type)
/linux-master/drivers/xen/xenbus/
H A Dxenbus_dev_frontend.c420 unsigned int msg_type, const char *reply)
429 msg.hdr.type = msg_type;
446 static int xenbus_write_transaction(unsigned msg_type, argument
456 if (msg_type == XS_TRANSACTION_START) {
467 else if (msg_type == XS_TRANSACTION_END &&
471 else if (msg_type == XS_TRANSACTION_END) {
496 static int xenbus_write_watch(unsigned msg_type, struct xenbus_file_priv *u) argument
514 if (msg_type == XS_WATCH) {
544 rc = xenbus_command_reply(u, msg_type, "OK");
555 uint32_t msg_type; local
419 xenbus_command_reply(struct xenbus_file_priv *u, unsigned int msg_type, const char *reply) argument
[all...]
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dadf_pfvf_vf_proto.c113 u8 msg_type; local
119 msg_type = ADF_VF2PF_MSGTYPE_SMALL_BLOCK_REQ;
124 msg_type = ADF_VF2PF_MSGTYPE_MEDIUM_BLOCK_REQ;
130 msg_type = ADF_VF2PF_MSGTYPE_LARGE_BLOCK_REQ;
149 req.type = msg_type;
H A Dadf_gen2_pfvf.c145 static bool is_pf2vf_notification(u8 msg_type) argument
147 switch (msg_type) {
155 static bool is_vf2pf_notification(u8 msg_type) argument
157 switch (msg_type) {
171 bool (*is_notification_message)(u8 msg_type);
/linux-master/include/linux/netfilter/
H A Dnfnetlink.h62 static inline u16 nfnl_msg_type(u8 subsys, u8 msg_type) argument
64 return subsys << 8 | msg_type;
/linux-master/include/uapi/linux/
H A Dbatadv_packet.h278 * @msg_type: ICMP packet type
292 __u8 msg_type; /* see ICMP message types above */ member in struct:batadv_icmp_header
304 * @msg_type: ICMP packet type
315 __u8 msg_type; /* see ICMP message types above */ member in struct:batadv_icmp_packet
328 * @msg_type: ICMP packet type
344 __u8 msg_type; /* see ICMP message types above */ member in struct:batadv_icmp_tp_packet
371 * @msg_type: ICMP packet type
383 __u8 msg_type; /* see ICMP message types above */ member in struct:batadv_icmp_packet_rr
/linux-master/drivers/accel/qaic/
H A Dqaic_timesync.c36 * @msg_type: sub-type of the timesync message.
43 u8 msg_type; member in struct:qts_hdr
149 sync_msg->header.msg_type = QAIC_TS_SYNC_REQ;
267 switch (data.hdr.msg_type) {
274 req->header.msg_type = QAIC_TS_SYNC_REQ;
289 dev_err(&mhi_dev->dev, "Invalid message type %u.\n", data.hdr.msg_type);

Completed in 426 milliseconds

123456