/freebsd/sys/contrib/dev/athk/ath10k/ |
H A D | hif.h | 62 u8 *ul_pipe, u8 *dl_pipe); 64 void (*get_default_pipe)(struct ath10k *ar, u8 *ul_pipe, u8 *dl_pipe); 158 u8 *ul_pipe, u8 *dl_pipe) in ath10k_hif_map_service_to_pipe() argument 161 ul_pipe, dl_pipe); in ath10k_hif_map_service_to_pipe() 165 u8 *ul_pipe, u8 *dl_pipe) in ath10k_hif_get_default_pipe() argument 167 ar->hif.ops->get_default_pipe(ar, ul_pipe, dl_pipe); in ath10k_hif_get_default_pipe()
|
H A D | pci.h | 229 u8 *ul_pipe, u8 *dl_pipe); 230 void ath10k_pci_hif_get_default_pipe(struct ath10k *ar, u8 *ul_pipe,
|
H A D | usb.c | 674 u8 *ul_pipe, u8 *dl_pipe) in ath10k_usb_hif_get_default_pipe() argument 676 *ul_pipe = ATH10K_USB_PIPE_TX_CTRL; in ath10k_usb_hif_get_default_pipe() 681 u8 *ul_pipe, u8 *dl_pipe) in ath10k_usb_hif_map_service_to_pipe() argument 686 *ul_pipe = ATH10K_USB_PIPE_TX_CTRL; in ath10k_usb_hif_map_service_to_pipe() 691 *ul_pipe = ATH10K_USB_PIPE_TX_DATA_LP; in ath10k_usb_hif_map_service_to_pipe()
|
H A D | snoc.c | 775 u8 *ul_pipe, u8 *dl_pipe) in ath10k_snoc_hif_map_service_to_pipe() argument 799 *ul_pipe = __le32_to_cpu(entry->pipenum); in ath10k_snoc_hif_map_service_to_pipe() 806 *ul_pipe = __le32_to_cpu(entry->pipenum); in ath10k_snoc_hif_map_service_to_pipe() 820 u8 *ul_pipe, u8 *dl_pipe) in ath10k_snoc_hif_get_default_pipe() argument 826 ul_pipe, dl_pipe); in ath10k_snoc_hif_get_default_pipe()
|
H A D | sdio.c | 2030 u8 *ul_pipe, u8 *dl_pipe) in ath10k_sdio_hif_map_service_to_pipe() argument 2058 *ul_pipe = *dl_pipe = (u8)eid; in ath10k_sdio_hif_map_service_to_pipe() 2107 u8 *ul_pipe, u8 *dl_pipe) in ath10k_sdio_hif_get_default_pipe() argument 2114 *ul_pipe = 0; in ath10k_sdio_hif_get_default_pipe()
|
H A D | pci.c | 1911 u8 *ul_pipe, u8 *dl_pipe) in ath10k_pci_hif_map_service_to_pipe() argument 1936 *ul_pipe = __le32_to_cpu(entry->pipenum); in ath10k_pci_hif_map_service_to_pipe() 1943 *ul_pipe = __le32_to_cpu(entry->pipenum); in ath10k_pci_hif_map_service_to_pipe() 1957 u8 *ul_pipe, u8 *dl_pipe) in ath10k_pci_hif_get_default_pipe() argument 1963 ul_pipe, dl_pipe); in ath10k_pci_hif_get_default_pipe()
|
/freebsd/sys/contrib/dev/athk/ath12k/ |
H A D | hif.h | 24 u8 *ul_pipe, u8 *dl_pipe); 36 u8 *ul_pipe, u8 *dl_pipe) in ath12k_hif_map_service_to_pipe() argument 39 ul_pipe, dl_pipe); in ath12k_hif_map_service_to_pipe()
|
H A D | ce.h | 180 u8 *ul_pipe, u8 *dl_pipe);
|
H A D | pci.h | 126 u8 *ul_pipe, u8 *dl_pipe);
|
H A D | pci.c | 844 u8 *ul_pipe, u8 *dl_pipe) in ath12k_pci_map_service_to_pipe() argument 866 *ul_pipe = __le32_to_cpu(entry->pipenum); in ath12k_pci_map_service_to_pipe() 873 *ul_pipe = __le32_to_cpu(entry->pipenum); in ath12k_pci_map_service_to_pipe()
|
/freebsd/sys/contrib/dev/athk/ath11k/ |
H A D | hif.h | 24 u8 *ul_pipe, u8 *dl_pipe); 113 u8 *ul_pipe, u8 *dl_pipe) in ath11k_hif_map_service_to_pipe() argument 115 return sc->hif.ops->map_service_to_pipe(sc, service_id, ul_pipe, dl_pipe); in ath11k_hif_map_service_to_pipe()
|
H A D | pcic.h | 44 u8 *ul_pipe, u8 *dl_pipe);
|
H A D | ce.h | 207 u8 *ul_pipe, u8 *dl_pipe);
|
H A D | pcic.c | 736 u8 *ul_pipe, u8 *dl_pipe) in ath11k_pcic_map_service_to_pipe() argument 758 *ul_pipe = __le32_to_cpu(entry->pipenum); in ath11k_pcic_map_service_to_pipe() 765 *ul_pipe = __le32_to_cpu(entry->pipenum); in ath11k_pcic_map_service_to_pipe()
|
H A D | ahb.c | 639 u8 *ul_pipe, u8 *dl_pipe) in ath11k_ahb_map_service_to_pipe() argument 661 *ul_pipe = __le32_to_cpu(entry->pipenum); in ath11k_ahb_map_service_to_pipe() 668 *ul_pipe = __le32_to_cpu(entry->pipenum); in ath11k_ahb_map_service_to_pipe()
|