Home
last modified time | relevance | path

Searched refs:host_ce_config_wlan (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/net/wireless/ath/ath10k/
Dsnoc.c128 static struct ce_attr host_ce_config_wlan[] = { variable
760 if (resources > (host_ce_config_wlan[pipe].src_nentries >> 1)) in ath10k_snoc_hif_send_complete_check()
938 ret = ath10k_ce_init_pipe(ar, i, &host_ce_config_wlan[i]); in ath10k_snoc_init_pipes()
1317 ret = ath10k_ce_alloc_pipe(ar, i, &host_ce_config_wlan[i]); in ath10k_snoc_setup_resource()
1324 pipe->buf_sz = host_ce_config_wlan[i].src_sz_max; in ath10k_snoc_setup_resource()
Dpci.c119 static struct ce_attr host_ce_config_wlan[] = { variable
1792 if (resources > (host_ce_config_wlan[pipe].src_nentries >> 1)) in ath10k_pci_hif_send_complete_check()
2452 attr = &host_ce_config_wlan[5]; in ath10k_pci_override_ce_config()
2478 ret = ath10k_ce_alloc_pipe(ar, i, &host_ce_config_wlan[i]); in ath10k_pci_alloc_pipes()
2491 pipe->buf_sz = (size_t)(host_ce_config_wlan[i].src_sz_max); in ath10k_pci_alloc_pipes()
2510 ret = ath10k_ce_init_pipe(ar, i, &host_ce_config_wlan[i]); in ath10k_pci_init_pipes()