Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/testing/selftests/drivers/net/mlxsw/
A Dsharedbuffer_configuration.py175 def dl_set(self, dlname, size, thtype): member in Pool
201 pool.dl_set(dlname, size, thtype)
237 def dl_set(self, pool, th): member in TcBind
271 tcbind.dl_set(pool, th)
311 def dl_set(self, th): member in PortPool
340 portpool.dl_set(th)
/linux-6.3-rc2/drivers/net/wireless/ath/ath11k/
A Dpcic.c732 bool ul_set = false, dl_set = false; in ath11k_pcic_map_service_to_pipe() local
745 WARN_ON(dl_set); in ath11k_pcic_map_service_to_pipe()
747 dl_set = true; in ath11k_pcic_map_service_to_pipe()
755 WARN_ON(dl_set); in ath11k_pcic_map_service_to_pipe()
759 dl_set = true; in ath11k_pcic_map_service_to_pipe()
765 if (WARN_ON(!ul_set || !dl_set)) in ath11k_pcic_map_service_to_pipe()
A Dahb.c668 bool ul_set = false, dl_set = false; in ath11k_ahb_map_service_to_pipe() local
681 WARN_ON(dl_set); in ath11k_ahb_map_service_to_pipe()
683 dl_set = true; in ath11k_ahb_map_service_to_pipe()
691 WARN_ON(dl_set); in ath11k_ahb_map_service_to_pipe()
695 dl_set = true; in ath11k_ahb_map_service_to_pipe()
701 if (WARN_ON(!ul_set || !dl_set)) in ath11k_ahb_map_service_to_pipe()
/linux-6.3-rc2/drivers/net/wireless/ath/ath12k/
A Dpci.c814 bool ul_set = false, dl_set = false; in ath12k_pci_map_service_to_pipe() local
827 WARN_ON(dl_set); in ath12k_pci_map_service_to_pipe()
829 dl_set = true; in ath12k_pci_map_service_to_pipe()
837 WARN_ON(dl_set); in ath12k_pci_map_service_to_pipe()
841 dl_set = true; in ath12k_pci_map_service_to_pipe()
847 if (WARN_ON(!ul_set || !dl_set)) in ath12k_pci_map_service_to_pipe()
/linux-6.3-rc2/drivers/net/wireless/ath/ath10k/
A Dsnoc.c778 bool ul_set = false, dl_set = false; in ath10k_snoc_hif_map_service_to_pipe() local
793 WARN_ON(dl_set); in ath10k_snoc_hif_map_service_to_pipe()
795 dl_set = true; in ath10k_snoc_hif_map_service_to_pipe()
803 WARN_ON(dl_set); in ath10k_snoc_hif_map_service_to_pipe()
807 dl_set = true; in ath10k_snoc_hif_map_service_to_pipe()
813 if (!ul_set || !dl_set) in ath10k_snoc_hif_map_service_to_pipe()
A Dpci.c1827 bool ul_set = false, dl_set = false; in ath10k_pci_hif_map_service_to_pipe() local
1842 WARN_ON(dl_set); in ath10k_pci_hif_map_service_to_pipe()
1844 dl_set = true; in ath10k_pci_hif_map_service_to_pipe()
1852 WARN_ON(dl_set); in ath10k_pci_hif_map_service_to_pipe()
1856 dl_set = true; in ath10k_pci_hif_map_service_to_pipe()
1862 if (!ul_set || !dl_set) in ath10k_pci_hif_map_service_to_pipe()

Completed in 18 milliseconds