Home
last modified time | relevance | path

Searched refs:dl_set (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/mlxsw/
H 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)
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/mlxsw/
H 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)
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
H A Dahb.c563 bool ul_set = false, dl_set = false; in ath11k_ahb_map_service_to_pipe() local
576 WARN_ON(dl_set); in ath11k_ahb_map_service_to_pipe()
578 dl_set = true; in ath11k_ahb_map_service_to_pipe()
586 WARN_ON(dl_set); in ath11k_ahb_map_service_to_pipe()
590 dl_set = true; in ath11k_ahb_map_service_to_pipe()
596 if (WARN_ON(!ul_set || !dl_set)) in ath11k_ahb_map_service_to_pipe()
H A Dpci.c832 bool ul_set = false, dl_set = false; in ath11k_pci_map_service_to_pipe() local
845 WARN_ON(dl_set); in ath11k_pci_map_service_to_pipe()
847 dl_set = true; in ath11k_pci_map_service_to_pipe()
855 WARN_ON(dl_set); in ath11k_pci_map_service_to_pipe()
859 dl_set = true; in ath11k_pci_map_service_to_pipe()
865 if (WARN_ON(!ul_set || !dl_set)) in ath11k_pci_map_service_to_pipe()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H A Dpcic.c731 bool ul_set = false, dl_set = false; in ath11k_pcic_map_service_to_pipe() local
744 WARN_ON(dl_set); in ath11k_pcic_map_service_to_pipe()
746 dl_set = true; in ath11k_pcic_map_service_to_pipe()
754 WARN_ON(dl_set); in ath11k_pcic_map_service_to_pipe()
758 dl_set = true; in ath11k_pcic_map_service_to_pipe()
764 if (WARN_ON(!ul_set || !dl_set)) in ath11k_pcic_map_service_to_pipe()
H A Dahb.c642 bool ul_set = false, dl_set = false; in ath11k_ahb_map_service_to_pipe() local
655 WARN_ON(dl_set); in ath11k_ahb_map_service_to_pipe()
657 dl_set = true; in ath11k_ahb_map_service_to_pipe()
665 WARN_ON(dl_set); in ath11k_ahb_map_service_to_pipe()
669 dl_set = true; in ath11k_ahb_map_service_to_pipe()
675 if (WARN_ON(!ul_set || !dl_set)) in ath11k_ahb_map_service_to_pipe()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/
H A Dpci.c837 bool ul_set = false, dl_set = false; in ath12k_pci_map_service_to_pipe() local
850 WARN_ON(dl_set); in ath12k_pci_map_service_to_pipe()
852 dl_set = true; in ath12k_pci_map_service_to_pipe()
860 WARN_ON(dl_set); in ath12k_pci_map_service_to_pipe()
864 dl_set = true; in ath12k_pci_map_service_to_pipe()
870 if (WARN_ON(!ul_set || !dl_set)) in ath12k_pci_map_service_to_pipe()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H A Dsnoc.c777 bool ul_set = false, dl_set = false; in ath10k_snoc_hif_map_service_to_pipe() local
792 WARN_ON(dl_set); in ath10k_snoc_hif_map_service_to_pipe()
794 dl_set = true; in ath10k_snoc_hif_map_service_to_pipe()
802 WARN_ON(dl_set); in ath10k_snoc_hif_map_service_to_pipe()
806 dl_set = true; in ath10k_snoc_hif_map_service_to_pipe()
812 if (!ul_set || !dl_set) in ath10k_snoc_hif_map_service_to_pipe()
H 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()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H 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()
H 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 19 milliseconds