Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/ath/ath10k/
Dhif.h60 u8 *ul_pipe, u8 *dl_pipe);
62 void (*get_default_pipe)(struct ath10k *ar, u8 *ul_pipe, u8 *dl_pipe);
149 u8 *ul_pipe, u8 *dl_pipe) in ath10k_hif_map_service_to_pipe() argument
152 ul_pipe, dl_pipe); in ath10k_hif_map_service_to_pipe()
156 u8 *ul_pipe, u8 *dl_pipe) in ath10k_hif_get_default_pipe() argument
158 ar->hif.ops->get_default_pipe(ar, ul_pipe, dl_pipe); in ath10k_hif_get_default_pipe()
Dpci.h224 u8 *ul_pipe, u8 *dl_pipe);
225 void ath10k_pci_hif_get_default_pipe(struct ath10k *ar, u8 *ul_pipe,
Dusb.c657 u8 *ul_pipe, u8 *dl_pipe) in ath10k_usb_hif_get_default_pipe() argument
659 *ul_pipe = ATH10K_USB_PIPE_TX_CTRL; in ath10k_usb_hif_get_default_pipe()
664 u8 *ul_pipe, u8 *dl_pipe) in ath10k_usb_hif_map_service_to_pipe() argument
669 *ul_pipe = ATH10K_USB_PIPE_TX_CTRL; in ath10k_usb_hif_map_service_to_pipe()
674 *ul_pipe = ATH10K_USB_PIPE_TX_DATA_LP; in ath10k_usb_hif_map_service_to_pipe()
Dsnoc.c768 u8 *ul_pipe, u8 *dl_pipe) in ath10k_snoc_hif_map_service_to_pipe() argument
792 *ul_pipe = __le32_to_cpu(entry->pipenum); in ath10k_snoc_hif_map_service_to_pipe()
799 *ul_pipe = __le32_to_cpu(entry->pipenum); in ath10k_snoc_hif_map_service_to_pipe()
813 u8 *ul_pipe, u8 *dl_pipe) in ath10k_snoc_hif_get_default_pipe() argument
819 ul_pipe, dl_pipe); in ath10k_snoc_hif_get_default_pipe()
Dsdio.c1839 u8 *ul_pipe, u8 *dl_pipe) in ath10k_sdio_hif_map_service_to_pipe() argument
1867 *ul_pipe = *dl_pipe = (u8)eid; in ath10k_sdio_hif_map_service_to_pipe()
1916 u8 *ul_pipe, u8 *dl_pipe) in ath10k_sdio_hif_get_default_pipe() argument
1923 *ul_pipe = 0; in ath10k_sdio_hif_get_default_pipe()
Dpci.c1806 u8 *ul_pipe, u8 *dl_pipe) in ath10k_pci_hif_map_service_to_pipe() argument
1830 *ul_pipe = __le32_to_cpu(entry->pipenum); in ath10k_pci_hif_map_service_to_pipe()
1837 *ul_pipe = __le32_to_cpu(entry->pipenum); in ath10k_pci_hif_map_service_to_pipe()
1851 u8 *ul_pipe, u8 *dl_pipe) in ath10k_pci_hif_get_default_pipe() argument
1857 ul_pipe, dl_pipe); in ath10k_pci_hif_get_default_pipe()
/Linux-v5.4/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()
171 u16 service_id, u8 *ul_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.c784 u8 *ul_pipe, u8 *dl_pipe) in ath6kl_usb_get_default_pipe() argument
786 *ul_pipe = ATH6KL_USB_PIPE_TX_CTRL; in ath6kl_usb_get_default_pipe()
791 u8 *ul_pipe, u8 *dl_pipe) in ath6kl_usb_map_service_pipe() argument
798 *ul_pipe = ATH6KL_USB_PIPE_TX_CTRL; in ath6kl_usb_map_service_pipe()
804 *ul_pipe = ATH6KL_USB_PIPE_TX_DATA_LP; in ath6kl_usb_map_service_pipe()
815 *ul_pipe = ATH6KL_USB_PIPE_TX_DATA_LP; in ath6kl_usb_map_service_pipe()
817 *ul_pipe = ATH6KL_USB_PIPE_TX_DATA_MP; in ath6kl_usb_map_service_pipe()
828 *ul_pipe = ATH6KL_USB_PIPE_TX_DATA_LP; in ath6kl_usb_map_service_pipe()
830 *ul_pipe = ATH6KL_USB_PIPE_TX_DATA_MP; in ath6kl_usb_map_service_pipe()