Home
last modified time | relevance | path

Searched refs:ce_id (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/net/wireless/ath/ath10k/
Dce.c54 u32 ce_id = ce_state->id; in shadow_sr_wr_ind_addr() local
57 switch (ce_id) { in shadow_sr_wr_ind_addr()
74 ath10k_warn(ar, "invalid CE id: %d", ce_id); in shadow_sr_wr_ind_addr()
83 u32 ce_id = ce_state->id; in shadow_dst_wr_ind_addr() local
86 switch (ce_id) { in shadow_dst_wr_ind_addr()
112 ath10k_warn(ar, "invalid CE id: %d", ce_id); in shadow_dst_wr_ind_addr()
178 u32 ce_id) in ath10k_ce_src_ring_read_index_from_ddr() argument
182 return ce->vaddr_rri[ce_id] & CE_DDR_RRI_MASK; in ath10k_ce_src_ring_read_index_from_ddr()
189 u32 ce_id = COPY_ENGINE_ID(ce_ctrl_addr); in ath10k_ce_src_ring_read_index_get() local
190 struct ath10k_ce_pipe *ce_state = &ce->ce_states[ce_id]; in ath10k_ce_src_ring_read_index_get()
[all …]
Dce.h223 int ath10k_ce_init_pipe(struct ath10k *ar, unsigned int ce_id,
225 void ath10k_ce_deinit_pipe(struct ath10k *ar, unsigned int ce_id);
226 int ath10k_ce_alloc_pipe(struct ath10k *ar, int ce_id,
228 void ath10k_ce_free_pipe(struct ath10k *ar, int ce_id);
257 void ath10k_ce_per_engine_service(struct ath10k *ar, unsigned int ce_id);
304 u32 ce_id,
307 u32 ce_id,
321 void (*ce_free_pipe)(struct ath10k *ar, int ce_id);
336 static inline u32 ath10k_ce_base_address(struct ath10k *ar, unsigned int ce_id) in ath10k_ce_base_address() argument
338 return CE0_BASE_ADDRESS + (CE1_BASE_ADDRESS - CE0_BASE_ADDRESS) * ce_id; in ath10k_ce_base_address()
Dsnoc.c68 .ce_id = __cpu_to_le16(0),
73 .ce_id = __cpu_to_le16(3),
78 .ce_id = __cpu_to_le16(4),
83 .ce_id = __cpu_to_le16(5),
88 .ce_id = __cpu_to_le16(7),
93 .ce_id = __cpu_to_le16(1),
98 .ce_id = __cpu_to_le16(2),
103 .ce_id = __cpu_to_le16(7),
108 .ce_id = __cpu_to_le16(8),
113 .ce_id = __cpu_to_le16(9),
[all …]
Dqmi.h67 __le16 ce_id; member