Home
last modified time | relevance | path

Searched defs:msg (Results 126 – 150 of 2385) sorted by relevance

12345678910>>...96

/linux-6.15/net/core/
Ddrop_monitor.c136 struct net_dm_alert_msg *msg; in reset_per_cpu_data() local
218 struct net_dm_alert_msg *msg; in trace_drop_common() local
326 static int net_dm_hw_entry_put(struct sk_buff *msg, in net_dm_hw_entry_put()
350 static int net_dm_hw_entries_put(struct sk_buff *msg, in net_dm_hw_entries_put()
378 net_dm_hw_summary_report_fill(struct sk_buff *msg, in net_dm_hw_summary_report_fill()
413 struct sk_buff *msg; in net_dm_hw_summary_work() local
587 static int net_dm_packet_report_in_port_put(struct sk_buff *msg, int ifindex, in net_dm_packet_report_in_port_put()
612 static int net_dm_packet_report_fill(struct sk_buff *msg, struct sk_buff *skb, in net_dm_packet_report_fill()
695 struct sk_buff *msg; in net_dm_packet_report() local
781 static int net_dm_hw_packet_report_fill(struct sk_buff *msg, in net_dm_hw_packet_report_fill()
[all …]
/linux-6.15/drivers/media/platform/st/sti/delta/
Ddelta-ipc.c38 #define msg_to_ctx(msg) ((struct delta_ipc_ctx *)(msg)->header.host_hdl) argument
39 #define msg_to_copro_hdl(msg) ((msg)->header.copro_hdl) argument
117 struct delta_ipc_open_msg msg; in delta_ipc_open() local
234 struct delta_ipc_set_stream_msg msg; in delta_ipc_set_stream() local
325 struct delta_ipc_decode_msg msg; in delta_ipc_decode() local
438 struct delta_ipc_close_msg msg; in delta_ipc_close() local
496 struct delta_ipc_cb_msg *msg; in delta_ipc_cb() local
/linux-6.15/drivers/mailbox/
Dbcm-flexrm-mailbox.c564 static bool flexrm_spu_sanity_check(struct brcm_message *msg) in flexrm_spu_sanity_check()
592 static u32 flexrm_spu_estimate_nonheader_desc_count(struct brcm_message *msg) in flexrm_spu_estimate_nonheader_desc_count()
619 static int flexrm_spu_dma_map(struct device *dev, struct brcm_message *msg) in flexrm_spu_dma_map()
639 static void flexrm_spu_dma_unmap(struct device *dev, struct brcm_message *msg) in flexrm_spu_dma_unmap()
647 static void *flexrm_spu_write_descs(struct brcm_message *msg, u32 nhcnt, in flexrm_spu_write_descs()
705 static bool flexrm_sba_sanity_check(struct brcm_message *msg) in flexrm_sba_sanity_check()
734 static u32 flexrm_sba_estimate_nonheader_desc_count(struct brcm_message *msg) in flexrm_sba_estimate_nonheader_desc_count()
756 static void *flexrm_sba_write_descs(struct brcm_message *msg, u32 nhcnt, in flexrm_sba_write_descs()
834 static bool flexrm_sanity_check(struct brcm_message *msg) in flexrm_sanity_check()
849 static u32 flexrm_estimate_nonheader_desc_count(struct brcm_message *msg) in flexrm_estimate_nonheader_desc_count()
[all …]
/linux-6.15/drivers/gpu/drm/xe/
Dxe_guc_submit.c1296 static void __guc_exec_queue_process_msg_cleanup(struct xe_sched_msg *msg) in __guc_exec_queue_process_msg_cleanup()
1315 static void __guc_exec_queue_process_msg_set_sched_props(struct xe_sched_msg *msg) in __guc_exec_queue_process_msg_set_sched_props()
1345 static void __guc_exec_queue_process_msg_suspend(struct xe_sched_msg *msg) in __guc_exec_queue_process_msg_suspend()
1374 static void __guc_exec_queue_process_msg_resume(struct xe_sched_msg *msg) in __guc_exec_queue_process_msg_resume()
1396 static void guc_exec_queue_process_msg(struct xe_sched_msg *msg) in guc_exec_queue_process_msg()
1508 static void guc_exec_queue_add_msg(struct xe_exec_queue *q, struct xe_sched_msg *msg, in guc_exec_queue_add_msg()
1525 struct xe_sched_msg *msg, in guc_exec_queue_try_add_msg()
1541 struct xe_sched_msg *msg = q->guc->static_msgs + STATIC_MSG_CLEANUP; in guc_exec_queue_fini() local
1552 struct xe_sched_msg *msg; in guc_exec_queue_set_priority() local
1570 struct xe_sched_msg *msg; in guc_exec_queue_set_timeslice() local
[all …]
/linux-6.15/drivers/net/ethernet/intel/i40e/
Di40e_virtchnl_pf.c22 int v_retval, u8 *msg, in i40e_vc_vf_broadcast()
1975 u32 v_retval, u8 *msg, u16 msglen) in i40e_vc_send_msg_to_vf()
2050 static int i40e_vc_get_version_msg(struct i40e_vf *vf, u8 *msg) in i40e_vc_get_version_msg()
2112 static int i40e_vc_get_vf_resources_msg(struct i40e_vf *vf, u8 *msg) in i40e_vc_get_vf_resources_msg()
2243 static int i40e_vc_config_promiscuous_mode_msg(struct i40e_vf *vf, u8 *msg) in i40e_vc_config_promiscuous_mode_msg()
2328 static int i40e_vc_config_queues_msg(struct i40e_vf *vf, u8 *msg) in i40e_vc_config_queues_msg()
2480 static int i40e_vc_config_irq_map_msg(struct i40e_vf *vf, u8 *msg) in i40e_vc_config_irq_map_msg()
2596 static int i40e_vc_enable_queues_msg(struct i40e_vf *vf, u8 *msg) in i40e_vc_enable_queues_msg()
2662 static int i40e_vc_disable_queues_msg(struct i40e_vf *vf, u8 *msg) in i40e_vc_disable_queues_msg()
2764 static int i40e_vc_request_queues_msg(struct i40e_vf *vf, u8 *msg) in i40e_vc_request_queues_msg()
[all …]
/linux-6.15/drivers/char/ipmi/
Dipmi_ipmb.c74 u8 *msg = iidev->rcvmsg; in valid_ipmb() local
103 u8 *msg = iidev->rcvmsg; in ipmi_ipmb_check_msg_done() local
217 struct ipmi_smi_msg *msg, u8 cc) in ipmi_ipmb_send_response()
247 struct ipmi_smi_msg *msg) in ipmi_ipmb_format_for_xmit()
281 struct ipmi_smi_msg *msg = NULL; in ipmi_ipmb_thread() local
408 struct ipmi_smi_msg *msg) in ipmi_ipmb_sender()
/linux-6.15/drivers/i2c/busses/
Di2c-cp2615.c41 __be16 preamble, length, msg; member
79 static int cp2615_init_iop_msg(struct cp2615_iop_msg *ret, enum cp2615_iop_msg_type msg, in cp2615_init_iop_msg()
127 struct cp2615_iop_msg *msg = kzalloc(sizeof(*msg), GFP_KERNEL); in cp2615_i2c_send() local
142 struct cp2615_iop_msg *msg; in cp2615_i2c_recv() local
174 struct cp2615_iop_msg *msg = kzalloc(sizeof(*msg), GFP_KERNEL); in cp2615_check_iop() local
218 struct i2c_msg *msg; in cp2615_i2c_xfer() local
/linux-6.15/net/ieee802154/
Dnl-phy.c28 static int ieee802154_nl_fill_phy(struct sk_buff *msg, u32 portid, in ieee802154_nl_fill_phy()
76 struct sk_buff *msg; in ieee802154_list_phy() local
163 struct sk_buff *msg; in ieee802154_add_iface() local
268 struct sk_buff *msg; in ieee802154_del_iface() local
/linux-6.15/drivers/media/pci/ddbridge/
Dddbridge-i2c.h38 struct i2c_msg msg = { .addr = adr, .flags = 0, in i2c_write() local
66 u8 msg[2] = { reg >> 8, reg & 0xff }; in i2c_read_regs16() local
78 u8 msg[3] = { reg >> 8, reg & 0xff, val }; in i2c_write_reg16() local
86 u8 msg[2] = { reg, val }; in i2c_write_reg() local
/linux-6.15/net/tipc/
Dnet.c164 static int __tipc_nl_add_net(struct net *net, struct tipc_nl_msg *msg) in __tipc_nl_add_net()
205 struct tipc_nl_msg msg; in tipc_nl_net_dump() local
291 static int __tipc_nl_addr_legacy_get(struct net *net, struct tipc_nl_msg *msg) in __tipc_nl_addr_legacy_get()
326 struct tipc_nl_msg msg; in tipc_nl_net_addr_legacy_get() local
/linux-6.15/drivers/net/ethernet/intel/igbvf/
Dmbx.c68 static s32 e1000_read_posted_mbx(struct e1000_hw *hw, u32 *msg, u16 size) in e1000_read_posted_mbx()
94 static s32 e1000_write_posted_mbx(struct e1000_hw *hw, u32 *msg, u16 size) in e1000_write_posted_mbx()
240 static s32 e1000_write_mbx_vf(struct e1000_hw *hw, u32 *msg, u16 size) in e1000_write_mbx_vf()
278 static s32 e1000_read_mbx_vf(struct e1000_hw *hw, u32 *msg, u16 size) in e1000_read_mbx_vf()
/linux-6.15/drivers/hwmon/
Dxgene-hwmon.c82 u32 msg; member
126 static int xgene_hwmon_pcc_rd(struct xgene_hwmon_dev *ctx, u32 *msg) in xgene_hwmon_pcc_rd()
184 static int xgene_hwmon_rd(struct xgene_hwmon_dev *ctx, u32 *msg) in xgene_hwmon_rd()
224 u32 msg[3]; in xgene_hwmon_reg_map_rd() local
253 u32 msg[3]; in xgene_hwmon_get_notification_msg() local
457 static int xgene_hwmon_rx_ready(struct xgene_hwmon_dev *ctx, void *msg) in xgene_hwmon_rx_ready()
473 static void xgene_hwmon_rx_cb(struct mbox_client *cl, void *msg) in xgene_hwmon_rx_cb()
523 static void xgene_hwmon_pcc_rx_cb(struct mbox_client *cl, void *msg) in xgene_hwmon_pcc_rx_cb()
589 static void xgene_hwmon_tx_done(struct mbox_client *cl, void *msg, int ret) in xgene_hwmon_tx_done()
/linux-6.15/net/
Dsocket.c710 static inline int sock_sendmsg_nosec(struct socket *sock, struct msghdr *msg) in sock_sendmsg_nosec()
722 static int __sock_sendmsg(struct socket *sock, struct msghdr *msg) in __sock_sendmsg()
738 int sock_sendmsg(struct socket *sock, struct msghdr *msg) in sock_sendmsg()
770 int kernel_sendmsg(struct socket *sock, struct msghdr *msg, in kernel_sendmsg()
821 static void put_ts_pktinfo(struct msghdr *msg, struct sk_buff *skb, in put_ts_pktinfo()
849 void __sock_recv_timestamp(struct msghdr *msg, struct sock *sk, in __sock_recv_timestamp()
948 void __sock_recv_wifi_status(struct msghdr *msg, struct sock *sk, in __sock_recv_wifi_status()
965 static inline void sock_recv_drops(struct msghdr *msg, struct sock *sk, in sock_recv_drops()
973 static void sock_recv_mark(struct msghdr *msg, struct sock *sk, in sock_recv_mark()
984 static void sock_recv_priority(struct msghdr *msg, struct sock *sk, in sock_recv_priority()
[all …]
/linux-6.15/drivers/media/pci/cx23885/
Dnetup-init.c19 struct i2c_msg msg = { in i2c_av_write() local
40 struct i2c_msg msg = { in i2c_av_write4() local
64 struct i2c_msg msg = { in i2c_av_read() local
/linux-6.15/drivers/gpu/drm/amd/pm/swsmu/
Dsmu_cmn.c130 enum smu_message_type msg) in __smu_cmn_reg_print_error()
228 u16 msg, in __smu_cmn_send_msg()
239 enum smu_message_type msg) in __smu_cmn_get_msg_flags()
245 enum smu_message_type msg, bool *poll) in __smu_cmn_ras_filter_msg()
283 u32 msg, in __smu_cmn_send_debug_msg()
408 enum smu_message_type msg, in smu_cmn_send_smc_msg_with_param()
479 enum smu_message_type msg, in smu_cmn_send_smc_msg()
489 uint32_t msg) in smu_cmn_send_debug_smc_msg()
495 uint32_t msg, uint32_t param) in smu_cmn_send_debug_smc_msg_with_param()
1124 enum smu_message_type msg; in smu_cmn_set_mp1_state() local
/linux-6.15/sound/virtio/
Dvirtio_pcm_msg.c147 struct virtio_pcm_msg *msg; in virtsnd_pcm_msg_alloc() local
216 struct virtio_pcm_msg *msg = vss->msgs[i]; in virtsnd_pcm_msg_send() local
301 static void virtsnd_pcm_msg_complete(struct virtio_pcm_msg *msg, in virtsnd_pcm_msg_complete()
352 struct virtio_pcm_msg *msg; in virtsnd_pcm_notify_cb() local
407 struct virtio_snd_msg *msg; in virtsnd_pcm_ctl_msg_alloc() local
/linux-6.15/net/devlink/
Dtrap.c131 static int devlink_trap_metadata_put(struct sk_buff *msg, in devlink_trap_metadata_put()
180 devlink_trap_group_stats_put(struct sk_buff *msg, in devlink_trap_group_stats_put()
209 static int devlink_trap_stats_put(struct sk_buff *msg, struct devlink *devlink, in devlink_trap_stats_put()
252 static int devlink_nl_trap_fill(struct sk_buff *msg, struct devlink *devlink, in devlink_nl_trap_fill()
307 struct sk_buff *msg; in devlink_nl_trap_get_doit() local
336 static int devlink_nl_trap_get_dump_one(struct sk_buff *msg, in devlink_nl_trap_get_dump_one()
470 devlink_nl_trap_group_fill(struct sk_buff *msg, struct devlink *devlink, in devlink_nl_trap_group_fill()
516 struct sk_buff *msg; in devlink_nl_trap_group_get_doit() local
545 static int devlink_nl_trap_group_get_dump_one(struct sk_buff *msg, in devlink_nl_trap_group_get_dump_one()
730 devlink_trap_policer_stats_put(struct sk_buff *msg, struct devlink *devlink, in devlink_trap_policer_stats_put()
[all …]
/linux-6.15/drivers/media/platform/mediatek/mdp3/
Dmtk-mdp3-vpu.c83 struct mdp_ipi_init_msg *msg = (struct mdp_ipi_init_msg *)data; in mdp_vpu_ipi_handle_init_ack() local
97 struct mdp_ipi_deinit_msg *msg = (struct mdp_ipi_deinit_msg *)data; in mdp_vpu_ipi_handle_deinit_ack() local
196 struct mdp_ipi_init_msg msg = { in mdp_vpu_dev_init() local
253 struct mdp_ipi_deinit_msg msg = { in mdp_vpu_dev_deinit() local
/linux-6.15/tools/testing/selftests/powerpc/include/
Dutils.h128 #define FAIL_IF_MSG(x, msg) \ argument
147 #define FAIL_IF_EXIT_MSG(x, msg) \ argument
169 #define SKIP_IF_MSG(x, msg) \ argument
182 #define sigsafe_err(msg) ({ \ argument
/linux-6.15/drivers/net/wireless/microchip/wilc1000/
Dhif.c58 struct host_if_msg *msg; in wilc_alloc_work() local
75 static int wilc_enqueue_work(struct host_if_msg *msg) in wilc_enqueue_work()
336 struct host_if_msg *msg = container_of(work, struct host_if_msg, work); in handle_connect_timeout() local
540 struct host_if_msg *msg = container_of(work, struct host_if_msg, work); in handle_rcvd_ntwrk_info() local
690 struct host_if_msg *msg = container_of(work, struct host_if_msg, work); in handle_rcvd_gnrl_async_info() local
828 struct host_if_msg *msg = container_of(work, struct host_if_msg, work); in handle_get_statistics() local
948 struct host_if_msg *msg = container_of(work, struct host_if_msg, work); in wilc_handle_listen_state_expired() local
960 struct host_if_msg *msg; in listen_timer_cb() local
979 struct host_if_msg *msg = container_of(work, struct host_if_msg, work); in handle_set_mcast_filter() local
1059 struct host_if_msg *msg = container_of(work, struct host_if_msg, work); in handle_scan_timer() local
[all …]
/linux-6.15/drivers/accel/qaic/
Dqaic_control.c80 struct wire_msg msg; member
250 static u32 gen_crc(void *msg) in gen_crc()
262 static u32 gen_crc_stub(void *msg) in gen_crc_stub()
267 static bool valid_crc(void *msg) in valid_crc()
284 static bool valid_crc_stub(void *msg) in valid_crc_stub()
360 struct wire_msg *msg; in encode_passthrough() local
567 struct wire_msg *msg; in encode_dma() local
636 struct wire_msg *msg; in encode_activate() local
725 struct wire_msg *msg; in encode_status() local
757 struct wire_msg *msg; in encode_message() local
[all …]
/linux-6.15/net/ncsi/
Dncsi-netlink.c154 static int ncsi_pkg_info_nl(struct sk_buff *msg, struct genl_info *info) in ncsi_pkg_info_nl()
275 static int ncsi_set_interface_nl(struct sk_buff *msg, struct genl_info *info) in ncsi_set_interface_nl()
356 static int ncsi_clear_interface_nl(struct sk_buff *msg, struct genl_info *info) in ncsi_clear_interface_nl()
395 static int ncsi_send_cmd_nl(struct sk_buff *msg, struct genl_info *info) in ncsi_send_cmd_nl()
591 static int ncsi_set_package_mask_nl(struct sk_buff *msg, in ncsi_set_package_mask_nl()
641 static int ncsi_set_channel_mask_nl(struct sk_buff *msg, in ncsi_set_channel_mask_nl()
/linux-6.15/drivers/gpu/drm/amd/pm/powerplay/smumgr/
Dsmu9_smumgr.c94 uint16_t msg) in smu9_send_msg_to_smc_without_waiting()
113 int smu9_send_msg_to_smc(struct pp_hwmgr *hwmgr, uint16_t msg) in smu9_send_msg_to_smc()
142 uint16_t msg, uint32_t parameter) in smu9_send_msg_to_smc_with_parameter()
/linux-6.15/drivers/platform/chrome/wilco_ec/
Dmailbox.c91 static void wilco_ec_prepare(struct wilco_ec_message *msg, in wilco_ec_prepare()
116 struct wilco_ec_message *msg, in wilco_ec_transfer()
202 int wilco_ec_mailbox(struct wilco_ec_device *ec, struct wilco_ec_message *msg) in wilco_ec_mailbox()
/linux-6.15/drivers/infiniband/hw/bnxt_re/
Dqplib_rcfw.c236 struct bnxt_qplib_cmdqmsg *msg) in __send_message_no_waiter()
284 struct bnxt_qplib_cmdqmsg *msg, u8 opcode) in __send_message()
418 struct bnxt_qplib_cmdqmsg *msg, in __send_message_basic_sanity()
455 struct bnxt_qplib_cmdqmsg msg = {}; in __destroy_timedout_ah() local
485 struct bnxt_qplib_cmdqmsg *msg) in __bnxt_qplib_rcfw_send_message()
559 struct bnxt_qplib_cmdqmsg *msg) in bnxt_qplib_rcfw_send_message()
813 struct bnxt_qplib_cmdqmsg msg = {}; in bnxt_qplib_deinit_rcfw() local
834 struct bnxt_qplib_cmdqmsg msg = {}; in bnxt_qplib_init_rcfw() local

12345678910>>...96