Home
last modified time | relevance | path

Searched refs:ce_attr (Results 1 – 15 of 15) sorted by relevance

/linux/drivers/net/wireless/ath/ath12k/wifi7/
H A Dce.h18 extern const struct ce_attr ath12k_wifi7_host_ce_config_qcn9274[];
19 extern const struct ce_attr ath12k_wifi7_host_ce_config_wcn7850[];
20 extern const struct ce_attr ath12k_wifi7_host_ce_config_ipq5332[];
H A Dce.c263 const struct ce_attr ath12k_wifi7_host_ce_config_qcn9274[] = {
574 const struct ce_attr ath12k_wifi7_host_ce_config_wcn7850[] = {
874 const struct ce_attr ath12k_wifi7_host_ce_config_ipq5332[] = {
/linux/drivers/net/wireless/ath/ath11k/
H A Dce.h104 struct ce_attr { struct
192 extern const struct ce_attr ath11k_host_ce_config_ipq8074[];
193 extern const struct ce_attr ath11k_host_ce_config_qca6390[];
194 extern const struct ce_attr ath11k_host_ce_config_qcn9074[];
H A Dahb.c274 const struct ce_attr *ce_attr; in ath11k_ahb_ce_irq_enable() local
282 ce_attr = &ab->hw_params.host_ce_config[ce_id]; in ath11k_ahb_ce_irq_enable()
283 if (ce_attr->src_nentries) in ath11k_ahb_ce_irq_enable()
286 if (ce_attr->dest_nentries) { in ath11k_ahb_ce_irq_enable()
295 const struct ce_attr *ce_attr; in ath11k_ahb_ce_irq_disable() local
303 ce_attr = &ab->hw_params.host_ce_config[ce_id]; in ath11k_ahb_ce_irq_disable()
304 if (ce_attr->src_nentries) in ath11k_ahb_ce_irq_disable()
307 if (ce_attr->dest_nentries) { in ath11k_ahb_ce_irq_disable()
H A Dce.c13 const struct ce_attr ath11k_host_ce_config_ipq8074[] = {
119 const struct ce_attr ath11k_host_ce_config_qca6390[] = {
199 const struct ce_attr ath11k_host_ce_config_qcn9074[] = {
652 const struct ce_attr *attr = &ab->hw_params.host_ce_config[ce_id]; in ath11k_ce_alloc_pipe()
691 const struct ce_attr *attr = &ab->hw_params.host_ce_config[ce_id]; in ath11k_ce_per_engine_service()
703 const struct ce_attr *attr = &ab->hw_params.host_ce_config[pipe_id]; in ath11k_ce_poll_send_completed()
1031 const struct ce_attr *attr; in ath11k_ce_alloc_pipes()
H A Dhw.h159 const struct ce_attr *host_ce_config;
/linux/drivers/net/wireless/ath/ath10k/
H A Dce.h134 struct ce_attr;
224 const struct ce_attr *attr);
227 const struct ce_attr *attr);
285 struct ce_attr { struct
308 const struct ce_attr *attr); argument
311 const struct ce_attr *attr);
H A Dce.c1360 const struct ce_attr *attr) in ath10k_ce_init_src_ring()
1401 const struct ce_attr *attr) in ath10k_ce_init_dest_ring()
1455 const struct ce_attr *attr) in ath10k_ce_alloc_src_ring()
1512 const struct ce_attr *attr) in ath10k_ce_alloc_src_ring_64()
1568 const struct ce_attr *attr) in ath10k_ce_alloc_dest_ring()
1611 const struct ce_attr *attr) in ath10k_ce_alloc_dest_ring_64()
1662 const struct ce_attr *attr) in ath10k_ce_init_pipe()
1868 const struct ce_attr *attr) in ath10k_ce_alloc_pipe()
H A Dpci.h182 struct ce_attr *attr;
H A Dpci.c121 static const struct ce_attr pci_host_ce_config_wlan[] = {
2469 struct ce_attr *attr; in ath10k_pci_override_ce_config()
H A Dsnoc.c137 static struct ce_attr host_ce_config_wlan[] = {
/linux/drivers/net/wireless/ath/ath12k/
H A Dahb.c204 const struct ce_attr *ce_attr; in ath12k_ahb_ce_irq_enable() local
212 ce_attr = &ab->hw_params->host_ce_config[ce_id]; in ath12k_ahb_ce_irq_enable()
213 if (ce_attr->src_nentries) in ath12k_ahb_ce_irq_enable()
216 if (ce_attr->dest_nentries) { in ath12k_ahb_ce_irq_enable()
225 const struct ce_attr *ce_attr; in ath12k_ahb_ce_irq_disable() local
233 ce_attr = &ab->hw_params->host_ce_config[ce_id]; in ath12k_ahb_ce_irq_disable()
234 if (ce_attr->src_nentries) in ath12k_ahb_ce_irq_disable()
237 if (ce_attr->dest_nentries) { in ath12k_ahb_ce_irq_disable()
H A Dce.h91 struct ce_attr { struct
H A Dhw.h157 const struct ce_attr *host_ce_config;
H A Dce.c370 const struct ce_attr *attr = &ab->hw_params->host_ce_config[ce_id]; in ath12k_ce_alloc_pipe()
727 const struct ce_attr *attr; in ath12k_ce_alloc_pipes()