| /Linux-v5.10/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 | 2022 u8 *ul_pipe, u8 *dl_pipe) in ath10k_sdio_hif_map_service_to_pipe() argument 2050 *ul_pipe = *dl_pipe = (u8)eid; in ath10k_sdio_hif_map_service_to_pipe() 2099 u8 *ul_pipe, u8 *dl_pipe) in ath10k_sdio_hif_get_default_pipe() argument 2107 *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()
|
| /Linux-v5.10/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 | 784 u8 *ul_pipe, u8 *dl_pipe) in ath6kl_usb_get_default_pipe() argument 787 *dl_pipe = ATH6KL_USB_PIPE_RX_CTRL; in ath6kl_usb_get_default_pipe() 791 u8 *ul_pipe, u8 *dl_pipe) in ath6kl_usb_map_service_pipe() argument 800 *dl_pipe = ATH6KL_USB_PIPE_RX_DATA; in ath6kl_usb_map_service_pipe() 809 *dl_pipe = ATH6KL_USB_PIPE_RX_DATA; in ath6kl_usb_map_service_pipe() 822 *dl_pipe = ATH6KL_USB_PIPE_RX_DATA; in ath6kl_usb_map_service_pipe() 835 *dl_pipe = ATH6KL_USB_PIPE_RX_DATA; in ath6kl_usb_map_service_pipe()
|
| /Linux-v5.10/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 | ce.h | 189 u8 *ul_pipe, u8 *dl_pipe);
|
| D | ahb.c | 552 u8 *ul_pipe, u8 *dl_pipe) in ath11k_ahb_map_service_to_pipe() argument 569 *dl_pipe = __le32_to_cpu(entry->pipenum); in ath11k_ahb_map_service_to_pipe() 580 *dl_pipe = __le32_to_cpu(entry->pipenum); in ath11k_ahb_map_service_to_pipe()
|
| D | pci.c | 823 u8 *ul_pipe, u8 *dl_pipe) in ath11k_pci_map_service_to_pipe() argument 840 *dl_pipe = __le32_to_cpu(entry->pipenum); in ath11k_pci_map_service_to_pipe() 851 *dl_pipe = __le32_to_cpu(entry->pipenum); in ath11k_pci_map_service_to_pipe()
|