Home
last modified time | relevance | path

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

/linux-5.19.10/tools/testing/selftests/drivers/net/mlxsw/
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-5.19.10/drivers/net/wireless/ath/ath11k/
Dpcic.c679 bool ul_set = false, dl_set = false; in ath11k_pcic_map_service_to_pipe() local
692 WARN_ON(dl_set); in ath11k_pcic_map_service_to_pipe()
694 dl_set = true; in ath11k_pcic_map_service_to_pipe()
702 WARN_ON(dl_set); in ath11k_pcic_map_service_to_pipe()
706 dl_set = true; in ath11k_pcic_map_service_to_pipe()
712 if (WARN_ON(!ul_set || !dl_set)) in ath11k_pcic_map_service_to_pipe()
Dahb.c649 bool ul_set = false, dl_set = false; in ath11k_ahb_map_service_to_pipe() local
662 WARN_ON(dl_set); in ath11k_ahb_map_service_to_pipe()
664 dl_set = true; in ath11k_ahb_map_service_to_pipe()
672 WARN_ON(dl_set); in ath11k_ahb_map_service_to_pipe()
676 dl_set = true; in ath11k_ahb_map_service_to_pipe()
682 if (WARN_ON(!ul_set || !dl_set)) in ath11k_ahb_map_service_to_pipe()
/linux-5.19.10/drivers/net/wireless/ath/ath10k/
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()
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()