Home
last modified time | relevance | path

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

123456

/linux-6.6.21/include/linux/usb/
Drndis_host.h24 __le32 msg_type; /* RNDIS_MSG_* */ member
42 __le32 msg_type; /* RNDIS_MSG_PACKET */ member
59 __le32 msg_type; /* RNDIS_MSG_INIT */ member
69 __le32 msg_type; /* RNDIS_MSG_INIT_C */ member
86 __le32 msg_type; /* RNDIS_MSG_HALT */ member
93 __le32 msg_type; /* RNDIS_MSG_QUERY */ member
104 __le32 msg_type; /* RNDIS_MSG_QUERY_C */ member
114 __le32 msg_type; /* RNDIS_MSG_SET */ member
125 __le32 msg_type; /* RNDIS_MSG_SET_C */ member
133 __le32 msg_type; /* RNDIS_MSG_RESET */ member
[all …]
/linux-6.6.21/sound/firewire/motu/
Dmotu-register-dsp-message-parser.c127 static void queue_event(struct snd_motu *motu, u8 msg_type, u8 identifier0, u8 identifier1, u8 val) in queue_event() argument
136 entry = (msg_type << 24) | (identifier0 << 16) | (identifier1 << 8) | val; in queue_event()
167 u8 msg_type = (b[MSG_FLAG_POS] & MSG_FLAG_TYPE_MASK) >> MSG_FLAG_TYPE_SHIFT; in snd_motu_register_dsp_message_parser_parse() local
172 switch (msg_type) { in snd_motu_register_dsp_message_parser_parse()
192 if (msg_type != parser->prev_mixer_src_type) in snd_motu_register_dsp_message_parser_parse()
196 parser->prev_mixer_src_type = msg_type; in snd_motu_register_dsp_message_parser_parse()
202 switch (msg_type) { in snd_motu_register_dsp_message_parser_parse()
205 queue_event(motu, msg_type, mixer_ch, mixer_src_ch, val); in snd_motu_register_dsp_message_parser_parse()
211 queue_event(motu, msg_type, mixer_ch, mixer_src_ch, val); in snd_motu_register_dsp_message_parser_parse()
217 queue_event(motu, msg_type, mixer_ch, mixer_src_ch, val); in snd_motu_register_dsp_message_parser_parse()
[all …]
/linux-6.6.21/drivers/net/hyperv/
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;
174 show_nvsp_type(__entry->msg_type))
Dnetvsc.c48 init_pkt->hdr.msg_type = NVSP_MSG4_TYPE_SWITCH_DATA_PATH; in netvsc_switch_datapath()
193 revoke_packet->hdr.msg_type = in netvsc_revoke_recv_buf()
243 revoke_packet->hdr.msg_type = in netvsc_revoke_send_buf()
379 init_packet->hdr.msg_type = NVSP_MSG1_TYPE_SEND_RECV_BUF; in netvsc_init_buf()
482 init_packet->hdr.msg_type = NVSP_MSG1_TYPE_SEND_SEND_BUF; in netvsc_init_buf()
560 init_packet->hdr.msg_type = NVSP_MSG_TYPE_INIT; in negotiate_nvsp_ver()
586 init_packet->hdr.msg_type = NVSP_MSG2_TYPE_SEND_NDIS_CONFIG; in negotiate_nvsp_ver()
658 init_packet->hdr.msg_type = NVSP_MSG1_TYPE_SEND_NDIS_VER; in netvsc_connect_vsp()
831 switch (pkt_rqst->hdr.msg_type) { in netvsc_send_completion()
849 switch (nvsp_packet->hdr.msg_type) { in netvsc_send_completion()
[all …]
/linux-6.6.21/drivers/net/usb/
Drndis_host.c99 u32 xid = 0, msg_len, request_id, msg_type, rsp, in rndis_command() local
106 msg_type = le32_to_cpu(buf->msg_type); in rndis_command()
109 if (likely(msg_type != RNDIS_MSG_HALT && msg_type != RNDIS_MSG_RESET)) { in rndis_command()
140 rsp = le32_to_cpu(buf->msg_type) | RNDIS_MSG_COMPLETION; in rndis_command()
151 msg_type = le32_to_cpu(buf->msg_type); in rndis_command()
155 if (likely(msg_type == rsp)) { in rndis_command()
171 } else switch (msg_type) { in rndis_command()
178 msg->msg_type = cpu_to_le32(RNDIS_MSG_KEEPALIVE_C); in rndis_command()
197 le32_to_cpu(buf->msg_type), msg_len); in rndis_command()
243 u.get->msg_type = cpu_to_le32(RNDIS_MSG_QUERY); in rndis_query()
[all …]
/linux-6.6.21/drivers/infiniband/core/
Diwpm_msg.c394 const char *msg_type = "Register Pid response"; in iwpm_register_pid_cb() local
397 resp_reg_policy, nltb, msg_type)) in iwpm_register_pid_cb()
464 const char *msg_type; in iwpm_add_mapping_cb() local
467 msg_type = "Add Mapping response"; in iwpm_add_mapping_cb()
469 resp_add_policy, nltb, msg_type)) in iwpm_add_mapping_cb()
543 const char *msg_type; in iwpm_add_and_query_mapping_cb() local
547 msg_type = "Query Mapping response"; in iwpm_add_and_query_mapping_cb()
549 resp_query_policy, nltb, msg_type)) in iwpm_add_and_query_mapping_cb()
625 const char *msg_type; in iwpm_remote_info_cb() local
629 msg_type = "Remote Mapping info"; in iwpm_remote_info_cb()
[all …]
/linux-6.6.21/drivers/net/ethernet/microsoft/mana/
Dshm_channel.c48 u8 msg_type : 3; member
95 static int mana_smc_read_response(struct shm_channel *sc, u32 msg_type, in mana_smc_read_response() argument
113 if (hdr.msg_type != msg_type || hdr.msg_version > msg_version || in mana_smc_read_response()
116 hdr.as_uint32, msg_type, msg_version); in mana_smc_read_response()
228 hdr->msg_type = SMC_MSG_TYPE_ESTABLISH_HWC; in mana_smc_setup_hwc()
268 hdr.msg_type = SMC_MSG_TYPE_DESTROY_HWC; in mana_smc_teardown_hwc()
/linux-6.6.21/drivers/media/common/siano/
Dsmsendian.c24 switch (msg->x_msg_header.msg_type) { in smsendian_handle_tx_message()
51 switch (msg->x_msg_header.msg_type) { in smsendian_handle_rx_message()
87 phdr->msg_type = le16_to_cpu((__force __le16)phdr->msg_type); in smsendian_handle_message_header()
/linux-6.6.21/drivers/xen/xenbus/
Dxenbus_dev_frontend.c420 unsigned int msg_type, const char *reply) in xenbus_command_reply() argument
429 msg.hdr.type = msg_type; in xenbus_command_reply()
446 static int xenbus_write_transaction(unsigned msg_type, in xenbus_write_transaction() argument
456 if (msg_type == XS_TRANSACTION_START) { in xenbus_write_transaction()
467 else if (msg_type == XS_TRANSACTION_END && in xenbus_write_transaction()
471 else if (msg_type == XS_TRANSACTION_END) { in xenbus_write_transaction()
496 static int xenbus_write_watch(unsigned msg_type, struct xenbus_file_priv *u) in xenbus_write_watch() argument
514 if (msg_type == XS_WATCH) { in xenbus_write_watch()
544 rc = xenbus_command_reply(u, msg_type, "OK"); in xenbus_write_watch()
555 uint32_t msg_type; in xenbus_file_write() local
[all …]
/linux-6.6.21/arch/powerpc/platforms/powernv/
Dopal.c271 static void dequeue_replay_msg(enum opal_msg_type msg_type) in dequeue_replay_msg() argument
276 if (be32_to_cpu(msg_node->msg.msg_type) != msg_type) in dequeue_replay_msg()
279 atomic_notifier_call_chain(&opal_msg_notifier_head[msg_type], in dequeue_replay_msg()
280 msg_type, in dequeue_replay_msg()
293 int opal_message_notifier_register(enum opal_msg_type msg_type, in opal_message_notifier_register() argument
299 if (!nb || msg_type >= OPAL_MSG_TYPE_MAX) { in opal_message_notifier_register()
301 __func__, msg_type); in opal_message_notifier_register()
307 &opal_msg_notifier_head[msg_type], nb); in opal_message_notifier_register()
315 dequeue_replay_msg(msg_type); in opal_message_notifier_register()
323 int opal_message_notifier_unregister(enum opal_msg_type msg_type, in opal_message_notifier_unregister() argument
[all …]
Dopal-power.c79 unsigned long msg_type, void *msg) in opal_power_control_event() argument
83 switch (msg_type) { in opal_power_control_event()
110 pr_err("Unknown OPAL message type %lu\n", msg_type); in opal_power_control_event()
/linux-6.6.21/fs/ocfs2/cluster/
Dtcp.h27 __be16 msg_type; member
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,
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, in o2net_handler_cmp() argument
747 ret = memcmp(&nmh->nh_msg_type, &msg_type, sizeof(msg_type)); in o2net_handler_cmp()
753 o2net_handler_tree_lookup(u32 msg_type, u32 key, struct rb_node ***ret_p, in o2net_handler_tree_lookup() argument
764 cmp = o2net_handler_cmp(nmh, msg_type, key); in o2net_handler_tree_lookup()
799 int o2net_register_handler(u32 msg_type, u32 key, u32 max_len, in o2net_register_handler() argument
815 if (!msg_type) { in o2net_register_handler()
816 mlog(0, "no message type provided: %u, %p\n", msg_type, func); in o2net_register_handler()
823 msg_type, func); in o2net_register_handler()
837 nmh->nh_msg_type = msg_type; in o2net_register_handler()
[all …]
/linux-6.6.21/include/trace/events/
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;
138 __entry->transfer_id, __entry->msg_type)
/linux-6.6.21/sound/soc/intel/catpt/
Dmessages.h55 #define CATPT_GLOBAL_MSG(msg_type) \ argument
56 { .global_msg_type = CATPT_GLB_##msg_type }
314 #define CATPT_STREAM_MSG(msg_type) \ argument
316 .stream_msg_type = CATPT_STRM_##msg_type, \
318 #define CATPT_STAGE_MSG(msg_type) \ argument
320 .stage_action = CATPT_STG_##msg_type, \
/linux-6.6.21/drivers/gpu/drm/nouveau/include/nvfw/
Dsec2.h19 u8 msg_type; member
40 u8 msg_type; member
68 u8 msg_type; member
Dpmu.h30 u8 msg_type; member
56 u8 msg_type; member
/linux-6.6.21/drivers/crypto/intel/qat/qat_common/
Dadf_pfvf_vf_proto.c113 u8 msg_type; in adf_vf2pf_blkmsg_data_req() local
119 msg_type = ADF_VF2PF_MSGTYPE_SMALL_BLOCK_REQ; in adf_vf2pf_blkmsg_data_req()
124 msg_type = ADF_VF2PF_MSGTYPE_MEDIUM_BLOCK_REQ; in adf_vf2pf_blkmsg_data_req()
130 msg_type = ADF_VF2PF_MSGTYPE_LARGE_BLOCK_REQ; in adf_vf2pf_blkmsg_data_req()
149 req.type = msg_type; in adf_vf2pf_blkmsg_data_req()
Dadf_gen2_pfvf.c145 static bool is_pf2vf_notification(u8 msg_type) in is_pf2vf_notification() argument
147 switch (msg_type) { in is_pf2vf_notification()
155 static bool is_vf2pf_notification(u8 msg_type) in is_vf2pf_notification() argument
157 switch (msg_type) { in is_vf2pf_notification()
171 bool (*is_notification_message)(u8 msg_type);
/linux-6.6.21/drivers/virt/coco/sev-guest/
Dsev-guest.h18 enum msg_type { enum
50 u8 msg_type; member
/linux-6.6.21/include/uapi/linux/
Dbatadv_packet.h286 __u8 msg_type; /* see ICMP message types above */ member
309 __u8 msg_type; /* see ICMP message types above */ member
338 __u8 msg_type; /* see ICMP message types above */ member
377 __u8 msg_type; /* see ICMP message types above */ member
/linux-6.6.21/drivers/net/wwan/iosm/
Diosm_ipc_protocol.c13 enum ipc_msg_prep_type msg_type, in ipc_protocol_tq_msg_send() argument
17 int index = ipc_protocol_msg_prep(ipc_protocol->imem, msg_type, in ipc_protocol_tq_msg_send()
38 return ipc_protocol_tq_msg_send(ipc_protocol, send_args->msg_type, in ipc_protocol_tq_msg_send_cb()
75 send_args.msg_type = prep; in ipc_protocol_msg_send()
Diosm_ipc_protocol.h139 enum ipc_msg_prep_type msg_type; member
153 enum ipc_msg_prep_type msg_type,
/linux-6.6.21/kernel/
Daudit.c1030 static int audit_netlink_ok(struct sk_buff *skb, u16 msg_type) in audit_netlink_ok() argument
1048 switch (msg_type) { in audit_netlink_ok()
1087 struct audit_buffer **ab, u16 msg_type) in audit_log_common_recv_msg() argument
1092 if (!audit_enabled && msg_type != AUDIT_USER_AVC) { in audit_log_common_recv_msg()
1097 *ab = audit_log_start(context, GFP_KERNEL, msg_type); in audit_log_common_recv_msg()
1106 u16 msg_type) in audit_log_user_recv_msg() argument
1108 audit_log_common_recv_msg(NULL, ab, msg_type); in audit_log_user_recv_msg()
1222 u16 msg_type = nlh->nlmsg_type; in audit_receive_msg() local
1227 err = audit_netlink_ok(skb, msg_type); in audit_receive_msg()
1235 switch (msg_type) { in audit_receive_msg()
[all …]
/linux-6.6.21/drivers/net/wireless/ath/ath10k/
Dhtt_tx.c565 u8 msg_type = 0; in ath10k_htt_htc_tx_complete() local
569 msg_type = htt_hdr->msg_type; in ath10k_htt_htc_tx_complete()
571 if (msg_type == HTT_H2T_MSG_TYPE_TX_FRM) { in ath10k_htt_htc_tx_complete()
582 if ((!htt->disable_tx_comp) || (msg_type != HTT_H2T_MSG_TYPE_TX_FRM)) in ath10k_htt_htc_tx_complete()
620 cmd->hdr.msg_type = HTT_H2T_MSG_TYPE_VERSION_REQ; in ath10k_htt_h2t_ver_req_msg()
649 cmd->hdr.msg_type = HTT_H2T_MSG_TYPE_STATS_REQ; in ath10k_htt_h2t_stats_req()
699 cmd->hdr.msg_type = HTT_H2T_MSG_TYPE_FRAG_DESC_BANK_CFG; in ath10k_htt_send_frag_desc_bank_cfg_32()
761 cmd->hdr.msg_type = HTT_H2T_MSG_TYPE_FRAG_DESC_BANK_CFG; in ath10k_htt_send_frag_desc_bank_cfg_64()
846 cmd->hdr.msg_type = HTT_H2T_MSG_TYPE_RX_RING_CFG; in ath10k_htt_send_rx_ring_cfg_32()
918 cmd->hdr.msg_type = HTT_H2T_MSG_TYPE_RX_RING_CFG; in ath10k_htt_send_rx_ring_cfg_64()
[all …]

123456