/kernel/linux/linux-6.6/drivers/net/wwan/iosm/ |
H A D | iosm_ipc_imem_ops.c | 224 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 D | iosm_ipc_imem.c | 235 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 D | iosm_ipc_chnl_cfg.c | 86 chnl_cfg->ul_pipe = modem_cfg[index].ul_pipe; in ipc_chnl_cfg_get()
|
H A D | iosm_ipc_chnl_cfg.h | 32 * @ul_pipe: Uplink datastream 42 u32 ul_pipe; member
|
H A D | iosm_ipc_imem.h | 226 * @ul_pipe: pipe objects 241 struct ipc_pipe ul_pipe; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/ |
H A 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() 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 D | pci.h | 229 u8 *ul_pipe, u8 *dl_pipe); 230 void ath10k_pci_hif_get_default_pipe(struct ath10k *ar, u8 *ul_pipe,
|
H A D | usb.c | 666 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 D | snoc.c | 774 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 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() 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 D | pci.h | 229 u8 *ul_pipe, u8 *dl_pipe); 230 void ath10k_pci_hif_get_default_pipe(struct ath10k *ar, u8 *ul_pipe,
|
H A D | usb.c | 674 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 D | hif-ops.h | 163 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 D | usb.c | 789 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 D | hif-ops.h | 163 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 D | usb.c | 797 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 D | hif.h | 21 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 D | ce.h | 189 u8 *ul_pipe, u8 *dl_pipe);
|
H A D | ahb.c | 560 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 D | pci.c | 829 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 D | hif.h | 24 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 D | pcic.h | 44 u8 *ul_pipe, u8 *dl_pipe);
|
H A D | pcic.c | 728 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 D | hif.h | 24 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 D | pci.h | 126 u8 *ul_pipe, u8 *dl_pipe);
|