| /src/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 | 230 u8 *ul_pipe, u8 *dl_pipe); 231 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 | 776 u8 *ul_pipe, u8 *dl_pipe) in ath10k_snoc_hif_map_service_to_pipe() argument 800 *ul_pipe = __le32_to_cpu(entry->pipenum); in ath10k_snoc_hif_map_service_to_pipe() 807 *ul_pipe = __le32_to_cpu(entry->pipenum); in ath10k_snoc_hif_map_service_to_pipe() 821 u8 *ul_pipe, u8 *dl_pipe) in ath10k_snoc_hif_get_default_pipe() argument 827 ul_pipe, dl_pipe); in ath10k_snoc_hif_get_default_pipe()
|
| H A D | sdio.c | 2032 u8 *ul_pipe, u8 *dl_pipe) in ath10k_sdio_hif_map_service_to_pipe() argument 2060 *ul_pipe = *dl_pipe = (u8)eid; in ath10k_sdio_hif_map_service_to_pipe() 2109 u8 *ul_pipe, u8 *dl_pipe) in ath10k_sdio_hif_get_default_pipe() argument 2116 *ul_pipe = 0; in ath10k_sdio_hif_get_default_pipe()
|
| H A D | pci.c | 1914 u8 *ul_pipe, u8 *dl_pipe) in ath10k_pci_hif_map_service_to_pipe() argument 1939 *ul_pipe = __le32_to_cpu(entry->pipenum); in ath10k_pci_hif_map_service_to_pipe() 1946 *ul_pipe = __le32_to_cpu(entry->pipenum); in ath10k_pci_hif_map_service_to_pipe() 1960 u8 *ul_pipe, u8 *dl_pipe) in ath10k_pci_hif_get_default_pipe() argument 1966 ul_pipe, dl_pipe); in ath10k_pci_hif_get_default_pipe()
|
| /src/sys/contrib/dev/athk/ath11k/ |
| H A D | hif.h | 25 u8 *ul_pipe, u8 *dl_pipe); 121 u8 *ul_pipe, u8 *dl_pipe) in ath11k_hif_map_service_to_pipe() argument 123 return ab->hif.ops->map_service_to_pipe(ab, 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 | pcic.c | 782 u8 *ul_pipe, u8 *dl_pipe) in ath11k_pcic_map_service_to_pipe() argument 804 *ul_pipe = __le32_to_cpu(entry->pipenum); in ath11k_pcic_map_service_to_pipe() 811 *ul_pipe = __le32_to_cpu(entry->pipenum); in ath11k_pcic_map_service_to_pipe()
|
| H A D | ahb.c | 645 u8 *ul_pipe, u8 *dl_pipe) in ath11k_ahb_map_service_to_pipe() argument 667 *ul_pipe = __le32_to_cpu(entry->pipenum); in ath11k_ahb_map_service_to_pipe() 674 *ul_pipe = __le32_to_cpu(entry->pipenum); in ath11k_ahb_map_service_to_pipe()
|
| /src/sys/contrib/dev/athk/ath12k/ |
| H A D | hif.h | 24 u8 *ul_pipe, u8 *dl_pipe); 38 u8 *ul_pipe, u8 *dl_pipe) in ath12k_hif_map_service_to_pipe() argument 41 ul_pipe, dl_pipe); in ath12k_hif_map_service_to_pipe()
|
| H A D | pci.h | 136 u8 *ul_pipe, u8 *dl_pipe);
|
| H A D | ahb.c | 668 u8 *ul_pipe, u8 *dl_pipe) in ath12k_ahb_map_service_to_pipe() argument 690 *ul_pipe = __le32_to_cpu(entry->pipenum); in ath12k_ahb_map_service_to_pipe()
|
| H A D | pci.c | 1019 u8 *ul_pipe, u8 *dl_pipe) in ath12k_pci_map_service_to_pipe() argument 1041 *ul_pipe = __le32_to_cpu(entry->pipenum); in ath12k_pci_map_service_to_pipe() 1048 *ul_pipe = __le32_to_cpu(entry->pipenum); in ath12k_pci_map_service_to_pipe()
|