Home
last modified time | relevance | path

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

/freebsd/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.h229 u8 *ul_pipe, u8 *dl_pipe);
230 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.c775 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 Dsdio.c2030 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 Dpci.c1911 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 Dhif.h24 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 Dce.h180 u8 *ul_pipe, u8 *dl_pipe);
H A Dpci.h126 u8 *ul_pipe, u8 *dl_pipe);
H A Dpci.c844 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 Dhif.h24 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 Dpcic.h44 u8 *ul_pipe, u8 *dl_pipe);
H A Dce.h207 u8 *ul_pipe, u8 *dl_pipe);
H A Dpcic.c736 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 Dahb.c639 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()