Home
last modified time | relevance | path

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

/linux/drivers/net/wwan/iosm/
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.old_head, in ipc_imem_sys_devlink_close()
432 channel->ul_pipe.old_tail); in ipc_imem_sys_devlink_close()
460 ipc_imem_pipe_cleanup(ipc_imem, &channel->ul_pipe); in ipc_imem_sys_devlink_close()
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()
1100 if (chnl_cfg.ul_pipe >= IPC_MEM_MAX_PIPES || in ipc_imem_channel_init()
1103 chnl_cfg.ul_pipe, chnl_cfg.dl_pipe); in ipc_imem_channel_init()
1148 channel->ul_pipe.pipe_nr = chnl_cfg.ul_pipe; in ipc_imem_channel_update()
1149 channel->ul_pipe.is_open = false; in ipc_imem_channel_update()
1151 channel->ul_pipe.channel = channel; in ipc_imem_channel_update()
1152 channel->ul_pipe.dir = IPC_MEM_DIR_UL; in ipc_imem_channel_update()
[all …]
A Diosm_ipc_chnl_cfg.c86 chnl_cfg->ul_pipe = modem_cfg[index].ul_pipe; in ipc_chnl_cfg_get()
A Diosm_ipc_chnl_cfg.h42 u32 ul_pipe; member
A Diosm_ipc_imem.h241 struct ipc_pipe ul_pipe; member
A Diosm_ipc_mux.c478 ipc_mux->channel->ul_pipe.is_open = false; in ipc_mux_deinit()
/linux/drivers/net/wireless/ath/ath10k/
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() 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()
A Dpci.h230 u8 *ul_pipe, u8 *dl_pipe);
231 void ath10k_pci_hif_get_default_pipe(struct ath10k *ar, u8 *ul_pipe,
A Dusb.c674 u8 *ul_pipe, u8 *dl_pipe) in ath10k_usb_hif_get_default_pipe() argument
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() argument
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()
A Dsnoc.c775 u8 *ul_pipe, u8 *dl_pipe) in ath10k_snoc_hif_map_service_to_pipe() argument
799 *ul_pipe = __le32_to_cpu(entry->pipenum); in ath10k_snoc_hif_map_service_to_pipe()
806 *ul_pipe = __le32_to_cpu(entry->pipenum); in ath10k_snoc_hif_map_service_to_pipe()
820 u8 *ul_pipe, u8 *dl_pipe) in ath10k_snoc_hif_get_default_pipe() argument
826 ul_pipe, dl_pipe); in ath10k_snoc_hif_get_default_pipe()
A Dsdio.c2031 u8 *ul_pipe, u8 *dl_pipe) in ath10k_sdio_hif_map_service_to_pipe() argument
2059 *ul_pipe = *dl_pipe = (u8)eid; in ath10k_sdio_hif_map_service_to_pipe()
2108 u8 *ul_pipe, u8 *dl_pipe) in ath10k_sdio_hif_get_default_pipe() argument
2115 *ul_pipe = 0; in ath10k_sdio_hif_get_default_pipe()
A Dpci.c1824 u8 *ul_pipe, u8 *dl_pipe) in ath10k_pci_hif_map_service_to_pipe() argument
1849 *ul_pipe = __le32_to_cpu(entry->pipenum); in ath10k_pci_hif_map_service_to_pipe()
1856 *ul_pipe = __le32_to_cpu(entry->pipenum); in ath10k_pci_hif_map_service_to_pipe()
1870 u8 *ul_pipe, u8 *dl_pipe) in ath10k_pci_hif_get_default_pipe() argument
1876 ul_pipe, dl_pipe); in ath10k_pci_hif_get_default_pipe()
/linux/drivers/net/wireless/ath/ath6kl/
A 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()
A Dusb.c797 u8 *ul_pipe, u8 *dl_pipe) in ath6kl_usb_get_default_pipe() argument
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() argument
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()
/linux/drivers/net/wireless/ath/ath12k/
A Dhif.h24 u8 *ul_pipe, u8 *dl_pipe);
37 u8 *ul_pipe, u8 *dl_pipe) in ath12k_hif_map_service_to_pipe() argument
40 ul_pipe, dl_pipe); in ath12k_hif_map_service_to_pipe()
A Dpci.h133 u8 *ul_pipe, u8 *dl_pipe);
A Dpci.c987 u8 *ul_pipe, u8 *dl_pipe) in ath12k_pci_map_service_to_pipe() argument
1009 *ul_pipe = __le32_to_cpu(entry->pipenum); in ath12k_pci_map_service_to_pipe()
1016 *ul_pipe = __le32_to_cpu(entry->pipenum); in ath12k_pci_map_service_to_pipe()
/linux/drivers/net/wireless/ath/ath11k/
A Dhif.h25 u8 *ul_pipe, u8 *dl_pipe);
114 u8 *ul_pipe, u8 *dl_pipe) in ath11k_hif_map_service_to_pipe() argument
116 return ab->hif.ops->map_service_to_pipe(ab, service_id, ul_pipe, dl_pipe); in ath11k_hif_map_service_to_pipe()
A Dpcic.h44 u8 *ul_pipe, u8 *dl_pipe);
A Dpcic.c761 u8 *ul_pipe, u8 *dl_pipe) in ath11k_pcic_map_service_to_pipe() argument
783 *ul_pipe = __le32_to_cpu(entry->pipenum); in ath11k_pcic_map_service_to_pipe()
790 *ul_pipe = __le32_to_cpu(entry->pipenum); in ath11k_pcic_map_service_to_pipe()
A Dahb.c645 u8 *ul_pipe, u8 *dl_pipe) in ath11k_ahb_map_service_to_pipe() argument
667 *ul_pipe = __le32_to_cpu(entry->pipenum); in ath11k_ahb_map_service_to_pipe()
674 *ul_pipe = __le32_to_cpu(entry->pipenum); in ath11k_ahb_map_service_to_pipe()

Completed in 41 milliseconds