Home
last modified time | relevance | path

Searched refs:ul_pipe (Results 1 – 14 of 14) sorted by relevance

/src/sys/contrib/dev/athk/ath10k/
H A Dhif.h62 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 Dpci.h230 u8 *ul_pipe, u8 *dl_pipe);
231 void ath10k_pci_hif_get_default_pipe(struct ath10k *ar, u8 *ul_pipe,
H A Dusb.c674 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 Dsnoc.c776 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 Dsdio.c2032 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 Dpci.c1914 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 Dhif.h25 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 Dpcic.h44 u8 *ul_pipe, u8 *dl_pipe);
H A Dpcic.c782 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 Dahb.c645 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 Dhif.h24 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 Dpci.h136 u8 *ul_pipe, u8 *dl_pipe);
H A Dahb.c668 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 Dpci.c1019 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()