Home
last modified time | relevance | path

Searched refs:rcid (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/rpmsg/
H A Dqcom_glink_trace.h64 TP_PROTO(const char *remote, const char *channel, u16 lcid, u16 rcid, bool tx),
65 TP_ARGS(remote, channel, lcid, rcid, tx),
70 __field(u16, rcid)
77 __entry->rcid = rcid;
85 __entry->rcid
92 TP_PROTO(const char *remote, const char *channel, u16 lcid, u16 rcid, bool tx),
93 TP_ARGS(remote, channel, lcid, rcid, tx),
98 __field(u16, rcid)
105 __entry->rcid = rcid;
113 __entry->rcid
[all …]
/linux/arch/riscv/include/asm/
H A Dqos.h37 u32 rcid = FIELD_GET(SRMCFG_RCID_MASK, thread_srmcfg); in __switch_to_srmcfg() local
40 if (rcid == 0 || mcid == 0) { in __switch_to_srmcfg()
41 if (rcid == 0) in __switch_to_srmcfg()
42 rcid = FIELD_GET(SRMCFG_RCID_MASK, default_srmcfg); in __switch_to_srmcfg()
45 thread_srmcfg = FIELD_PREP(SRMCFG_RCID_MASK, rcid) | in __switch_to_srmcfg()
/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac_mcu.h691 u8 rcid; member