Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/wireless/ath/ath11k/
A Dce.h103 struct ce_attr { struct
191 extern const struct ce_attr ath11k_host_ce_config_ipq8074[];
192 extern const struct ce_attr ath11k_host_ce_config_qca6390[];
193 extern const struct ce_attr ath11k_host_ce_config_qcn9074[];
A Dahb.c272 const struct ce_attr *ce_attr; in ath11k_ahb_ce_irq_enable() local
280 ce_attr = &ab->hw_params.host_ce_config[ce_id]; in ath11k_ahb_ce_irq_enable()
281 if (ce_attr->src_nentries) in ath11k_ahb_ce_irq_enable()
284 if (ce_attr->dest_nentries) { in ath11k_ahb_ce_irq_enable()
293 const struct ce_attr *ce_attr; in ath11k_ahb_ce_irq_disable() local
301 ce_attr = &ab->hw_params.host_ce_config[ce_id]; in ath11k_ahb_ce_irq_disable()
302 if (ce_attr->src_nentries) in ath11k_ahb_ce_irq_disable()
305 if (ce_attr->dest_nentries) { in ath11k_ahb_ce_irq_disable()
A Dce.c11 const struct ce_attr ath11k_host_ce_config_ipq8074[] = {
117 const struct ce_attr ath11k_host_ce_config_qca6390[] = {
197 const struct ce_attr ath11k_host_ce_config_qcn9074[] = {
653 const struct ce_attr *attr = &ab->hw_params.host_ce_config[ce_id]; in ath11k_ce_alloc_pipe()
692 const struct ce_attr *attr = &ab->hw_params.host_ce_config[ce_id]; in ath11k_ce_per_engine_service()
704 const struct ce_attr *attr = &ab->hw_params.host_ce_config[pipe_id]; in ath11k_ce_poll_send_completed()
1032 const struct ce_attr *attr; in ath11k_ce_alloc_pipes()
A Dhw.h157 const struct ce_attr *host_ce_config;
/linux-6.3-rc2/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.c1416 const struct ce_attr *attr) in ath10k_ce_init_src_ring()
1457 const struct ce_attr *attr) in ath10k_ce_init_dest_ring()
1511 const struct ce_attr *attr) in ath10k_ce_alloc_src_ring()
1569 const struct ce_attr *attr) in ath10k_ce_alloc_src_ring_64()
1626 const struct ce_attr *attr) in ath10k_ce_alloc_dest_ring()
1670 const struct ce_attr *attr) in ath10k_ce_alloc_dest_ring_64()
1722 const struct ce_attr *attr) in ath10k_ce_init_pipe()
1928 const struct ce_attr *attr) in ath10k_ce_alloc_pipe()
A Dpci.h181 struct ce_attr *attr;
A Dpci.c119 static const struct ce_attr pci_host_ce_config_wlan[] = {
2465 struct ce_attr *attr; in ath10k_pci_override_ce_config()
A Dsnoc.c135 static struct ce_attr host_ce_config_wlan[] = {
/linux-6.3-rc2/drivers/net/wireless/ath/ath12k/
A Dce.h79 struct ce_attr { struct
165 extern const struct ce_attr ath12k_host_ce_config_qcn9274[];
166 extern const struct ce_attr ath12k_host_ce_config_wcn7850[];
A Dce.c11 const struct ce_attr ath12k_host_ce_config_qcn9274[] = {
145 const struct ce_attr ath12k_host_ce_config_wcn7850[] = {
583 const struct ce_attr *attr = &ab->hw_params->host_ce_config[ce_id]; in ath12k_ce_alloc_pipe()
936 const struct ce_attr *attr; in ath12k_ce_alloc_pipes()
A Dhw.h152 const struct ce_attr *host_ce_config;

Completed in 31 milliseconds