Home
last modified time | relevance | path

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

/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 Dsnoc.c138 static struct ce_attr host_ce_config_wlan[] = {
/linux/drivers/net/wireless/ath/ath11k/
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()
/linux/drivers/net/wireless/ath/ath12k/
H A Dahb.c220 const struct ce_attr *ce_attr; in ath12k_ahb_ce_irq_enable() local
228 ce_attr = &ab->hw_params->host_ce_config[ce_id]; in ath12k_ahb_ce_irq_enable()
229 if (ce_attr->src_nentries) in ath12k_ahb_ce_irq_enable()
232 if (ce_attr->dest_nentries) { in ath12k_ahb_ce_irq_enable()
241 const struct ce_attr *ce_attr; in ath12k_ahb_ce_irq_disable() local
249 ce_attr = &ab->hw_params->host_ce_config[ce_id]; in ath12k_ahb_ce_irq_disable()
250 if (ce_attr->src_nentries) in ath12k_ahb_ce_irq_disable()
253 if (ce_attr->dest_nentries) { in ath12k_ahb_ce_irq_disable()
H A Dhw.h174 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()