Home
last modified time | relevance | path

Searched refs:dl_pipe (Results 1 – 12 of 12) sorted by relevance

/drivers/net/wireless/ath/ath10k/
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()
Dpci.h229 u8 *ul_pipe, u8 *dl_pipe);
231 u8 *dl_pipe);
Dusb.c666 u8 *ul_pipe, u8 *dl_pipe) in ath10k_usb_hif_get_default_pipe() argument
669 *dl_pipe = ATH10K_USB_PIPE_RX_CTRL; in ath10k_usb_hif_get_default_pipe()
673 u8 *ul_pipe, u8 *dl_pipe) in ath10k_usb_hif_map_service_to_pipe() argument
680 *dl_pipe = ATH10K_USB_PIPE_RX_DATA; in ath10k_usb_hif_map_service_to_pipe()
687 *dl_pipe = ATH10K_USB_PIPE_RX_DATA; in ath10k_usb_hif_map_service_to_pipe()
Dsnoc.c774 u8 *ul_pipe, u8 *dl_pipe) in ath10k_snoc_hif_map_service_to_pipe() argument
793 *dl_pipe = __le32_to_cpu(entry->pipenum); in ath10k_snoc_hif_map_service_to_pipe()
804 *dl_pipe = __le32_to_cpu(entry->pipenum); in ath10k_snoc_hif_map_service_to_pipe()
819 u8 *ul_pipe, u8 *dl_pipe) in ath10k_snoc_hif_get_default_pipe() argument
825 ul_pipe, dl_pipe); in ath10k_snoc_hif_get_default_pipe()
Dsdio.c2025 u8 *ul_pipe, u8 *dl_pipe) in ath10k_sdio_hif_map_service_to_pipe() argument
2053 *ul_pipe = *dl_pipe = (u8)eid; in ath10k_sdio_hif_map_service_to_pipe()
2102 u8 *ul_pipe, u8 *dl_pipe) in ath10k_sdio_hif_get_default_pipe() argument
2110 *dl_pipe = 0; in ath10k_sdio_hif_get_default_pipe()
Dpci.c1823 u8 *ul_pipe, u8 *dl_pipe) in ath10k_pci_hif_map_service_to_pipe() argument
1843 *dl_pipe = __le32_to_cpu(entry->pipenum); in ath10k_pci_hif_map_service_to_pipe()
1854 *dl_pipe = __le32_to_cpu(entry->pipenum); in ath10k_pci_hif_map_service_to_pipe()
1869 u8 *ul_pipe, u8 *dl_pipe) in ath10k_pci_hif_get_default_pipe() argument
1875 ul_pipe, dl_pipe); in ath10k_pci_hif_get_default_pipe()
/drivers/net/wireless/ath/ath6kl/
Dhif-ops.h163 u8 *ul_pipe, u8 *dl_pipe) in ath6kl_hif_pipe_get_default() argument
167 ar->hif_ops->pipe_get_default(ar, ul_pipe, dl_pipe); in ath6kl_hif_pipe_get_default()
172 u8 *dl_pipe) in ath6kl_hif_pipe_map_service() argument
176 return ar->hif_ops->pipe_map_service(ar, service_id, ul_pipe, dl_pipe); in ath6kl_hif_pipe_map_service()
Dusb.c789 u8 *ul_pipe, u8 *dl_pipe) in ath6kl_usb_get_default_pipe() argument
792 *dl_pipe = ATH6KL_USB_PIPE_RX_CTRL; in ath6kl_usb_get_default_pipe()
796 u8 *ul_pipe, u8 *dl_pipe) in ath6kl_usb_map_service_pipe() argument
805 *dl_pipe = ATH6KL_USB_PIPE_RX_DATA; in ath6kl_usb_map_service_pipe()
814 *dl_pipe = ATH6KL_USB_PIPE_RX_DATA; in ath6kl_usb_map_service_pipe()
827 *dl_pipe = ATH6KL_USB_PIPE_RX_DATA; in ath6kl_usb_map_service_pipe()
840 *dl_pipe = ATH6KL_USB_PIPE_RX_DATA; in ath6kl_usb_map_service_pipe()
/drivers/net/wireless/ath/ath11k/
Dhif.h21 u8 *ul_pipe, u8 *dl_pipe);
70 u8 *ul_pipe, u8 *dl_pipe) in ath11k_hif_map_service_to_pipe() argument
72 return sc->hif.ops->map_service_to_pipe(sc, service_id, ul_pipe, dl_pipe); in ath11k_hif_map_service_to_pipe()
Dahb.c560 u8 *ul_pipe, u8 *dl_pipe) in ath11k_ahb_map_service_to_pipe() argument
577 *dl_pipe = __le32_to_cpu(entry->pipenum); in ath11k_ahb_map_service_to_pipe()
588 *dl_pipe = __le32_to_cpu(entry->pipenum); in ath11k_ahb_map_service_to_pipe()
Dce.h189 u8 *ul_pipe, u8 *dl_pipe);
Dpci.c829 u8 *ul_pipe, u8 *dl_pipe) in ath11k_pci_map_service_to_pipe() argument
846 *dl_pipe = __le32_to_cpu(entry->pipenum); in ath11k_pci_map_service_to_pipe()
857 *dl_pipe = __le32_to_cpu(entry->pipenum); in ath11k_pci_map_service_to_pipe()