Home
last modified time | relevance | path

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

/linux/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/drivers/misc/mei/
A Dvsc-fw-loader.c118 } __packed dl_set; member
162 } __packed dl_set; member
640 cmd->data.dl_set.img_cnt = cpu_to_le16(fw_loader->count); in vsc_download_firmware()
641 put_unaligned_le16(fw_loader->option, &cmd->data.dl_set.option); in vsc_download_firmware()
646 cmd->data.dl_set.payload[index++] = cpu_to_le32(frag->location); in vsc_download_firmware()
647 cmd->data.dl_set.payload[index++] = cpu_to_le32(frag->size); in vsc_download_firmware()
650 c_len = offsetof(struct vsc_fw_cmd, data.dl_set.payload[index]); in vsc_download_firmware()
651 cmd->data.dl_set.payload[index] = cpu_to_le32(vsc_sum_crc(cmd, c_len)); in vsc_download_firmware()
/linux/drivers/net/wireless/ath/ath11k/
A Dpcic.c764 bool ul_set = false, dl_set = false; in ath11k_pcic_map_service_to_pipe() local
777 WARN_ON(dl_set); in ath11k_pcic_map_service_to_pipe()
779 dl_set = true; in ath11k_pcic_map_service_to_pipe()
787 WARN_ON(dl_set); in ath11k_pcic_map_service_to_pipe()
791 dl_set = true; in ath11k_pcic_map_service_to_pipe()
797 if (WARN_ON(!ul_set || !dl_set)) in ath11k_pcic_map_service_to_pipe()
A Dahb.c648 bool ul_set = false, dl_set = false; in ath11k_ahb_map_service_to_pipe() local
661 WARN_ON(dl_set); in ath11k_ahb_map_service_to_pipe()
663 dl_set = true; in ath11k_ahb_map_service_to_pipe()
671 WARN_ON(dl_set); in ath11k_ahb_map_service_to_pipe()
675 dl_set = true; in ath11k_ahb_map_service_to_pipe()
681 if (WARN_ON(!ul_set || !dl_set)) in ath11k_ahb_map_service_to_pipe()
/linux/drivers/net/wireless/ath/ath12k/
A Dpci.c990 bool ul_set = false, dl_set = false; in ath12k_pci_map_service_to_pipe() local
1003 WARN_ON(dl_set); in ath12k_pci_map_service_to_pipe()
1005 dl_set = true; in ath12k_pci_map_service_to_pipe()
1013 WARN_ON(dl_set); in ath12k_pci_map_service_to_pipe()
1017 dl_set = true; in ath12k_pci_map_service_to_pipe()
1023 if (WARN_ON(!ul_set || !dl_set)) in ath12k_pci_map_service_to_pipe()
/linux/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.c1828 bool ul_set = false, dl_set = false; in ath10k_pci_hif_map_service_to_pipe() local
1843 WARN_ON(dl_set); in ath10k_pci_hif_map_service_to_pipe()
1845 dl_set = true; in ath10k_pci_hif_map_service_to_pipe()
1853 WARN_ON(dl_set); in ath10k_pci_hif_map_service_to_pipe()
1857 dl_set = true; in ath10k_pci_hif_map_service_to_pipe()
1863 if (!ul_set || !dl_set) in ath10k_pci_hif_map_service_to_pipe()

Completed in 34 milliseconds