Home
last modified time | relevance | path

Searched refs:msg (Results 1 – 25 of 2596) sorted by relevance

12345678910>>...104

/linux-6.1.9/include/uapi/linux/
Dcec-funcs.h14 static inline void cec_msg_active_source(struct cec_msg *msg, __u16 phys_addr) in cec_msg_active_source() argument
16 msg->len = 4; in cec_msg_active_source()
17 msg->msg[0] |= 0xf; /* broadcast */ in cec_msg_active_source()
18 msg->msg[1] = CEC_MSG_ACTIVE_SOURCE; in cec_msg_active_source()
19 msg->msg[2] = phys_addr >> 8; in cec_msg_active_source()
20 msg->msg[3] = phys_addr & 0xff; in cec_msg_active_source()
23 static inline void cec_ops_active_source(const struct cec_msg *msg, in cec_ops_active_source() argument
26 *phys_addr = (msg->msg[2] << 8) | msg->msg[3]; in cec_ops_active_source()
29 static inline void cec_msg_image_view_on(struct cec_msg *msg) in cec_msg_image_view_on() argument
31 msg->len = 2; in cec_msg_image_view_on()
[all …]
/linux-6.1.9/drivers/misc/habanalabs/include/gaudi2/
Dgaudi2_async_ids_map_extended.h20 int msg; member
27 .msg = 0, .reset = 0, .name = "" },
29 .msg = 0, .reset = 0, .name = "" },
31 .msg = 0, .reset = 0, .name = "" },
33 .msg = 0, .reset = 0, .name = "" },
35 .msg = 0, .reset = 0, .name = "" },
37 .msg = 0, .reset = 0, .name = "" },
39 .msg = 0, .reset = 0, .name = "" },
41 .msg = 0, .reset = 0, .name = "" },
43 .msg = 0, .reset = 0, .name = "" },
[all …]
/linux-6.1.9/drivers/gpu/drm/msm/adreno/
Da6xx_hfi.c194 struct a6xx_hfi_msg_gmu_init_cmd msg = { 0 }; in a6xx_hfi_send_gmu_init() local
196 msg.dbg_buffer_addr = (u32) gmu->debug.iova; in a6xx_hfi_send_gmu_init()
197 msg.dbg_buffer_size = (u32) gmu->debug.size; in a6xx_hfi_send_gmu_init()
198 msg.boot_state = boot_state; in a6xx_hfi_send_gmu_init()
200 return a6xx_hfi_send_msg(gmu, HFI_H2F_MSG_INIT, &msg, sizeof(msg), in a6xx_hfi_send_gmu_init()
206 struct a6xx_hfi_msg_fw_version msg = { 0 }; in a6xx_hfi_get_fw_version() local
209 msg.supported_version = (1 << 28) | (1 << 19) | (1 << 17); in a6xx_hfi_get_fw_version()
211 return a6xx_hfi_send_msg(gmu, HFI_H2F_MSG_FW_VERSION, &msg, sizeof(msg), in a6xx_hfi_get_fw_version()
217 struct a6xx_hfi_msg_perf_table_v1 msg = { 0 }; in a6xx_hfi_send_perf_table_v1() local
220 msg.num_gpu_levels = gmu->nr_gpu_freqs; in a6xx_hfi_send_perf_table_v1()
[all …]
/linux-6.1.9/fs/reiserfs/
Dhashes.c44 u32 keyed_hash(const signed char *msg, int len) in keyed_hash() argument
59 a = (u32) msg[0] | in keyed_hash()
60 (u32) msg[1] << 8 | (u32) msg[2] << 16 | (u32) msg[3] << 24; in keyed_hash()
61 b = (u32) msg[4] | in keyed_hash()
62 (u32) msg[5] << 8 | (u32) msg[6] << 16 | (u32) msg[7] << 24; in keyed_hash()
63 c = (u32) msg[8] | in keyed_hash()
64 (u32) msg[9] << 8 | in keyed_hash()
65 (u32) msg[10] << 16 | (u32) msg[11] << 24; in keyed_hash()
66 d = (u32) msg[12] | in keyed_hash()
67 (u32) msg[13] << 8 | in keyed_hash()
[all …]
/linux-6.1.9/drivers/platform/chrome/
Dcros_ec_proto.c56 struct cros_ec_command *msg) in prepare_tx() argument
63 if (msg->outsize + sizeof(*request) > ec_dev->dout_size) in prepare_tx()
70 request->command = msg->command; in prepare_tx()
71 request->command_version = msg->version; in prepare_tx()
73 request->data_len = msg->outsize; in prepare_tx()
79 memcpy(out + sizeof(*request), msg->data, msg->outsize); in prepare_tx()
80 for (i = 0; i < msg->outsize; i++) in prepare_tx()
81 csum += msg->data[i]; in prepare_tx()
85 return sizeof(*request) + msg->outsize; in prepare_tx()
89 struct cros_ec_command *msg) in prepare_tx_legacy() argument
[all …]
Dcros_ec_sysfs.c55 struct cros_ec_command *msg; in reboot_store() local
62 msg = kmalloc(sizeof(*msg) + sizeof(*param), GFP_KERNEL); in reboot_store()
63 if (!msg) in reboot_store()
66 param = (struct ec_params_reboot_ec *)msg->data; in reboot_store()
99 msg->version = 0; in reboot_store()
100 msg->command = EC_CMD_REBOOT_EC + ec->cmd_offset; in reboot_store()
101 msg->outsize = sizeof(*param); in reboot_store()
102 msg->insize = 0; in reboot_store()
103 ret = cros_ec_cmd_xfer_status(ec->ec_dev, msg); in reboot_store()
107 kfree(msg); in reboot_store()
[all …]
/linux-6.1.9/drivers/media/platform/mediatek/vcodec/
Dvdec_vpu_if.c14 static void handle_init_ack_msg(const struct vdec_vpu_ipi_init_ack *msg) in handle_init_ack_msg() argument
17 (unsigned long)msg->ap_inst_addr; in handle_init_ack_msg()
19 mtk_vcodec_debug(vpu, "+ ap_inst_addr = 0x%llx", msg->ap_inst_addr); in handle_init_ack_msg()
24 msg->vpu_inst_addr); in handle_init_ack_msg()
25 vpu->inst_addr = msg->vpu_inst_addr; in handle_init_ack_msg()
42 vpu->fw_abi_version = msg->vdec_abi_version; in handle_init_ack_msg()
48 vpu->inst_id = msg->inst_id; in handle_init_ack_msg()
58 static void handle_get_param_msg_ack(const struct vdec_vpu_ipi_get_param_ack *msg) in handle_get_param_msg_ack() argument
61 (unsigned long)msg->ap_inst_addr; in handle_get_param_msg_ack()
63 mtk_vcodec_debug(vpu, "+ ap_inst_addr = 0x%llx", msg->ap_inst_addr); in handle_get_param_msg_ack()
[all …]
/linux-6.1.9/drivers/connector/
Dcn_proc.c51 static inline void send_msg(struct cn_msg *msg) in send_msg() argument
55 msg->seq = __this_cpu_inc_return(local_event.count) - 1; in send_msg()
56 ((struct proc_event *)msg->data)->cpu = smp_processor_id(); in send_msg()
64 cn_netlink_send(msg, 0, CN_IDX_PROC, GFP_NOWAIT); in send_msg()
71 struct cn_msg *msg; in proc_fork_connector() local
79 msg = buffer_to_cn_msg(buffer); in proc_fork_connector()
80 ev = (struct proc_event *)msg->data; in proc_fork_connector()
92 memcpy(&msg->id, &cn_proc_event_id, sizeof(msg->id)); in proc_fork_connector()
93 msg->ack = 0; /* not used */ in proc_fork_connector()
94 msg->len = sizeof(*ev); in proc_fork_connector()
[all …]
/linux-6.1.9/drivers/s390/crypto/
Dzcrypt_msgtype6.c212 } __packed * msg = ap_msg->msg; in icamex_msg_to_type6mex_msgx() local
224 msg->length = mex->inputdatalength + 2; in icamex_msg_to_type6mex_msgx()
225 if (copy_from_user(msg->text, mex->inputdata, mex->inputdatalength)) in icamex_msg_to_type6mex_msgx()
229 size = zcrypt_type6_mex_key_en(mex, msg->text + mex->inputdatalength); in icamex_msg_to_type6mex_msgx()
232 size += sizeof(*msg) + mex->inputdatalength; in icamex_msg_to_type6mex_msgx()
235 msg->hdr = static_type6_hdrX; in icamex_msg_to_type6mex_msgx()
236 msg->hdr.tocardlen1 = size - sizeof(msg->hdr); in icamex_msg_to_type6mex_msgx()
237 msg->hdr.fromcardlen1 = CEXXC_MAX_ICA_RESPONSE_SIZE - sizeof(msg->hdr); in icamex_msg_to_type6mex_msgx()
239 msg->cprbx = static_cprbx; in icamex_msg_to_type6mex_msgx()
240 msg->cprbx.domain = AP_QID_QUEUE(zq->queue->qid); in icamex_msg_to_type6mex_msgx()
[all …]
/linux-6.1.9/drivers/media/platform/allegro-dvt/
Dallegro-mail.c44 allegro_enc_init(u32 *dst, struct mcu_msg_init_request *msg) in allegro_enc_init() argument
47 enum mcu_msg_version version = msg->header.version; in allegro_enc_init()
49 dst[i++] = msg->reserved0; in allegro_enc_init()
50 dst[i++] = msg->suballoc_dma; in allegro_enc_init()
51 dst[i++] = msg->suballoc_size; in allegro_enc_init()
52 dst[i++] = msg->encoder_buffer_size; in allegro_enc_init()
53 dst[i++] = msg->encoder_buffer_color_depth; in allegro_enc_init()
54 dst[i++] = msg->num_cores; in allegro_enc_init()
56 dst[i++] = msg->clk_rate; in allegro_enc_init()
233 allegro_enc_create_channel(u32 *dst, struct mcu_msg_create_channel *msg) in allegro_enc_create_channel() argument
[all …]
/linux-6.1.9/drivers/infiniband/hw/cxgb4/
Drestrack.c39 static int fill_sq(struct sk_buff *msg, struct t4_wq *wq) in fill_sq() argument
42 if (rdma_nl_put_driver_u32(msg, "sqid", wq->sq.qid)) in fill_sq()
44 if (rdma_nl_put_driver_u32(msg, "flushed", wq->flushed)) in fill_sq()
46 if (rdma_nl_put_driver_u32(msg, "memsize", wq->sq.memsize)) in fill_sq()
48 if (rdma_nl_put_driver_u32(msg, "cidx", wq->sq.cidx)) in fill_sq()
50 if (rdma_nl_put_driver_u32(msg, "pidx", wq->sq.pidx)) in fill_sq()
52 if (rdma_nl_put_driver_u32(msg, "wq_pidx", wq->sq.wq_pidx)) in fill_sq()
54 if (rdma_nl_put_driver_u32(msg, "flush_cidx", wq->sq.flush_cidx)) in fill_sq()
56 if (rdma_nl_put_driver_u32(msg, "in_use", wq->sq.in_use)) in fill_sq()
58 if (rdma_nl_put_driver_u32(msg, "size", wq->sq.size)) in fill_sq()
[all …]
/linux-6.1.9/drivers/media/cec/core/
Dcec-adap.c27 struct cec_msg *msg,
208 static void cec_queue_msg_fh(struct cec_fh *fh, const struct cec_msg *msg) in cec_queue_msg_fh() argument
222 entry->msg = *msg; in cec_queue_msg_fh()
262 const struct cec_msg *msg, in cec_queue_msg_monitor() argument
272 cec_queue_msg_fh(fh, msg); in cec_queue_msg_monitor()
281 const struct cec_msg *msg) in cec_queue_msg_followers() argument
288 cec_queue_msg_fh(fh, msg); in cec_queue_msg_followers()
340 cec_queue_msg_fh(data->fh, &data->msg); in cec_data_completed()
364 if (!(data->msg.tx_status & CEC_TX_STATUS_OK)) in cec_data_cancel()
369 if (data->msg.tx_status & CEC_TX_STATUS_OK) { in cec_data_cancel()
[all …]
/linux-6.1.9/drivers/net/wireless/silabs/wfx/
Dkey.c33 static u8 fill_wep_pair(struct wfx_hif_wep_pairwise_key *msg, in fill_wep_pair() argument
36 WARN(key->keylen > sizeof(msg->key_data), "inconsistent data"); in fill_wep_pair()
37 msg->key_length = key->keylen; in fill_wep_pair()
38 memcpy(msg->key_data, key->key, key->keylen); in fill_wep_pair()
39 ether_addr_copy(msg->peer_address, peer_addr); in fill_wep_pair()
43 static u8 fill_wep_group(struct wfx_hif_wep_group_key *msg, in fill_wep_group() argument
46 WARN(key->keylen > sizeof(msg->key_data), "inconsistent data"); in fill_wep_group()
47 msg->key_id = key->keyidx; in fill_wep_group()
48 msg->key_length = key->keylen; in fill_wep_group()
49 memcpy(msg->key_data, key->key, key->keylen); in fill_wep_group()
[all …]
/linux-6.1.9/drivers/net/ethernet/marvell/octeon_ep/
Doctep_ctrl_net.c20 struct octep_ctrl_mbox_msg msg = {}; in octep_get_link_status() local
26 msg.hdr.flags = OCTEP_CTRL_MBOX_MSG_HDR_FLAG_REQ; in octep_get_link_status()
27 msg.hdr.sizew = OCTEP_CTRL_NET_H2F_STATE_REQ_SZW; in octep_get_link_status()
28 msg.msg = &req; in octep_get_link_status()
29 err = octep_ctrl_mbox_send(&oct->ctrl_mbox, &msg); in octep_get_link_status()
40 struct octep_ctrl_mbox_msg msg = {}; in octep_set_link_status() local
46 msg.hdr.flags = OCTEP_CTRL_MBOX_MSG_HDR_FLAG_REQ; in octep_set_link_status()
47 msg.hdr.sizew = OCTEP_CTRL_NET_H2F_STATE_REQ_SZW; in octep_set_link_status()
48 msg.msg = &req; in octep_set_link_status()
49 octep_ctrl_mbox_send(&oct->ctrl_mbox, &msg); in octep_set_link_status()
[all …]
/linux-6.1.9/sound/soc/fsl/
Dimx-pcm-rpmsg.c35 static int imx_rpmsg_pcm_send_message(struct rpmsg_msg *msg, in imx_rpmsg_pcm_send_message() argument
48 dev_dbg(&rpdev->dev, "send cmd %d\n", msg->s_msg.header.cmd); in imx_rpmsg_pcm_send_message()
50 if (!(msg->s_msg.header.type == MSG_TYPE_C)) in imx_rpmsg_pcm_send_message()
53 ret = rpmsg_send(rpdev->ept, (void *)&msg->s_msg, in imx_rpmsg_pcm_send_message()
62 if (msg->s_msg.header.type == MSG_TYPE_C) { in imx_rpmsg_pcm_send_message()
72 msg->s_msg.header.cmd); in imx_rpmsg_pcm_send_message()
77 memcpy(&msg->r_msg, &info->r_msg, sizeof(struct rpmsg_r_msg)); in imx_rpmsg_pcm_send_message()
78 memcpy(&info->msg[msg->r_msg.header.cmd].r_msg, in imx_rpmsg_pcm_send_message()
79 &msg->r_msg, sizeof(struct rpmsg_r_msg)); in imx_rpmsg_pcm_send_message()
88 switch (msg->s_msg.header.cmd) { in imx_rpmsg_pcm_send_message()
[all …]
/linux-6.1.9/sound/virtio/
Dvirtio_ctl_msg.c33 void virtsnd_ctl_msg_ref(struct virtio_snd_msg *msg) in virtsnd_ctl_msg_ref() argument
35 refcount_inc(&msg->ref_count); in virtsnd_ctl_msg_ref()
46 void virtsnd_ctl_msg_unref(struct virtio_snd_msg *msg) in virtsnd_ctl_msg_unref() argument
48 if (refcount_dec_and_test(&msg->ref_count)) in virtsnd_ctl_msg_unref()
49 kfree(msg); in virtsnd_ctl_msg_unref()
58 void *virtsnd_ctl_msg_request(struct virtio_snd_msg *msg) in virtsnd_ctl_msg_request() argument
60 return sg_virt(&msg->sg_request); in virtsnd_ctl_msg_request()
69 void *virtsnd_ctl_msg_response(struct virtio_snd_msg *msg) in virtsnd_ctl_msg_response() argument
71 return sg_virt(&msg->sg_response); in virtsnd_ctl_msg_response()
88 struct virtio_snd_msg *msg; in virtsnd_ctl_msg_alloc() local
[all …]
/linux-6.1.9/drivers/gpu/drm/hyperv/
Dhyperv_drm_proto.c196 static inline int hyperv_sendpacket(struct hv_device *hdev, struct synthvid_msg *msg) in hyperv_sendpacket() argument
202 msg->pipe_hdr.type = PIPE_MSG_DATA; in hyperv_sendpacket()
203 msg->pipe_hdr.size = msg->vid_hdr.size; in hyperv_sendpacket()
205 ret = vmbus_sendpacket(hdev->channel, msg, in hyperv_sendpacket()
206 msg->vid_hdr.size + sizeof(struct pipe_msg_hdr), in hyperv_sendpacket()
219 struct synthvid_msg *msg = (struct synthvid_msg *)hv->init_buf; in hyperv_negotiate_version() local
223 memset(msg, 0, sizeof(struct synthvid_msg)); in hyperv_negotiate_version()
224 msg->vid_hdr.type = SYNTHVID_VERSION_REQUEST; in hyperv_negotiate_version()
225 msg->vid_hdr.size = sizeof(struct synthvid_msg_hdr) + in hyperv_negotiate_version()
227 msg->ver_req.version = ver; in hyperv_negotiate_version()
[all …]
/linux-6.1.9/sound/soc/intel/common/
Dsst-ipc.c34 struct ipc_message *msg = NULL; in msg_get_empty() local
37 msg = list_first_entry(&ipc->empty_list, struct ipc_message, in msg_get_empty()
39 list_del(&msg->list); in msg_get_empty()
42 return msg; in msg_get_empty()
46 struct ipc_message *msg, struct sst_ipc_message *reply) in tx_wait_done() argument
52 ret = wait_event_timeout(msg->waitq, msg->complete, in tx_wait_done()
60 list_del(&msg->list); in tx_wait_done()
66 reply->header = msg->rx.header; in tx_wait_done()
68 memcpy(reply->data, msg->rx.data, msg->rx.size); in tx_wait_done()
70 ret = msg->errno; in tx_wait_done()
[all …]
/linux-6.1.9/net/tipc/
Dnetlink_compat.c68 int (*format)(struct tipc_nl_compat_msg *msg, struct nlattr **attrs);
74 struct sk_buff *skb, struct tipc_nl_compat_msg *msg);
182 struct tipc_nl_compat_msg *msg, in __tipc_nl_compat_dumpit() argument
202 buf->sk = msg->dst_sk; in __tipc_nl_compat_dumpit()
203 if (__tipc_dump_start(&cb, msg->net)) { in __tipc_nl_compat_dumpit()
238 err = (*cmd->format)(msg, attrbuf); in __tipc_nl_compat_dumpit()
242 if (tipc_skb_tailroom(msg->rep) <= 1) { in __tipc_nl_compat_dumpit()
264 if ((TIPC_SKB_MAX - msg->rep->len) <= 1) { in __tipc_nl_compat_dumpit()
265 char *tail = skb_tail_pointer(msg->rep); in __tipc_nl_compat_dumpit()
279 struct tipc_nl_compat_msg *msg) in tipc_nl_compat_dumpit() argument
[all …]
/linux-6.1.9/drivers/net/can/usb/
Desd_usb.c179 } msg; member
224 struct esd_usb_msg *msg) in esd_usb_rx_event() argument
229 u32 id = le32_to_cpu(msg->msg.rx.id) & ESD_IDMASK; in esd_usb_rx_event()
232 u8 state = msg->msg.rx.data[0]; in esd_usb_rx_event()
233 u8 ecc = msg->msg.rx.data[1]; in esd_usb_rx_event()
234 u8 rxerr = msg->msg.rx.data[2]; in esd_usb_rx_event()
235 u8 txerr = msg->msg.rx.data[3]; in esd_usb_rx_event()
239 msg->msg.rx.dlc, state, ecc, rxerr, txerr); in esd_usb_rx_event()
315 struct esd_usb_msg *msg) in esd_usb_rx_can_msg() argument
326 id = le32_to_cpu(msg->msg.rx.id); in esd_usb_rx_can_msg()
[all …]
/linux-6.1.9/drivers/gpu/drm/amd/display/modules/hdcp/
Dhdcp_log.c29 void mod_hdcp_dump_binary_message(uint8_t *msg, uint32_t msg_size, in mod_hdcp_dump_binary_message() argument
47 sprintf(&buf[buf_pos], "%02X ", msg[i]); in mod_hdcp_dump_binary_message()
57 HDCP_DDC_READ_TRACE(hdcp, "BKSV", hdcp->auth.msg.hdcp1.bksv, in mod_hdcp_log_ddc_trace()
58 sizeof(hdcp->auth.msg.hdcp1.bksv)); in mod_hdcp_log_ddc_trace()
59 HDCP_DDC_READ_TRACE(hdcp, "BCAPS", &hdcp->auth.msg.hdcp1.bcaps, in mod_hdcp_log_ddc_trace()
60 sizeof(hdcp->auth.msg.hdcp1.bcaps)); in mod_hdcp_log_ddc_trace()
62 (uint8_t *)&hdcp->auth.msg.hdcp1.bstatus, in mod_hdcp_log_ddc_trace()
63 sizeof(hdcp->auth.msg.hdcp1.bstatus)); in mod_hdcp_log_ddc_trace()
64 HDCP_DDC_WRITE_TRACE(hdcp, "AN", hdcp->auth.msg.hdcp1.an, in mod_hdcp_log_ddc_trace()
65 sizeof(hdcp->auth.msg.hdcp1.an)); in mod_hdcp_log_ddc_trace()
[all …]
/linux-6.1.9/drivers/staging/wlan-ng/
Dprism2mgmt.c133 struct p80211msg_dot11req_scan *msg = msgp; in prism2mgmt_scan() local
148 msg->resultcode.data = P80211ENUM_resultcode_not_supported; in prism2mgmt_scan()
161 msg->resultcode.data = in prism2mgmt_scan()
174 msg->resultcode.data = in prism2mgmt_scan()
184 if (msg->scantype.data != P80211ENUM_scantype_active) in prism2mgmt_scan()
185 word = msg->maxchanneltime.data; in prism2mgmt_scan()
204 for (i = 0; i < msg->channellist.data.len; i++) { in prism2mgmt_scan()
205 u8 channel = msg->channellist.data.data[i]; in prism2mgmt_scan()
215 scanreq.ssid.len = cpu_to_le16(msg->ssid.data.len); in prism2mgmt_scan()
216 memcpy(scanreq.ssid.data, msg->ssid.data.data, msg->ssid.data.len); in prism2mgmt_scan()
[all …]
/linux-6.1.9/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_err.c9 .msg = "imp_itcm0_ecc_mbit_err",
13 .msg = "imp_itcm1_ecc_mbit_err",
17 .msg = "imp_itcm2_ecc_mbit_err",
21 .msg = "imp_itcm3_ecc_mbit_err",
25 .msg = "imp_dtcm0_mem0_ecc_mbit_err",
29 .msg = "imp_dtcm0_mem1_ecc_mbit_err",
33 .msg = "imp_dtcm1_mem0_ecc_mbit_err",
37 .msg = "imp_dtcm1_mem1_ecc_mbit_err",
41 .msg = "imp_itcm4_ecc_mbit_err",
51 .msg = "cmdq_nic_rx_depth_ecc_mbit_err",
[all …]
/linux-6.1.9/drivers/clk/tegra/
Dclk-bpmp.c63 struct tegra_bpmp_message msg; in tegra_bpmp_clk_transfer() local
79 memset(&msg, 0, sizeof(msg)); in tegra_bpmp_clk_transfer()
80 msg.mrq = MRQ_CLK; in tegra_bpmp_clk_transfer()
81 msg.tx.data = &request; in tegra_bpmp_clk_transfer()
82 msg.tx.size = sizeof(request); in tegra_bpmp_clk_transfer()
83 msg.rx.data = clk->rx.data; in tegra_bpmp_clk_transfer()
84 msg.rx.size = clk->rx.size; in tegra_bpmp_clk_transfer()
86 err = tegra_bpmp_transfer(bpmp, &msg); in tegra_bpmp_clk_transfer()
89 else if (msg.rx.ret < 0) in tegra_bpmp_clk_transfer()
98 struct tegra_bpmp_clk_message msg; in tegra_bpmp_clk_prepare() local
[all …]
/linux-6.1.9/drivers/net/wireless/ath/wil6210/
Dtxrx_edma.h347 static inline __le16 wil_rx_status_get_length(void *msg) in wil_rx_status_get_length() argument
349 return ((struct wil_rx_status_compressed *)msg)->length; in wil_rx_status_get_length()
352 static inline u8 wil_rx_status_get_mcs(void *msg) in wil_rx_status_get_mcs() argument
354 return WIL_GET_BITS(((struct wil_rx_status_compressed *)msg)->d1, in wil_rx_status_get_mcs()
358 static inline u8 wil_rx_status_get_cb_mode(void *msg) in wil_rx_status_get_cb_mode() argument
360 return WIL_GET_BITS(((struct wil_rx_status_compressed *)msg)->d1, in wil_rx_status_get_cb_mode()
364 static inline u16 wil_rx_status_get_flow_id(void *msg) in wil_rx_status_get_flow_id() argument
366 return WIL_GET_BITS(((struct wil_rx_status_compressed *)msg)->d0, in wil_rx_status_get_flow_id()
370 static inline u8 wil_rx_status_get_mcast(void *msg) in wil_rx_status_get_mcast() argument
372 return WIL_GET_BITS(((struct wil_rx_status_compressed *)msg)->d0, in wil_rx_status_get_mcast()
[all …]

12345678910>>...104