Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/ath/ath10k/
Dhif.h63 u8 *ul_pipe, u8 *dl_pipe);
65 void (*get_default_pipe)(struct ath10k *ar, u8 *ul_pipe, u8 *dl_pipe);
144 u8 *ul_pipe, u8 *dl_pipe) in ath10k_hif_map_service_to_pipe() argument
147 ul_pipe, dl_pipe); in ath10k_hif_map_service_to_pipe()
151 u8 *ul_pipe, u8 *dl_pipe) in ath10k_hif_get_default_pipe() argument
153 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);
230 void ath10k_pci_hif_get_default_pipe(struct ath10k *ar, u8 *ul_pipe,
Dusb.c668 u8 *ul_pipe, u8 *dl_pipe) in ath10k_usb_hif_get_default_pipe() argument
670 *ul_pipe = ATH10K_USB_PIPE_TX_CTRL; in ath10k_usb_hif_get_default_pipe()
675 u8 *ul_pipe, u8 *dl_pipe) in ath10k_usb_hif_map_service_to_pipe() argument
680 *ul_pipe = ATH10K_USB_PIPE_TX_CTRL; in ath10k_usb_hif_map_service_to_pipe()
685 *ul_pipe = ATH10K_USB_PIPE_TX_DATA_LP; in ath10k_usb_hif_map_service_to_pipe()
Dsnoc.c581 u8 *ul_pipe, u8 *dl_pipe) in ath10k_snoc_hif_map_service_to_pipe() argument
605 *ul_pipe = __le32_to_cpu(entry->pipenum); in ath10k_snoc_hif_map_service_to_pipe()
612 *ul_pipe = __le32_to_cpu(entry->pipenum); in ath10k_snoc_hif_map_service_to_pipe()
626 u8 *ul_pipe, u8 *dl_pipe) in ath10k_snoc_hif_get_default_pipe() argument
632 ul_pipe, dl_pipe); in ath10k_snoc_hif_get_default_pipe()
Dsdio.c1795 u8 *ul_pipe, u8 *dl_pipe) in ath10k_sdio_hif_map_service_to_pipe() argument
1823 *ul_pipe = *dl_pipe = (u8)eid; in ath10k_sdio_hif_map_service_to_pipe()
1872 u8 *ul_pipe, u8 *dl_pipe) in ath10k_sdio_hif_get_default_pipe() argument
1879 *ul_pipe = 0; in ath10k_sdio_hif_get_default_pipe()
Dpci.c1804 u8 *ul_pipe, u8 *dl_pipe) in ath10k_pci_hif_map_service_to_pipe() argument
1828 *ul_pipe = __le32_to_cpu(entry->pipenum); in ath10k_pci_hif_map_service_to_pipe()
1835 *ul_pipe = __le32_to_cpu(entry->pipenum); in ath10k_pci_hif_map_service_to_pipe()
1849 u8 *ul_pipe, u8 *dl_pipe) in ath10k_pci_hif_get_default_pipe() argument
1855 ul_pipe, dl_pipe); in ath10k_pci_hif_get_default_pipe()
/Linux-v4.19/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.c776 u8 *ul_pipe, u8 *dl_pipe) in ath6kl_usb_get_default_pipe() argument
778 *ul_pipe = ATH6KL_USB_PIPE_TX_CTRL; in ath6kl_usb_get_default_pipe()
783 u8 *ul_pipe, u8 *dl_pipe) in ath6kl_usb_map_service_pipe() argument
790 *ul_pipe = ATH6KL_USB_PIPE_TX_CTRL; in ath6kl_usb_map_service_pipe()
796 *ul_pipe = ATH6KL_USB_PIPE_TX_DATA_LP; in ath6kl_usb_map_service_pipe()
807 *ul_pipe = ATH6KL_USB_PIPE_TX_DATA_LP; in ath6kl_usb_map_service_pipe()
809 *ul_pipe = ATH6KL_USB_PIPE_TX_DATA_MP; in ath6kl_usb_map_service_pipe()
820 *ul_pipe = ATH6KL_USB_PIPE_TX_DATA_LP; in ath6kl_usb_map_service_pipe()
822 *ul_pipe = ATH6KL_USB_PIPE_TX_DATA_MP; in ath6kl_usb_map_service_pipe()