/drivers/net/wireless/ath/ath10k/ |
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()
|
D | pci.h | 229 u8 *ul_pipe, u8 *dl_pipe); 231 u8 *dl_pipe);
|
D | usb.c | 666 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()
|
D | snoc.c | 774 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()
|
D | sdio.c | 2025 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()
|
D | pci.c | 1823 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/ |
D | hif-ops.h | 163 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()
|
D | usb.c | 789 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/ |
D | hif.h | 21 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()
|
D | ahb.c | 560 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()
|
D | ce.h | 189 u8 *ul_pipe, u8 *dl_pipe);
|
D | pci.c | 829 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()
|