/kernel/linux/linux-5.10/include/linux/usb/ |
H A D | rndis_host.h | 38 __le32 msg_type; /* RNDIS_MSG_* */ member 56 __le32 msg_type; /* RNDIS_MSG_PACKET */ member 73 __le32 msg_type; /* RNDIS_MSG_INIT */ member 83 __le32 msg_type; /* RNDIS_MSG_INIT_C */ member 100 __le32 msg_type; /* RNDIS_MSG_HALT */ member 107 __le32 msg_type; /* RNDIS_MSG_QUERY */ member 118 __le32 msg_type; /* RNDIS_MSG_QUERY_C */ member 128 __le32 msg_type; /* RNDIS_MSG_SET */ member 139 __le32 msg_type; /* RNDIS_MSG_SET_C */ member 147 __le32 msg_type; /* RNDIS_MSG_RESE member 154 __le32 msg_type; /* RNDIS_MSG_RESET_C */ global() member 162 __le32 msg_type; /* RNDIS_MSG_INDICATE */ global() member 174 __le32 msg_type; /* RNDIS_MSG_KEEPALIVE */ global() member 181 __le32 msg_type; /* RNDIS_MSG_KEEPALIVE_C */ global() member [all...] |
/kernel/linux/linux-6.6/include/linux/usb/ |
H A D | rndis_host.h | 24 __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_RESE member 140 __le32 msg_type; /* RNDIS_MSG_RESET_C */ global() member 148 __le32 msg_type; /* RNDIS_MSG_INDICATE */ global() member 160 __le32 msg_type; /* RNDIS_MSG_KEEPALIVE */ global() member 167 __le32 msg_type; /* RNDIS_MSG_KEEPALIVE_C */ global() member [all...] |
/kernel/linux/linux-6.6/sound/firewire/motu/ |
H A D | motu-register-dsp-message-parser.c | 127 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_c in snd_motu_register_dsp_message_parser_parse() [all...] |
/kernel/linux/linux-5.10/drivers/net/hyperv/ |
H A D | netvsc_trace.h | 50 __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...] |
/kernel/linux/linux-6.6/drivers/net/hyperv/ |
H A D | netvsc_trace.h | 50 __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...] |
/kernel/linux/linux-5.10/drivers/net/usb/ |
H A D | rndis_host.c | 99 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() 497 u32 msg_type, msg_len, data_offset, data_len; rndis_rx_fixup() local [all...] |
/kernel/linux/linux-6.6/drivers/net/usb/ |
H A D | rndis_host.c | 99 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() 508 u32 msg_type, msg_len, data_offset, data_len; rndis_rx_fixup() local [all...] |
/kernel/linux/linux-5.10/drivers/infiniband/core/ |
H A D | iwpm_msg.c | 410 const char *msg_type = "Register Pid response"; in iwpm_register_pid_cb() local 413 resp_reg_policy, nltb, msg_type)) in iwpm_register_pid_cb() 481 const char *msg_type; in iwpm_add_mapping_cb() local 484 msg_type = "Add Mapping response"; in iwpm_add_mapping_cb() 486 resp_add_policy, nltb, msg_type)) in iwpm_add_mapping_cb() 559 const char *msg_type; in iwpm_add_and_query_mapping_cb() local 563 msg_type = "Query Mapping response"; in iwpm_add_and_query_mapping_cb() 565 resp_query_policy, nltb, msg_type)) in iwpm_add_and_query_mapping_cb() 641 const char *msg_type; in iwpm_remote_info_cb() local 645 msg_type in iwpm_remote_info_cb() 718 const char *msg_type = "Mapping Info response"; iwpm_mapping_info_cb() local 776 const char *msg_type = "Mapping Info Ack"; iwpm_ack_mapping_info_cb() local 809 const char *msg_type = "Mapping Error Msg"; iwpm_mapping_error_cb() local 853 const char *msg_type = "Hello request"; iwpm_hello_cb() local [all...] |
/kernel/linux/linux-6.6/drivers/infiniband/core/ |
H A D | iwpm_msg.c | 394 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 in iwpm_remote_info_cb() 697 const char *msg_type = "Mapping Info response"; iwpm_mapping_info_cb() local 750 const char *msg_type = "Mapping Info Ack"; iwpm_ack_mapping_info_cb() local 783 const char *msg_type = "Mapping Error Msg"; iwpm_mapping_error_cb() local 827 const char *msg_type = "Hello request"; iwpm_hello_cb() local [all...] |
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | scmi.h | 64 u8 msg_type), 65 TP_ARGS(transfer_id, msg_id, protocol_id, seq, msg_type), 72 __field(u8, msg_type) 80 __entry->msg_type = msg_type; 83 TP_printk("transfer_id=%d msg_id=%u protocol_id=%u seq=%u msg_type=%u", 85 __entry->seq, __entry->msg_type)
|
/kernel/linux/linux-6.6/drivers/net/ethernet/microsoft/mana/ |
H A D | shm_channel.c | 33 * msg_type: set on request and response; response matches request. 48 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()
|
/kernel/linux/linux-5.10/drivers/media/common/siano/ |
H A D | smsendian.c | 24 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()
|
/kernel/linux/linux-6.6/drivers/media/common/siano/ |
H A D | smsendian.c | 24 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()
|
/kernel/linux/linux-5.10/drivers/xen/xenbus/ |
H A D | xenbus_dev_frontend.c | 420 unsigned int msg_type, const char *reply) in xenbus_command_reply() 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 419 xenbus_command_reply(struct xenbus_file_priv *u, unsigned int msg_type, const char *reply) xenbus_command_reply() argument [all...] |
/kernel/linux/linux-6.6/drivers/xen/xenbus/ |
H A D | xenbus_dev_frontend.c | 420 unsigned int msg_type, const char *reply) in xenbus_command_reply() 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 419 xenbus_command_reply(struct xenbus_file_priv *u, unsigned int msg_type, const char *reply) xenbus_command_reply() argument [all...] |
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | scmi.h | 117 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)
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/ |
H A D | opal.c | 271 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() 300 pr_warn("%s: Invalid arguments, msg_type:%d\n", in opal_message_notifier_register() 301 __func__, msg_type); in opal_message_notifier_register() 307 &opal_msg_notifier_head[msg_type], n in opal_message_notifier_register() 323 opal_message_notifier_unregister(enum opal_msg_type msg_type, struct notifier_block *nb) opal_message_notifier_unregister() argument 331 opal_message_do_notify(uint32_t msg_type, void *msg) opal_message_do_notify() argument [all...] |
H A D | opal-power.c | 79 unsigned long msg_type, void *msg) in opal_power_control_event() 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() 78 opal_power_control_event(struct notifier_block *nb, unsigned long msg_type, void *msg) opal_power_control_event() argument
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/ |
H A D | opal.c | 271 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() 300 pr_warn("%s: Invalid arguments, msg_type:%d\n", in opal_message_notifier_register() 301 __func__, msg_type); in opal_message_notifier_register() 307 &opal_msg_notifier_head[msg_type], n in opal_message_notifier_register() 323 opal_message_notifier_unregister(enum opal_msg_type msg_type, struct notifier_block *nb) opal_message_notifier_unregister() argument 331 opal_message_do_notify(uint32_t msg_type, void *msg) opal_message_do_notify() argument [all...] |
/kernel/linux/linux-5.10/fs/ocfs2/cluster/ |
H A D | tcp.h | 29 __be16 msg_type; member 84 int o2net_send_message(u32 msg_type, u32 key, void *data, u32 len, 86 int o2net_send_message_vec(u32 msg_type, u32 key, struct kvec *vec, 89 int o2net_register_handler(u32 msg_type, u32 key, u32 max_len,
|
/kernel/linux/linux-6.6/fs/ocfs2/cluster/ |
H A D | tcp.h | 27 __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,
|
/kernel/linux/linux-5.10/arch/ia64/include/uapi/asm/ |
H A D | perfmon.h | 130 int msg_type; /* generic message header */ member 140 int msg_type; /* generic message header */ member 146 int msg_type; /* type of the message */ member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvfw/ |
H A D | sec2.h | 19 u8 msg_type; member 40 u8 msg_type; member 68 u8 msg_type; member
|
/kernel/linux/linux-5.10/sound/soc/intel/catpt/ |
H A D | messages.h | 55 #define CATPT_GLOBAL_MSG(msg_type) \ 56 { .global_msg_type = CATPT_GLB_##msg_type } 316 #define CATPT_STREAM_MSG(msg_type) \ 318 .stream_msg_type = CATPT_STRM_##msg_type, \ 320 #define CATPT_STAGE_MSG(msg_type) \ 322 .stage_action = CATPT_STG_##msg_type, \
|
/kernel/linux/linux-6.6/sound/soc/intel/catpt/ |
H A D | messages.h | 55 #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, \
|