Symbol: ce_pipe_config
drivers/net/wireless/ath/ath10k/pci.c
227
static const struct ce_pipe_config pci_target_ce_config_wlan[] = {
drivers/net/wireless/ath/ath10k/pci.c
2374
sizeof(struct ce_pipe_config) *
drivers/net/wireless/ath/ath10k/pci.c
2470
struct ce_pipe_config *config;
drivers/net/wireless/ath/ath10k/pci.h
183
struct ce_pipe_config *pipe_config;
drivers/net/wireless/ath/ath10k/snoc.c
244
static struct ce_pipe_config target_ce_config_wlan[] = {
drivers/net/wireless/ath/ath11k/core.h
1257
extern const struct ce_pipe_config ath11k_target_ce_config_wlan_ipq8074[];
drivers/net/wireless/ath/ath11k/core.h
1261
extern const struct ce_pipe_config ath11k_target_ce_config_wlan_qca6390[];
drivers/net/wireless/ath/ath11k/core.h
1264
extern const struct ce_pipe_config ath11k_target_ce_config_wlan_ipq5018[];
drivers/net/wireless/ath/ath11k/core.h
1267
extern const struct ce_pipe_config ath11k_target_ce_config_wlan_qcn9074[];
drivers/net/wireless/ath/ath11k/hw.c
1290
const struct ce_pipe_config ath11k_target_ce_config_wlan_ipq8074[] = {
drivers/net/wireless/ath/ath11k/hw.c
1623
const struct ce_pipe_config ath11k_target_ce_config_wlan_qca6390[] = {
drivers/net/wireless/ath/ath11k/hw.c
1802
const struct ce_pipe_config ath11k_target_ce_config_wlan_qcn9074[] = {
drivers/net/wireless/ath/ath11k/hw.c
2074
const struct ce_pipe_config ath11k_target_ce_config_wlan_ipq5018[] = {
drivers/net/wireless/ath/ath11k/hw.h
161
const struct ce_pipe_config *target_ce_config;
drivers/net/wireless/ath/ath11k/qmi.c
2700
struct ce_pipe_config *ce_cfg;
drivers/net/wireless/ath/ath11k/qmi.c
2705
ce_cfg = (struct ce_pipe_config *)ab->qmi.ce_cfg.tgt_ce;
drivers/net/wireless/ath/ath11k/qmi.h
84
const struct ce_pipe_config *tgt_ce;
drivers/net/wireless/ath/ath12k/hw.h
159
const struct ce_pipe_config *target_ce_config;
drivers/net/wireless/ath/ath12k/qmi.c
3460
struct ce_pipe_config *ce_cfg;
drivers/net/wireless/ath/ath12k/qmi.c
3465
ce_cfg = (struct ce_pipe_config *)ab->qmi.ce_cfg.tgt_ce;
drivers/net/wireless/ath/ath12k/qmi.h
83
const struct ce_pipe_config *tgt_ce;
drivers/net/wireless/ath/ath12k/wifi7/ce.c
18
const struct ce_pipe_config ath12k_wifi7_target_ce_config_wlan_qcn9274[] = {
drivers/net/wireless/ath/ath12k/wifi7/ce.c
399
const struct ce_pipe_config ath12k_wifi7_target_ce_config_wlan_wcn7850[] = {
drivers/net/wireless/ath/ath12k/wifi7/ce.c
652
const struct ce_pipe_config ath12k_wifi7_target_ce_config_wlan_ipq5332[] = {
drivers/net/wireless/ath/ath12k/wifi7/ce.h
10
extern const struct ce_pipe_config ath12k_wifi7_target_ce_config_wlan_qcn9274[];
drivers/net/wireless/ath/ath12k/wifi7/ce.h
11
extern const struct ce_pipe_config ath12k_wifi7_target_ce_config_wlan_wcn7850[];
drivers/net/wireless/ath/ath12k/wifi7/ce.h
12
extern const struct ce_pipe_config ath12k_wifi7_target_ce_config_wlan_ipq5332[];