Home
last modified time | relevance | path

Searched refs:ul_pipe (Results 1 - 25 of 33) sorted by relevance

12

/kernel/linux/linux-6.6/drivers/net/wwan/iosm/
H A Diosm_ipc_imem_ops.c224 if (channel->ul_pipe.old_tail != channel->ul_pipe.old_head) { in ipc_imem_sys_port_close()
236 channel->ul_pipe.pipe_nr, in ipc_imem_sys_port_close()
237 channel->ul_pipe.old_head, in ipc_imem_sys_port_close()
238 channel->ul_pipe.old_tail); in ipc_imem_sys_port_close()
278 ipc_imem_pipe_close(ipc_imem, &channel->ul_pipe); in ipc_imem_sys_port_close()
423 if (channel->ul_pipe.old_tail != channel->ul_pipe.old_head) { in ipc_imem_sys_devlink_close()
430 channel->ul_pipe.pipe_nr, in ipc_imem_sys_devlink_close()
431 channel->ul_pipe in ipc_imem_sys_devlink_close()
[all...]
H A Diosm_ipc_imem.c235 pipe = &channel->ul_pipe; in ipc_imem_ul_write_td()
731 struct ipc_pipe *ul_pipe = &ipc_imem->channels[i].ul_pipe; in ipc_imem_handle_irq() local
742 if (ul_pipe->is_open) in ipc_imem_handle_irq()
743 ipc_imem_ul_pipe_process(ipc_imem, ul_pipe); in ipc_imem_handle_irq()
985 ipc_imem_pipe_close(ipc_imem, &channel->ul_pipe); in ipc_imem_channel_close()
989 ipc_imem_pipe_cleanup(ipc_imem, &channel->ul_pipe); in ipc_imem_channel_close()
1010 if (!ipc_imem_pipe_open(ipc_imem, &channel->ul_pipe)) in ipc_imem_channel_open()
1028 ipc_imem_pipe_close(ipc_imem, &channel->ul_pipe); in ipc_imem_channel_open()
1100 if (chnl_cfg.ul_pipe > in ipc_imem_channel_init()
[all...]
H A Diosm_ipc_chnl_cfg.c86 chnl_cfg->ul_pipe = modem_cfg[index].ul_pipe; in ipc_chnl_cfg_get()
H A Diosm_ipc_chnl_cfg.h32 * @ul_pipe: Uplink datastream
42 u32 ul_pipe; member
H A Diosm_ipc_imem.h226 * @ul_pipe: pipe objects
241 struct ipc_pipe ul_pipe; member
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H A 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()
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()
167 ar->hif.ops->get_default_pipe(ar, ul_pipe, dl_pipe); in ath10k_hif_get_default_pipe()
156 ath10k_hif_map_service_to_pipe(struct ath10k *ar, u16 service_id, u8 *ul_pipe, u8 *dl_pipe) ath10k_hif_map_service_to_pipe() argument
164 ath10k_hif_get_default_pipe(struct ath10k *ar, u8 *ul_pipe, u8 *dl_pipe) ath10k_hif_get_default_pipe() argument
H A Dpci.h229 u8 *ul_pipe, u8 *dl_pipe);
230 void ath10k_pci_hif_get_default_pipe(struct ath10k *ar, u8 *ul_pipe,
H A Dusb.c666 u8 *ul_pipe, u8 *dl_pipe) in ath10k_usb_hif_get_default_pipe()
668 *ul_pipe = ATH10K_USB_PIPE_TX_CTRL; in ath10k_usb_hif_get_default_pipe()
673 u8 *ul_pipe, u8 *dl_pipe) in ath10k_usb_hif_map_service_to_pipe()
678 *ul_pipe = ATH10K_USB_PIPE_TX_CTRL; in ath10k_usb_hif_map_service_to_pipe()
683 *ul_pipe = ATH10K_USB_PIPE_TX_DATA_LP; in ath10k_usb_hif_map_service_to_pipe()
665 ath10k_usb_hif_get_default_pipe(struct ath10k *ar, u8 *ul_pipe, u8 *dl_pipe) ath10k_usb_hif_get_default_pipe() argument
672 ath10k_usb_hif_map_service_to_pipe(struct ath10k *ar, u16 svc_id, u8 *ul_pipe, u8 *dl_pipe) ath10k_usb_hif_map_service_to_pipe() argument
H A Dsnoc.c774 u8 *ul_pipe, u8 *dl_pipe) in ath10k_snoc_hif_map_service_to_pipe()
798 *ul_pipe = __le32_to_cpu(entry->pipenum); in ath10k_snoc_hif_map_service_to_pipe()
805 *ul_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()
825 ul_pipe, dl_pipe); in ath10k_snoc_hif_get_default_pipe()
772 ath10k_snoc_hif_map_service_to_pipe(struct ath10k *ar, u16 service_id, u8 *ul_pipe, u8 *dl_pipe) ath10k_snoc_hif_map_service_to_pipe() argument
818 ath10k_snoc_hif_get_default_pipe(struct ath10k *ar, u8 *ul_pipe, u8 *dl_pipe) ath10k_snoc_hif_get_default_pipe() argument
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H A 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()
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()
167 ar->hif.ops->get_default_pipe(ar, ul_pipe, dl_pipe); in ath10k_hif_get_default_pipe()
156 ath10k_hif_map_service_to_pipe(struct ath10k *ar, u16 service_id, u8 *ul_pipe, u8 *dl_pipe) ath10k_hif_map_service_to_pipe() argument
164 ath10k_hif_get_default_pipe(struct ath10k *ar, u8 *ul_pipe, u8 *dl_pipe) ath10k_hif_get_default_pipe() argument
H A Dpci.h229 u8 *ul_pipe, u8 *dl_pipe);
230 void ath10k_pci_hif_get_default_pipe(struct ath10k *ar, u8 *ul_pipe,
H A Dusb.c674 u8 *ul_pipe, u8 *dl_pipe) in ath10k_usb_hif_get_default_pipe()
676 *ul_pipe = ATH10K_USB_PIPE_TX_CTRL; in ath10k_usb_hif_get_default_pipe()
681 u8 *ul_pipe, u8 *dl_pipe) in ath10k_usb_hif_map_service_to_pipe()
686 *ul_pipe = ATH10K_USB_PIPE_TX_CTRL; in ath10k_usb_hif_map_service_to_pipe()
691 *ul_pipe = ATH10K_USB_PIPE_TX_DATA_LP; in ath10k_usb_hif_map_service_to_pipe()
673 ath10k_usb_hif_get_default_pipe(struct ath10k *ar, u8 *ul_pipe, u8 *dl_pipe) ath10k_usb_hif_get_default_pipe() argument
680 ath10k_usb_hif_map_service_to_pipe(struct ath10k *ar, u16 svc_id, u8 *ul_pipe, u8 *dl_pipe) ath10k_usb_hif_map_service_to_pipe() argument
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/
H A Dhif-ops.h163 u8 *ul_pipe, u8 *dl_pipe) in ath6kl_hif_pipe_get_default()
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()
176 return ar->hif_ops->pipe_map_service(ar, service_id, ul_pipe, dl_pipe); in ath6kl_hif_pipe_map_service()
162 ath6kl_hif_pipe_get_default(struct ath6kl *ar, u8 *ul_pipe, u8 *dl_pipe) ath6kl_hif_pipe_get_default() argument
170 ath6kl_hif_pipe_map_service(struct ath6kl *ar, u16 service_id, u8 *ul_pipe, u8 *dl_pipe) ath6kl_hif_pipe_map_service() argument
H A Dusb.c789 u8 *ul_pipe, u8 *dl_pipe) in ath6kl_usb_get_default_pipe()
791 *ul_pipe = ATH6KL_USB_PIPE_TX_CTRL; in ath6kl_usb_get_default_pipe()
796 u8 *ul_pipe, u8 *dl_pipe) in ath6kl_usb_map_service_pipe()
803 *ul_pipe = ATH6KL_USB_PIPE_TX_CTRL; in ath6kl_usb_map_service_pipe()
809 *ul_pipe = ATH6KL_USB_PIPE_TX_DATA_LP; 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()
833 *ul_pipe = ATH6KL_USB_PIPE_TX_DATA_LP; in ath6kl_usb_map_service_pipe()
835 *ul_pipe = ATH6KL_USB_PIPE_TX_DATA_MP; in ath6kl_usb_map_service_pipe()
788 ath6kl_usb_get_default_pipe(struct ath6kl *ar, u8 *ul_pipe, u8 *dl_pipe) ath6kl_usb_get_default_pipe() argument
795 ath6kl_usb_map_service_pipe(struct ath6kl *ar, u16 svc_id, u8 *ul_pipe, u8 *dl_pipe) ath6kl_usb_map_service_pipe() argument
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath6kl/
H A Dhif-ops.h163 u8 *ul_pipe, u8 *dl_pipe) in ath6kl_hif_pipe_get_default()
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()
176 return ar->hif_ops->pipe_map_service(ar, service_id, ul_pipe, dl_pipe); in ath6kl_hif_pipe_map_service()
162 ath6kl_hif_pipe_get_default(struct ath6kl *ar, u8 *ul_pipe, u8 *dl_pipe) ath6kl_hif_pipe_get_default() argument
170 ath6kl_hif_pipe_map_service(struct ath6kl *ar, u16 service_id, u8 *ul_pipe, u8 *dl_pipe) ath6kl_hif_pipe_map_service() argument
H A Dusb.c797 u8 *ul_pipe, u8 *dl_pipe) in ath6kl_usb_get_default_pipe()
799 *ul_pipe = ATH6KL_USB_PIPE_TX_CTRL; in ath6kl_usb_get_default_pipe()
804 u8 *ul_pipe, u8 *dl_pipe) in ath6kl_usb_map_service_pipe()
811 *ul_pipe = ATH6KL_USB_PIPE_TX_CTRL; in ath6kl_usb_map_service_pipe()
817 *ul_pipe = ATH6KL_USB_PIPE_TX_DATA_LP; 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()
841 *ul_pipe = ATH6KL_USB_PIPE_TX_DATA_LP; in ath6kl_usb_map_service_pipe()
843 *ul_pipe = ATH6KL_USB_PIPE_TX_DATA_MP; in ath6kl_usb_map_service_pipe()
796 ath6kl_usb_get_default_pipe(struct ath6kl *ar, u8 *ul_pipe, u8 *dl_pipe) ath6kl_usb_get_default_pipe() argument
803 ath6kl_usb_map_service_pipe(struct ath6kl *ar, u16 svc_id, u8 *ul_pipe, u8 *dl_pipe) ath6kl_usb_map_service_pipe() argument
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
H A Dhif.h21 u8 *ul_pipe, u8 *dl_pipe);
70 u8 *ul_pipe, u8 *dl_pipe) in ath11k_hif_map_service_to_pipe()
72 return sc->hif.ops->map_service_to_pipe(sc, service_id, ul_pipe, dl_pipe); in ath11k_hif_map_service_to_pipe()
69 ath11k_hif_map_service_to_pipe(struct ath11k_base *sc, u16 service_id, u8 *ul_pipe, u8 *dl_pipe) ath11k_hif_map_service_to_pipe() argument
H A Dce.h189 u8 *ul_pipe, u8 *dl_pipe);
H A Dahb.c560 u8 *ul_pipe, u8 *dl_pipe) in ath11k_ahb_map_service_to_pipe()
582 *ul_pipe = __le32_to_cpu(entry->pipenum); in ath11k_ahb_map_service_to_pipe()
589 *ul_pipe = __le32_to_cpu(entry->pipenum); in ath11k_ahb_map_service_to_pipe()
559 ath11k_ahb_map_service_to_pipe(struct ath11k_base *ab, u16 service_id, u8 *ul_pipe, u8 *dl_pipe) ath11k_ahb_map_service_to_pipe() argument
H A Dpci.c829 u8 *ul_pipe, u8 *dl_pipe) in ath11k_pci_map_service_to_pipe()
851 *ul_pipe = __le32_to_cpu(entry->pipenum); in ath11k_pci_map_service_to_pipe()
858 *ul_pipe = __le32_to_cpu(entry->pipenum); in ath11k_pci_map_service_to_pipe()
828 ath11k_pci_map_service_to_pipe(struct ath11k_base *ab, u16 service_id, u8 *ul_pipe, u8 *dl_pipe) ath11k_pci_map_service_to_pipe() argument
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H A Dhif.h24 u8 *ul_pipe, u8 *dl_pipe);
113 u8 *ul_pipe, u8 *dl_pipe) in ath11k_hif_map_service_to_pipe()
115 return sc->hif.ops->map_service_to_pipe(sc, service_id, ul_pipe, dl_pipe); in ath11k_hif_map_service_to_pipe()
112 ath11k_hif_map_service_to_pipe(struct ath11k_base *sc, u16 service_id, u8 *ul_pipe, u8 *dl_pipe) ath11k_hif_map_service_to_pipe() argument
H A Dpcic.h44 u8 *ul_pipe, u8 *dl_pipe);
H A Dpcic.c728 u8 *ul_pipe, u8 *dl_pipe) in ath11k_pcic_map_service_to_pipe()
750 *ul_pipe = __le32_to_cpu(entry->pipenum); in ath11k_pcic_map_service_to_pipe()
757 *ul_pipe = __le32_to_cpu(entry->pipenum); in ath11k_pcic_map_service_to_pipe()
727 ath11k_pcic_map_service_to_pipe(struct ath11k_base *ab, u16 service_id, u8 *ul_pipe, u8 *dl_pipe) ath11k_pcic_map_service_to_pipe() argument
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/
H A Dhif.h24 u8 *ul_pipe, u8 *dl_pipe);
36 u8 *ul_pipe, u8 *dl_pipe) in ath12k_hif_map_service_to_pipe()
39 ul_pipe, dl_pipe); in ath12k_hif_map_service_to_pipe()
35 ath12k_hif_map_service_to_pipe(struct ath12k_base *ab, u16 service_id, u8 *ul_pipe, u8 *dl_pipe) ath12k_hif_map_service_to_pipe() argument
H A Dpci.h126 u8 *ul_pipe, u8 *dl_pipe);

Completed in 25 milliseconds

12