Home
last modified time | relevance | path

Searched defs:msg (Results 201 – 225 of 1783) sorted by relevance

12345678910>>...72

/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dmsgbuf.c85 struct msgbuf_common_hdr msg; member
96 struct msgbuf_common_hdr msg; member
108 struct msgbuf_common_hdr msg; member
117 struct msgbuf_common_hdr msg; member
131 struct msgbuf_common_hdr msg; member
139 struct msgbuf_common_hdr msg; member
146 struct msgbuf_common_hdr msg; member
154 struct msgbuf_common_hdr msg; member
163 struct msgbuf_common_hdr msg; member
170 struct msgbuf_common_hdr msg; member
[all …]
/linux/drivers/crypto/intel/qat/qat_common/
H A Dadf_pfvf_utils.c40 struct pfvf_message msg, in adf_pfvf_csr_msg_of()
55 struct pfvf_message msg = { 0 }; in adf_pfvf_message_of() local
/linux/net/mptcp/
H A Dcrypto_test.c8 char *msg; member
38 u8 msg[8]; in mptcp_crypto_test_basic() local
/linux/include/net/
H A D6lowpan.h218 static inline void raw_dump_inline(const char *caller, char *msg, in raw_dump_inline()
233 static inline void raw_dump_table(const char *caller, char *msg, in raw_dump_table()
242 static inline void raw_dump_table(const char *caller, char *msg, in raw_dump_table()
244 static inline void raw_dump_inline(const char *caller, char *msg, in raw_dump_inline()
/linux/fs/lockd/
H A Dsvcsubs.c36 static inline void nlm_debug_print_fh(char *msg, struct nfs_fh *f) in nlm_debug_print_fh()
46 static inline void nlm_debug_print_file(char *msg, struct nlm_file *file) in nlm_debug_print_file()
54 static inline void nlm_debug_print_fh(char *msg, struct nfs_fh *f) in nlm_debug_print_fh()
59 static inline void nlm_debug_print_file(char *msg, struct nlm_file *file) in nlm_debug_print_file()
/linux/drivers/i2c/busses/
H A Di2c-ls2x.c188 static int ls2x_i2c_rx(struct ls2x_i2c_priv *priv, struct i2c_msg *msg) in ls2x_i2c_rx()
212 static int ls2x_i2c_tx(struct ls2x_i2c_priv *priv, struct i2c_msg *msg) in ls2x_i2c_tx()
235 struct i2c_msg *msg, bool stop) in ls2x_i2c_xfer_one()
265 struct i2c_msg *msg, *emsg = msgs + num; in ls2x_i2c_xfer() local
H A Di2c-axxia.c139 struct i2c_msg *msg; member
253 static int i2c_m_rd(const struct i2c_msg *msg) in i2c_m_rd()
258 static int i2c_m_recv_len(const struct i2c_msg *msg) in i2c_m_recv_len()
269 struct i2c_msg *msg = idev->msg_r; in axxia_i2c_empty_rx_fifo() local
301 struct i2c_msg *msg = idev->msg; in axxia_i2c_fill_tx_fifo() local
433 static void axxia_i2c_set_addr(struct axxia_i2c_dev *idev, struct i2c_msg *msg) in axxia_i2c_set_addr()
511 static int axxia_i2c_xfer_msg(struct axxia_i2c_dev *idev, struct i2c_msg *msg, in axxia_i2c_xfer_msg()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsockmap_ktls.c138 char msg[12] = "hello world\0"; in test_sockmap_ktls_offload() local
170 char msg[12] = "hello world\0"; in test_sockmap_ktls_tx_cork() local
248 struct msghdr msg = {0}; in test_sockmap_ktls_tx_no_buf() local
319 char msg[37] = "0123456789abcdefghijklmnopqrstuvwxyz\0"; in test_sockmap_ktls_tx_pop() local
/linux/drivers/atm/
H A Datmtcp.c44 const struct atmtcp_control *msg,int flag) in atmtcp_send_control()
89 static int atmtcp_recv_control(const struct atmtcp_control *msg) in atmtcp_recv_control()
122 struct atmtcp_control msg; in atmtcp_v_open() local
146 struct atmtcp_control msg; in atmtcp_v_close() local
/linux/drivers/net/wireless/intel/iwlwifi/mei/
H A Dmain.c386 struct iwl_sap_me_msg_start msg = { in iwl_mei_send_check_shared_area() local
574 struct iwl_sap_hdr msg = { in iwl_mei_send_sap_msg() local
1271 u8 msg[100]; in iwl_mei_rx() local
1308 struct iwl_sap_me_msg_start msg = { in iwl_mei_send_start() local
1403 struct iwl_sap_pldr_data msg = { in iwl_mei_pldr_req() local
1508 struct iwl_sap_pldr_end_data msg = { in iwl_mei_alive_notif() local
1535 struct iwl_sap_notif_host_link_up msg = { in iwl_mei_host_associated() local
1583 struct iwl_sap_notif_host_link_down msg = { in iwl_mei_host_disassociated() local
1612 struct iwl_sap_msg_dw msg = { in iwl_mei_set_rfkill_state() local
1646 struct iwl_sap_notif_host_nic_info msg = { in iwl_mei_set_nic_info() local
[all …]
/linux/drivers/scsi/arm/
H A Dmsgqueue.h13 char msg[8]; member
19 struct message msg; member
/linux/net/handshake/
H A Dalert.c38 struct msghdr msg = { 0 }; in tls_alert_send() local
97 void tls_alert_recv(const struct sock *sk, const struct msghdr *msg, in tls_alert_recv()
/linux/drivers/leds/
H A Dleds-ipaq-micro.c37 struct ipaq_micro_msg msg = { in micro_leds_brightness_set() local
74 struct ipaq_micro_msg msg = { in micro_leds_blink_set() local
/linux/drivers/connector/
H A Dconnector.c61 int cn_netlink_send_mult(struct cn_msg *msg, u16 len, u32 portid, u32 __group, in cn_netlink_send_mult()
123 int cn_netlink_send(struct cn_msg *msg, u32 portid, u32 __group, in cn_netlink_send()
139 struct cn_msg *msg = nlmsg_data(nlmsg_hdr(skb)); in cn_call_callback() local
/linux/drivers/net/can/usb/
H A Dems_usb.c120 u8 msg[8]; member
207 } msg; member
299 static void ems_usb_rx_can_msg(struct ems_usb *dev, struct ems_cpc_msg *msg) in ems_usb_rx_can_msg()
331 static void ems_usb_rx_err(struct ems_usb *dev, struct ems_cpc_msg *msg) in ems_usb_rx_err()
439 struct ems_cpc_msg *msg; in ems_usb_read_bulk_callback() local
539 static int ems_usb_command_msg(struct ems_usb *dev, struct ems_cpc_msg *msg) in ems_usb_command_msg()
751 struct ems_cpc_msg *msg; in ems_usb_start_xmit() local
947 static void init_params_sja1000(struct ems_cpc_msg *msg) in init_params_sja1000()
/linux/drivers/scsi/
H A Dhptiop.c126 u32 msg = readl(&iop->outbound_msgaddr0); in iop_intr_itl() local
212 u32 msg; in iop_intr_mv() local
265 u32 msg = readl(&(hba->u.mvfrey.mu->cpu_to_f0_msg_a)); in iop_intr_mvfrey() local
360 static void hptiop_post_msg_itl(struct hptiop_hba *hba, u32 msg) in hptiop_post_msg_itl()
366 static void hptiop_post_msg_mv(struct hptiop_hba *hba, u32 msg) in hptiop_post_msg_mv()
373 static void hptiop_post_msg_mvfrey(struct hptiop_hba *hba, u32 msg) in hptiop_post_msg_mvfrey()
379 static int iop_send_sync_msg(struct hptiop_hba *hba, u32 msg, u32 millisec) in iop_send_sync_msg()
677 static void hptiop_message_callback(struct hptiop_hba *hba, u32 msg) in hptiop_message_callback()
/linux/sound/soc/sof/
H A Dipc4-topology.h161 struct sof_ipc4_msg msg; member
335 struct sof_ipc4_msg msg; member
360 struct sof_ipc4_msg msg; member
423 struct sof_ipc4_msg msg; member
435 struct sof_ipc4_msg msg; member
457 struct sof_ipc4_msg msg; member
481 struct sof_ipc4_msg msg; member
520 struct sof_ipc4_msg msg; member
/linux/net/devlink/
H A Drate.c83 static int devlink_rate_put_tc_bws(struct sk_buff *msg, u32 *tc_bw) in devlink_rate_put_tc_bws()
106 static int devlink_nl_rate_fill(struct sk_buff *msg, in devlink_nl_rate_fill()
170 struct sk_buff *msg; in devlink_rate_notify() local
208 devlink_nl_rate_get_dump_one(struct sk_buff *msg, struct devlink *devlink, in devlink_nl_rate_get_dump_one()
245 struct sk_buff *msg; in devlink_nl_rate_get_doit() local
/linux/drivers/media/pci/cx23885/
H A Dcx23885-i2c.c68 const struct i2c_msg *msg, int joined_rlen) in i2c_sendbytes()
149 const struct i2c_msg *msg, int joined) in i2c_readbytes()
357 struct i2c_msg msg; in cx23885_av_clk() local
/linux/arch/x86/kernel/apic/
H A Dmsi.c28 struct msi_msg msg[2] = { [1] = { }, }; in irq_msi_update_msg() local
300 static void dmar_msi_compose_msg(struct irq_data *data, struct msi_msg *msg) in dmar_msi_compose_msg()
305 static void dmar_msi_write_msg(struct irq_data *data, struct msi_msg *msg) in dmar_msi_write_msg()
/linux/net/ipv6/
H A Dping.c27 static int dummy_ipv6_recv_error(struct sock *sk, struct msghdr *msg, int len, in dummy_ipv6_recv_error() argument
32 static void dummy_ip6_datagram_recv_ctl(struct sock *sk, struct msghdr *msg, in dummy_ip6_datagram_recv_ctl() argument
62 static int ping_v6_sendmsg(struct sock *sk, struct msghdr *msg, size_t len) in ping_v6_sendmsg() argument
[all...]
/linux/security/selinux/
H A Dnetlink.c47 struct selnl_msg_setenforce *msg = nlmsg_data(nlh); in selnl_add_payload() local
55 struct selnl_msg_policyload *msg = nlmsg_data(nlh); in selnl_add_payload() local
/linux/drivers/media/dvb-frontends/
H A Dlnbp22.c38 struct i2c_msg msg = { in lnbp22_set_voltage() local
69 struct i2c_msg msg = { in lnbp22_enable_high_lnb_voltage() local
/linux/crypto/
H A Dalgif_hash.c63 static int hash_sendmsg(struct socket *sock, struct msghdr *msg, in hash_sendmsg()
179 static int hash_recvmsg(struct socket *sock, struct msghdr *msg, size_t len, in hash_recvmsg()
329 static int hash_sendmsg_nokey(struct socket *sock, struct msghdr *msg, in hash_sendmsg_nokey()
341 static int hash_recvmsg_nokey(struct socket *sock, struct msghdr *msg, in hash_recvmsg_nokey()
/linux/drivers/net/ethernet/micrel/
H A Dks8851_spi.c119 struct spi_message *msg = &kss->spi_msg1; in ks8851_wrreg16_spi() local
150 struct spi_message *msg; in ks8851_rdreg() local
215 struct spi_message *msg = &kss->spi_msg2; in ks8851_rdfifo_spi() local
255 struct spi_message *msg = &kss->spi_msg2; in ks8851_wrfifo_spi() local

12345678910>>...72