Searched refs:msg_type (Results 51 - 75 of 150) sorted by relevance

123456

/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/sec2/
H A Dga102.c41 msg.msg_type != NV_SEC2_INIT_MSG_INIT)
/linux-master/sound/soc/sof/
H A Dsof-client.c465 u32 msg_type; local
470 msg_type = hdr->cmd & SOF_GLB_TYPE_MASK;
474 msg_type = SOF_IPC4_NOTIFICATION_TYPE_GET(msg->primary);
484 if (event->ipc_msg_type == msg_type)
/linux-master/drivers/soc/qcom/
H A Dapr.c192 uint16_t hdr_size, msg_type, ver, svc_id; local
218 msg_type = APR_HDR_FIELD_MT(hdr->hdr_field);
219 if (msg_type >= APR_MSG_TYPE_MAX) {
220 dev_err(apr->dev, "APR: Wrong message type: %d\n", msg_type);
/linux-master/drivers/media/usb/siano/
H A Dsmsusb.c129 smscore_translate_msg(phdr->msg_type),
130 phdr->msg_type, phdr->msg_length);
224 smscore_translate_msg(phdr->msg_type), phdr->msg_type,
/linux-master/fs/ecryptfs/
H A Dmessaging.c254 * @msg_type: Type of message
262 ecryptfs_send_message_locked(char *data, int data_len, u8 msg_type, argument
284 rc = ecryptfs_send_miscdev(data, data_len, *msg_ctx, msg_type, 0,
H A Dmiscdev.c136 * @msg_type: Type of message
147 struct ecryptfs_msg_ctx *msg_ctx, u8 msg_type,
160 msg_ctx->type = msg_type;
146 ecryptfs_send_miscdev(char *data, size_t data_size, struct ecryptfs_msg_ctx *msg_ctx, u8 msg_type, u16 msg_flags, struct ecryptfs_daemon *daemon) argument
/linux-master/drivers/media/common/siano/
H A Dsmsdvb-main.c551 switch (phdr->msg_type) {
690 pid_msg.x_msg_header.msg_type = MSG_SMS_ADD_PID_FILTER_REQ;
712 pid_msg.x_msg_header.msg_type = MSG_SMS_REMOVE_PID_FILTER_REQ;
758 msg.msg_type = MSG_SMS_GET_STATISTICS_EX_REQ;
760 msg.msg_type = MSG_SMS_GET_STATISTICS_REQ;
763 msg.msg_type = MSG_SMS_GET_STATISTICS_REQ;
903 msg.msg.msg_type = MSG_SMS_RF_TUNE_REQ;
968 msg.msg.msg_type = MSG_SMS_ISDBT_TUNE_REQ;
/linux-master/drivers/net/ethernet/broadcom/
H A Dcnic_if.h332 int (*iscsi_nl_msg_recv)(struct cnic_dev *dev, u32 msg_type,
378 int (*iscsi_nl_send_msg)(void *ulp_ctx, u32 msg_type,
/linux-master/net/batman-adv/
H A Drouting.c226 switch (icmph->msg_type) {
246 icmph->msg_type = BATADV_ECHO_REPLY;
289 if (icmp_packet->msg_type != BATADV_ECHO_REQUEST) {
312 icmp_packet->msg_type = BATADV_TTL_EXCEEDED;
370 if ((icmph->msg_type == BATADV_ECHO_REPLY ||
371 icmph->msg_type == BATADV_ECHO_REQUEST) &&
/linux-master/sound/soc/intel/avs/
H A Dmessages.h232 #define AVS_GLOBAL_REQUEST(msg_type) \
234 .global_msg_type = AVS_GLB_##msg_type, \
239 #define AVS_MODULE_REQUEST(msg_type) \
241 .module_msg_type = AVS_MOD_##msg_type, \
246 #define AVS_NOTIFICATION(msg_type) \
248 .notify_msg_type = AVS_NOTIFY_##msg_type,\
/linux-master/tools/testing/selftests/net/openvswitch/
H A Dovs-dpctl.py1531 msg, msg_type=self.prid, msg_flags=NLM_F_REQUEST
1574 msg, msg_type=self.prid, msg_flags=NLM_F_REQUEST | NLM_F_ACK
1595 msg, msg_type=self.prid, msg_flags=NLM_F_REQUEST | NLM_F_ACK
1686 msg, msg_type=self.prid, msg_flags=NLM_F_REQUEST
1713 msg, msg_type=self.prid, msg_flags=NLM_F_REQUEST | NLM_F_ACK
1741 msg, msg_type=self.prid, msg_flags=NLM_F_REQUEST | NLM_F_ACK
1759 msg, msg_type=self.prid, msg_flags=NLM_F_REQUEST | NLM_F_ACK
1941 msg_type=self.prid,
1967 msg_type=self.prid,
2001 msg_type
[all...]
/linux-master/drivers/firmware/arm_scmi/
H A Ddriver.c868 * @msg_type: Message type to check
869 * @xfer: A reference to the xfer to validate against @msg_type
871 * This function checks if @msg_type is congruent with the current state of
883 u8 msg_type,
892 if (msg_type == MSG_TYPE_DELAYED_RESP && !xfer->async_done) {
901 if (msg_type == MSG_TYPE_DELAYED_RESP) {
915 if (msg_type != MSG_TYPE_DELAYED_RESP)
930 * @msg_type: Type of message being processed.
938 static inline void scmi_xfer_state_update(struct scmi_xfer *xfer, u8 msg_type)
940 xfer->hdr.type = msg_type;
718 scmi_msg_response_validate(struct scmi_chan_info *cinfo, u8 msg_type, struct scmi_xfer *xfer) argument
774 scmi_xfer_state_update(struct scmi_xfer *xfer, u8 msg_type) argument
814 u8 msg_type = MSG_XTRACT_TYPE(msg_hdr); local
992 u8 msg_type = MSG_XTRACT_TYPE(msg_hdr); local
[all...]
/linux-master/drivers/virt/coco/sev-guest/
H A Dsev-guest.c292 resp_hdr->msg_seqno, resp_hdr->msg_type, resp_hdr->msg_version, resp_hdr->msg_sz);
302 if (resp_hdr->msg_type != (req_hdr->msg_type + 1) ||
328 hdr->msg_type = type;
339 hdr->msg_seqno, hdr->msg_type, hdr->msg_version, hdr->msg_sz);
/linux-master/fs/bcachefs/
H A Dquota.c263 enum quota_msg msg_type)
268 msgs->m[msgs->nr].msg = quota_nl[msg_type][counter];
276 enum quota_msg msg_type)
278 if (qc->warning_issued & (1 << msg_type))
281 prepare_msg(qtype, counter, msgs, msg_type);
260 prepare_msg(unsigned qtype, enum quota_counters counter, struct quota_msgs *msgs, enum quota_msg msg_type) argument
272 prepare_warning(struct memquota_counter *qc, unsigned qtype, enum quota_counters counter, struct quota_msgs *msgs, enum quota_msg msg_type) argument
/linux-master/drivers/net/can/peak_canfd/
H A Dpeak_canfd.c449 u16 msg_type = le16_to_cpu(msg->type); local
453 if (!msg_size || !msg_type) {
458 switch (msg_type) {
/linux-master/include/net/mana/
H A Dgdma.h115 u32 msg_type; member in struct:gdma_msg_hdr
165 hdr->req.msg_type = code;
170 hdr->resp.msg_type = code;
/linux-master/drivers/gpu/drm/amd/display/dc/link/protocols/
H A Dlink_dp_training_dpia.c148 uint8_t msg_type,
155 payload.msg_type = msg_type;
146 core_link_send_set_config( struct dc_link *link, uint8_t msg_type, uint8_t msg_data) argument
/linux-master/drivers/misc/sgi-xp/
H A Dxpc_uv.c606 int msg_type)
616 msg_hdr->type = msg_type;
662 size_t msg_size, int msg_type)
666 ret = xpc_send_activate_IRQ_uv(part, msg, msg_size, msg_type);
673 void *msg, size_t msg_size, int msg_type)
678 ret = xpc_send_activate_IRQ_uv(part, msg, msg_size, msg_type);
605 xpc_send_activate_IRQ_uv(struct xpc_partition *part, void *msg, size_t msg_size, int msg_type) argument
661 xpc_send_activate_IRQ_part_uv(struct xpc_partition *part, void *msg, size_t msg_size, int msg_type) argument
672 xpc_send_activate_IRQ_ch_uv(struct xpc_channel *ch, unsigned long *irq_flags, void *msg, size_t msg_size, int msg_type) argument
/linux-master/tools/testing/selftests/bpf/
H A Dtest_progs.h134 enum msg_type { enum
142 enum msg_type type;
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/
H A Dgm20b.c169 msg.msg_type != NV_PMU_INIT_MSG_INIT)
/linux-master/drivers/media/platform/qcom/venus/
H A Dhfi_msgs.h255 u32 msg_type; member in struct:hfi_msg_sys_debug_pkt
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_protocol_type.h193 u8 msg_type; member in struct:ice_udp_gtp_hdr
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_uvd.c818 int32_t *msg, msg_type, handle; local
836 msg_type = msg[1];
845 switch (msg_type) {
896 DRM_ERROR("Illegal UVD message type (%d)!\n", msg_type);
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_uvd.c469 int32_t *msg, msg_type, handle; local
487 msg_type = msg[1];
496 switch (msg_type) {
554 DRM_ERROR("Illegal UVD message type (%d)!\n", msg_type);
/linux-master/drivers/net/phy/
H A Dnxp-c45-tja11xx.c215 u8 msg_type; member in struct:nxp_c45_hwts
242 struct nxp_c45_reg_field msg_type; member in struct:nxp_c45_regmap
497 ptp_get_msgtype(header, type) == hwts->msg_type &&
573 hwts->msg_type =
574 nxp_c45_read_reg_field(phydev, &regmap->msg_type);
1774 .msg_type =
1889 .msg_type =

Completed in 485 milliseconds

123456