Home
last modified time | relevance | path

Searched defs:msg (Results 101 – 125 of 1783) sorted by relevance

12345678910>>...72

/linux/net/tipc/
H A 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
H A Dmsg.c101 struct tipc_msg *msg; in tipc_msg_create() local
129 struct tipc_msg *msg; in tipc_buf_append() local
484 static bool tipc_msg_bundle(struct sk_buff *bskb, struct tipc_msg *msg, in tipc_msg_bundle()
523 struct tipc_msg *msg, *inner, *outer; in tipc_msg_try_bundle() local
677 bool tipc_msg_skb_clone(struct sk_buff_head *msg, struct sk_buff_head *cpy) in tipc_msg_skb_clone()
703 struct tipc_msg *msg = buf_msg(skb); in tipc_msg_lookup_dest() local
801 bool tipc_msg_pskb_copy(u32 dst, struct sk_buff_head *msg, in tipc_msg_pskb_copy()
/linux/net/ieee802154/
H A Dnl-phy.c28 static int ieee802154_nl_fill_phy(struct sk_buff *msg, u32 portid, in ieee802154_nl_fill_phy() argument
76 struct sk_buff *msg; in ieee802154_list_phy() local
163 struct sk_buff *msg; ieee802154_add_iface() local
268 struct sk_buff *msg; ieee802154_del_iface() local
[all...]
/linux/drivers/net/wireless/microchip/wilc1000/
H A 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/drivers/accel/qaic/
H A 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/sound/virtio/
H A Dvirtio_pcm_msg.c147 struct virtio_pcm_msg *msg; in virtsnd_pcm_msg_alloc() local
216 struct virtio_pcm_msg *msg = vss->msgs[i]; virtsnd_pcm_msg_send() local
301 virtsnd_pcm_msg_complete(struct virtio_pcm_msg * msg,size_t written_bytes) virtsnd_pcm_msg_complete() argument
352 struct virtio_pcm_msg *msg; virtsnd_pcm_notify_cb() local
407 struct virtio_snd_msg *msg; virtsnd_pcm_ctl_msg_alloc() local
[all...]
/linux/sound/soc/intel/atom/sst/
H A Dsst_pvt.c125 struct ipc_post *msg; in sst_create_ipc_msg() local
193 struct ipc_post *msg = NULL; in sst_prepare_and_post_msg() local
269 int msg, int task_id, int large, int drv_id) in sst_fill_header_mrfld()
281 void sst_fill_header_dsp(struct ipc_dsp_hdr *dsp, int msg, in sst_fill_header_dsp()
364 struct ipc_post *msg) in sst_add_to_dispatch_list_and_post()
/linux/drivers/media/pci/cx23885/
H A 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/net/ncsi/
H A 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/tools/testing/selftests/powerpc/include/
H A 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/net/rxrpc/
H A Doutput.c21 ssize_t do_udp_sendmsg(struct socket *socket, struct msghdr *msg, size_t len) in do_udp_sendmsg()
253 struct msghdr msg; in rxrpc_send_ack_packet() local
368 struct msghdr msg; in rxrpc_send_abort_packet() local
646 struct msghdr msg; in rxrpc_send_data_packet() local
753 struct msghdr msg; in rxrpc_send_conn_abort() local
811 struct msghdr msg; in rxrpc_reject_packet() local
879 struct msghdr msg; in rxrpc_send_keepalive() local
932 struct msghdr msg; in rxrpc_send_response() local
/linux/net/
H A Dsocket.c740 msg_data_left(msg)); in sock_sendmsg() argument
712 sock_sendmsg_nosec(struct socket * sock,struct msghdr * msg) sock_sendmsg_nosec() argument
724 __sock_sendmsg(struct socket * sock,struct msghdr * msg) __sock_sendmsg() argument
772 kernel_sendmsg(struct socket * sock,struct msghdr * msg,struct kvec * vec,size_t num,size_t size) kernel_sendmsg() argument
823 put_ts_pktinfo(struct msghdr * msg,struct sk_buff * skb,int if_index) put_ts_pktinfo() argument
897 __sock_recv_timestamp(struct msghdr * msg,struct sock * sk,struct sk_buff * skb) __sock_recv_timestamp() argument
996 __sock_recv_wifi_status(struct msghdr * msg,struct sock * sk,struct sk_buff * skb) __sock_recv_wifi_status() argument
1013 sock_recv_drops(struct msghdr * msg,struct sock * sk,struct sk_buff * skb) sock_recv_drops() argument
1021 sock_recv_mark(struct msghdr * msg,struct sock * sk,struct sk_buff * skb) sock_recv_mark() argument
1032 sock_recv_priority(struct msghdr * msg,struct sock * sk,struct sk_buff * skb) sock_recv_priority() argument
1042 __sock_recv_cmsgs(struct msghdr * msg,struct sock * sk,struct sk_buff * skb) __sock_recv_cmsgs() argument
1062 sock_recvmsg_nosec(struct socket * sock,struct msghdr * msg,int flags) sock_recvmsg_nosec() argument
1083 sock_recvmsg(struct socket * sock,struct msghdr * msg,int flags) sock_recvmsg() argument
1107 kernel_recvmsg(struct socket * sock,struct msghdr * msg,struct kvec * vec,size_t num,size_t size,int flags) kernel_recvmsg() argument
1144 struct msghdr msg = {.msg_iter = *to, sock_read_iter() local
1166 struct msghdr msg = {.msg_iter = *from, sock_write_iter() local
2202 struct msghdr msg; __sys_sendto() local
2260 struct msghdr msg = { __sys_recvfrom() local
2484 COMPAT_MSG(msg,member) global() argument
2485 COMPAT_NAMELEN(msg) global() argument
2486 COMPAT_FLAGS(msg) global() argument
2494 __copy_msghdr(struct msghdr * kmsg,struct user_msghdr * msg,struct sockaddr __user ** save_addr) __copy_msghdr() argument
2544 struct user_msghdr msg; copy_msghdr_from_user() local
2636 sendmsg_copy_msghdr(struct msghdr * msg,struct user_msghdr __user * umsg,unsigned flags,struct iovec ** iov) sendmsg_copy_msghdr() argument
2656 ___sys_sendmsg(struct socket * sock,struct user_msghdr __user * msg,struct msghdr * msg_sys,unsigned int flags,struct used_address * used_address,unsigned int allowed_msghdr_flags) ___sys_sendmsg() argument
2680 __sys_sendmsg_sock(struct socket * sock,struct msghdr * msg,unsigned int flags) __sys_sendmsg_sock() argument
2686 __sys_sendmsg(int fd,struct user_msghdr __user * msg,unsigned int flags,bool forbid_cmsg_compat) __sys_sendmsg() argument
2706 SYSCALL_DEFINE3(sendmsg,int,fd,struct user_msghdr __user *,msg,unsigned int,flags) SYSCALL_DEFINE3() argument
2790 recvmsg_copy_msghdr(struct msghdr * msg,struct user_msghdr __user * umsg,unsigned flags,struct sockaddr __user ** uaddr,struct iovec ** iov) recvmsg_copy_msghdr() argument
2812 ____sys_recvmsg(struct socket * sock,struct msghdr * msg_sys,struct user_msghdr __user * msg,struct sockaddr __user * uaddr,unsigned int flags,int nosec) ____sys_recvmsg() argument
2867 ___sys_recvmsg(struct socket * sock,struct user_msghdr __user * msg,struct msghdr * msg_sys,unsigned int flags,int nosec) ___sys_recvmsg() argument
2888 __sys_recvmsg_sock(struct socket * sock,struct msghdr * msg,struct user_msghdr __user * umsg,struct sockaddr __user * uaddr,unsigned int flags) __sys_recvmsg_sock() argument
2895 __sys_recvmsg(int fd,struct user_msghdr __user * msg,unsigned int flags,bool forbid_cmsg_compat) __sys_recvmsg() argument
2915 SYSCALL_DEFINE3(recvmsg,int,fd,struct user_msghdr __user *,msg,unsigned int,flags) SYSCALL_DEFINE3() argument
[all...]
/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A 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/drivers/gpu/drm/xe/
H A Dxe_guc_submit.c1485 static void __guc_exec_queue_process_msg_cleanup(struct xe_sched_msg *msg) in __guc_exec_queue_process_msg_cleanup()
1514 static void __guc_exec_queue_process_msg_set_sched_props(struct xe_sched_msg *msg) in __guc_exec_queue_process_msg_set_sched_props()
1544 static void __guc_exec_queue_process_msg_suspend(struct xe_sched_msg *msg) in __guc_exec_queue_process_msg_suspend()
1573 static void __guc_exec_queue_process_msg_resume(struct xe_sched_msg *msg) in __guc_exec_queue_process_msg_resume()
1595 static void guc_exec_queue_process_msg(struct xe_sched_msg *msg) in guc_exec_queue_process_msg()
1708 static void guc_exec_queue_add_msg(struct xe_exec_queue *q, struct xe_sched_msg *msg, in guc_exec_queue_add_msg()
1725 struct xe_sched_msg *msg, in guc_exec_queue_try_add_msg()
1741 struct xe_sched_msg *msg = q->guc->static_msgs + STATIC_MSG_CLEANUP; in guc_exec_queue_destroy() local
1752 struct xe_sched_msg *msg; in guc_exec_queue_set_priority() local
1770 struct xe_sched_msg *msg; in guc_exec_queue_set_timeslice() local
[all …]
/linux/drivers/crypto/intel/qat/qat_common/
H A Dadf_pfvf_vf_proto.c33 int adf_send_vf2pf_msg(struct adf_accel_dev *accel_dev, struct pfvf_message msg) in adf_send_vf2pf_msg()
69 int adf_send_vf2pf_req(struct adf_accel_dev *accel_dev, struct pfvf_message msg, in adf_send_vf2pf_req()
303 struct pfvf_message msg) in adf_handle_pf2vf_msg()
337 struct pfvf_message msg; in adf_recv_and_handle_pf2vf_msg() local
/linux/drivers/platform/chrome/wilco_ec/
H A 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/drivers/media/platform/mediatek/vcodec/encoder/
H A Dvenc_vpu_if.c13 const struct venc_vpu_ipi_msg_init *msg = data; in handle_enc_init_msg() local
38 const struct venc_vpu_ipi_msg_enc *msg = data; in handle_enc_encode_msg() local
65 const struct venc_vpu_ipi_msg_common *msg = data; in vpu_enc_ipi_handler() local
109 static int vpu_enc_send_msg(struct venc_vpu_inst *vpu, void *msg, in vpu_enc_send_msg()
/linux/sound/soc/sof/intel/
H A Dcnl.c122 u32 msg; in cnl_ipc_irq_thread() local
246 static bool cnl_compact_ipc_compress(struct snd_sof_ipc_msg *msg, in cnl_compact_ipc_compress()
264 int cnl_ipc4_send_msg(struct snd_sof_dev *sdev, struct snd_sof_ipc_msg *msg) in cnl_ipc4_send_msg()
291 int cnl_ipc_send_msg(struct snd_sof_dev *sdev, struct snd_sof_ipc_msg *msg) in cnl_ipc_send_msg()
/linux/drivers/misc/
H A Dmrvl_cn10k_dpi.c94 #define DPI_MBOX_VFID(msg) FIELD_GET(GENMASK_ULL(7, 0), msg) argument
95 #define DPI_MBOX_CMD(msg) FIELD_GET(GENMASK_ULL(11, 8), msg) argument
96 #define DPI_MBOX_CBUF_SIZE(msg) FIELD_GET(GENMASK_ULL(27, 12), msg) argument
97 #define DPI_MBOX_CBUF_AURA(msg) FIELD_GET(GENMASK_ULL(47, 28), msg) argument
98 #define DPI_MBOX_SSO_PFFUNC(msg) FIELD_GET(GENMASK_ULL(63, 48), msg) argument
101 #define DPI_MBOX_NPA_PFFUNC(msg) FIELD_GET(GENMASK_ULL(15, 0), msg) argument
102 #define DPI_MBOX_WQES_COMPL(msg) FIELD_GET(GENMASK_ULL(16, 16), msg) argument
103 #define DPI_MBOX_WQES_OFFSET(msg) FIELD_GET(GENMASK_ULL(23, 17), msg) argument
283 static int queue_config(struct dpipf *dpi, struct dpipf_vf *dpivf, struct dpi_mbox_message *msg) in queue_config()
318 struct dpi_mbox_message msg; in dpi_pfvf_mbox_work() local
/linux/drivers/media/pci/saa7134/
H A Dsaa7134-dvb.c169 struct i2c_msg msg = {.addr=0x43, .flags=0, .buf=off, .len = sizeof(off)}; in mt352_pinnacle_tuner_set_params() local
235 struct i2c_msg msg = {.addr = 0x4b, .flags = 0, .buf = initmsg, .len = 2}; in kworld_sbtvd_gate_ctrl() local
407 static u8 msg[] = { 0x0b, 0xf5, 0x86, 0xab }; in philips_td1316_tuner_init() local
428 static u8 msg[] = { 0x0b, 0xdc, 0x86, 0xa4 }; in philips_td1316_tuner_sleep() local
444 static u8 msg[] = { 0x00, 0x40}; in philips_europa_tuner_init() local
461 static u8 msg[] = { 0x00, 0x14 }; in philips_europa_tuner_sleep() local
1013 struct i2c_msg msg[] = { { .addr = 0x08, .flags = 0, .buf = wbuf, .len = 1 }, in md8800_set_voltage2() local
1470 struct i2c_msg msg = {.addr = 0x08, .flags = 0, .len = 1}; in dvb_init() local
1977 struct i2c_msg msg = {.addr = 0x08, .buf = &data, .flags = 0, .len = 1}; in dvb_fini() local
/linux/net/atm/
H A Dmpc.c1080 static void MPOA_trigger_rcvd(struct k_message *msg, struct mpoa_client *mpc) in MPOA_trigger_rcvd()
1116 static void check_qos_and_open_shortcut(struct k_message *msg, in check_qos_and_open_shortcut()
1155 static void MPOA_res_reply_rcvd(struct k_message *msg, struct mpoa_client *mpc) in MPOA_res_reply_rcvd()
1206 static void ingress_purge_rcvd(struct k_message *msg, struct mpoa_client *mpc) in ingress_purge_rcvd()
1229 static void egress_purge_rcvd(struct k_message *msg, struct mpoa_client *mpc) in egress_purge_rcvd()
1284 static void mps_death(struct k_message *msg, struct mpoa_client *mpc) in mps_death()
1308 static void MPOA_cache_impos_rcvd(struct k_message *msg, in MPOA_cache_impos_rcvd()
1373 static void set_mps_mac_addr_rcvd(struct k_message *msg, in set_mps_mac_addr_rcvd()
1391 static void clean_up(struct k_message *msg, struct mpoa_client *mpc, int action) in clean_up()
/linux/drivers/i2c/busses/
H A Di2c-xgene-slimpro.c146 static void slimpro_i2c_pcc_rx_cb(struct mbox_client *cl, void *msg) in slimpro_i2c_pcc_rx_cb()
169 static void slimpro_i2c_pcc_tx_prepare(struct slimpro_i2c_dev *ctx, u32 *msg) in slimpro_i2c_pcc_tx_prepare()
208 u32 *msg, in slimpro_i2c_send_msg()
239 u32 msg[3]; in slimpro_i2c_rd() local
253 u32 msg[3]; in slimpro_i2c_wr() local
268 u32 msg[3]; in slimpro_i2c_blkrd() local
300 u32 msg[3]; in slimpro_i2c_blkwr() local
/linux/drivers/net/can/esd/
H A Desdacc.c406 const struct acc_bmmsg_rxtxdone *msg) in handle_core_msg_rxtxdone()
467 const struct acc_bmmsg_txabort *msg) in handle_core_msg_txabort()
496 const struct acc_bmmsg_overrun *msg) in handle_core_msg_overrun()
525 const struct acc_bmmsg_buserr *msg) in handle_core_msg_buserr()
583 const struct acc_bmmsg_errstatechange *msg) in handle_core_msg_errstatechange()
645 const union acc_bmmsg *msg = in handle_core_interrupt() local
/linux/drivers/net/ethernet/cavium/thunder/
H A Dnic.h426 u8 msg; member
437 u8 msg; member
445 u8 msg; member
453 u8 msg; member
462 u8 msg; member
469 u8 msg; member
476 u8 msg; member
484 u8 msg; member
491 u8 msg; member
501 u8 msg; member
[all …]
/linux/drivers/fpga/
H A Dmachxo2-spi.c68 struct spi_message msg; in get_status() local
138 struct spi_message msg; in machxo2_cleanup() local
192 struct spi_message msg; in machxo2_write_init() local
256 struct spi_message msg; in machxo2_write() local
295 struct spi_message msg; in machxo2_write_complete() local

12345678910>>...72