Home
last modified time | relevance | path

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

/drivers/misc/mei/
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()
/drivers/net/wireless/ath/ath11k/
A Dpcic.c777 bool ul_set = false, dl_set = false; in ath11k_pcic_map_service_to_pipe() local
790 WARN_ON(dl_set); in ath11k_pcic_map_service_to_pipe()
792 dl_set = true; in ath11k_pcic_map_service_to_pipe()
800 WARN_ON(dl_set); in ath11k_pcic_map_service_to_pipe()
804 dl_set = true; in ath11k_pcic_map_service_to_pipe()
810 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()
/drivers/net/wireless/ath/ath10k/
A Dsnoc.c779 bool ul_set = false, dl_set = false; in ath10k_snoc_hif_map_service_to_pipe() local
794 WARN_ON(dl_set); in ath10k_snoc_hif_map_service_to_pipe()
796 dl_set = true; in ath10k_snoc_hif_map_service_to_pipe()
804 WARN_ON(dl_set); in ath10k_snoc_hif_map_service_to_pipe()
808 dl_set = true; in ath10k_snoc_hif_map_service_to_pipe()
814 if (!ul_set || !dl_set) in ath10k_snoc_hif_map_service_to_pipe()
A Dpci.c1830 bool ul_set = false, dl_set = false; in ath10k_pci_hif_map_service_to_pipe() local
1845 WARN_ON(dl_set); in ath10k_pci_hif_map_service_to_pipe()
1847 dl_set = true; in ath10k_pci_hif_map_service_to_pipe()
1855 WARN_ON(dl_set); in ath10k_pci_hif_map_service_to_pipe()
1859 dl_set = true; in ath10k_pci_hif_map_service_to_pipe()
1865 if (!ul_set || !dl_set) in ath10k_pci_hif_map_service_to_pipe()
/drivers/net/wireless/ath/ath12k/
A Dpci.c992 bool ul_set = false, dl_set = false; in ath12k_pci_map_service_to_pipe() local
1005 WARN_ON(dl_set); in ath12k_pci_map_service_to_pipe()
1007 dl_set = true; in ath12k_pci_map_service_to_pipe()
1015 WARN_ON(dl_set); in ath12k_pci_map_service_to_pipe()
1019 dl_set = true; in ath12k_pci_map_service_to_pipe()
1025 if (WARN_ON(!ul_set || !dl_set)) in ath12k_pci_map_service_to_pipe()
A Dahb.c671 bool ul_set = false, dl_set = false; in ath12k_ahb_map_service_to_pipe() local
683 WARN_ON(dl_set); in ath12k_ahb_map_service_to_pipe()
685 dl_set = true; in ath12k_ahb_map_service_to_pipe()
695 if (WARN_ON(!ul_set || !dl_set)) in ath12k_ahb_map_service_to_pipe()

Completed in 32 milliseconds