Home
last modified time | relevance | path

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

/linux/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)
/linux/drivers/misc/mei/
H A Dvsc-fw-loader.c118 } __packed dl_set; member
162 } __packed dl_set; member
646 cmd->data.dl_set.img_cnt = cpu_to_le16(fw_loader->count); in vsc_download_firmware()
647 put_unaligned_le16(fw_loader->option, &cmd->data.dl_set.option); in vsc_download_firmware()
652 cmd->data.dl_set.payload[index++] = cpu_to_le32(frag->location); in vsc_download_firmware()
653 cmd->data.dl_set.payload[index++] = cpu_to_le32(frag->size); in vsc_download_firmware()
656 c_len = offsetof(struct vsc_fw_cmd, data.dl_set.payload[index]); in vsc_download_firmware()
657 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/
H A Dahb.c679 bool ul_set = false, dl_set = false; in ath11k_ahb_map_service_to_pipe() local
692 WARN_ON(dl_set); in ath11k_ahb_map_service_to_pipe()
694 dl_set = true; in ath11k_ahb_map_service_to_pipe()
702 WARN_ON(dl_set); in ath11k_ahb_map_service_to_pipe()
706 dl_set = true; in ath11k_ahb_map_service_to_pipe()
712 if (WARN_ON(!ul_set || !dl_set)) in ath11k_ahb_map_service_to_pipe()
/linux/drivers/net/wireless/ath/ath12k/
H A Dpci.c974 bool ul_set = false, dl_set = false; in ath12k_pci_map_service_to_pipe() local
987 WARN_ON(dl_set); in ath12k_pci_map_service_to_pipe()
989 dl_set = true; in ath12k_pci_map_service_to_pipe()
997 WARN_ON(dl_set); in ath12k_pci_map_service_to_pipe()
1001 dl_set = true; in ath12k_pci_map_service_to_pipe()
1007 if (WARN_ON(!ul_set || !dl_set)) in ath12k_pci_map_service_to_pipe()
H A Dahb.c693 bool ul_set = false, dl_set = false; in ath12k_ahb_map_service_to_pipe() local
705 WARN_ON(dl_set); in ath12k_ahb_map_service_to_pipe()
707 dl_set = true; in ath12k_ahb_map_service_to_pipe()
717 if (WARN_ON(!ul_set || !dl_set)) in ath12k_ahb_map_service_to_pipe()
/linux/drivers/net/wireless/ath/ath10k/
H A Dsnoc.c782 bool ul_set = false, dl_set = false; in ath10k_snoc_hif_map_service_to_pipe() local
797 WARN_ON(dl_set); in ath10k_snoc_hif_map_service_to_pipe()
799 dl_set = true; in ath10k_snoc_hif_map_service_to_pipe()
807 WARN_ON(dl_set); in ath10k_snoc_hif_map_service_to_pipe()
811 dl_set = true; in ath10k_snoc_hif_map_service_to_pipe()
817 if (!ul_set || !dl_set) in ath10k_snoc_hif_map_service_to_pipe()