Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath12k/
A Dce.h90 struct ce_attr { struct
176 extern const struct ce_attr ath12k_host_ce_config_qcn9274[];
177 extern const struct ce_attr ath12k_host_ce_config_wcn7850[];
178 extern const struct ce_attr ath12k_host_ce_config_ipq5332[];
A Dahb.c211 const struct ce_attr *ce_attr; in ath12k_ahb_ce_irq_enable() local
219 ce_attr = &ab->hw_params->host_ce_config[ce_id]; in ath12k_ahb_ce_irq_enable()
220 if (ce_attr->src_nentries) in ath12k_ahb_ce_irq_enable()
223 if (ce_attr->dest_nentries) { in ath12k_ahb_ce_irq_enable()
232 const struct ce_attr *ce_attr; in ath12k_ahb_ce_irq_disable() local
240 ce_attr = &ab->hw_params->host_ce_config[ce_id]; in ath12k_ahb_ce_irq_disable()
241 if (ce_attr->src_nentries) in ath12k_ahb_ce_irq_disable()
244 if (ce_attr->dest_nentries) { in ath12k_ahb_ce_irq_disable()
A Dce.c11 const struct ce_attr ath12k_host_ce_config_qcn9274[] = {
145 const struct ce_attr ath12k_host_ce_config_wcn7850[] = {
222 const struct ce_attr ath12k_host_ce_config_ipq5332[] = {
669 const struct ce_attr *attr = &ab->hw_params->host_ce_config[ce_id]; in ath12k_ce_alloc_pipe()
1022 const struct ce_attr *attr; in ath12k_ce_alloc_pipes()
A Dhw.h161 const struct ce_attr *host_ce_config;
/drivers/net/wireless/ath/ath11k/
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[];
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()
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[] = {
651 const struct ce_attr *attr = &ab->hw_params.host_ce_config[ce_id]; in ath11k_ce_alloc_pipe()
690 const struct ce_attr *attr = &ab->hw_params.host_ce_config[ce_id]; in ath11k_ce_per_engine_service()
702 const struct ce_attr *attr = &ab->hw_params.host_ce_config[pipe_id]; in ath11k_ce_poll_send_completed()
1030 const struct ce_attr *attr; in ath11k_ce_alloc_pipes()
A Dhw.h158 const struct ce_attr *host_ce_config;
/drivers/net/wireless/ath/ath10k/
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);
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()
1513 const struct ce_attr *attr) in ath10k_ce_alloc_src_ring_64()
1570 const struct ce_attr *attr) in ath10k_ce_alloc_dest_ring()
1614 const struct ce_attr *attr) in ath10k_ce_alloc_dest_ring_64()
1666 const struct ce_attr *attr) in ath10k_ce_init_pipe()
1872 const struct ce_attr *attr) in ath10k_ce_alloc_pipe()
A Dpci.h182 struct ce_attr *attr;
A Dpci.c121 static const struct ce_attr pci_host_ce_config_wlan[] = {
2469 struct ce_attr *attr; in ath10k_pci_override_ce_config()
A Dsnoc.c135 static struct ce_attr host_ce_config_wlan[] = {

Completed in 48 milliseconds