| /linux/drivers/net/wireless/ath/ath10k/ |
| H A D | snoc.c | 916 int pipe_num; in ath10k_snoc_buffer_cleanup() local 919 for (pipe_num = 0; pipe_num < CE_COUNT; pipe_num++) { in ath10k_snoc_buffer_cleanup() 920 pipe_info = &ar_snoc->pipe_info[pipe_num]; in ath10k_snoc_buffer_cleanup() 978 int pipe_num; in ath10k_snoc_wlan_enable() local 980 for (pipe_num = 0; pipe_num < CE_COUNT_MAX; pipe_num++) { in ath10k_snoc_wlan_enable() 981 tgt_cfg[pipe_num].pipe_num = in ath10k_snoc_wlan_enable() 982 target_ce_config_wlan[pipe_num].pipenum; in ath10k_snoc_wlan_enable() 983 tgt_cfg[pipe_num].pipe_dir = in ath10k_snoc_wlan_enable() 984 target_ce_config_wlan[pipe_num].pipedir; in ath10k_snoc_wlan_enable() 985 tgt_cfg[pipe_num].nentries = in ath10k_snoc_wlan_enable() [all …]
|
| H A D | qmi.h | 52 __le32 pipe_num; member 63 __le32 pipe_num; member
|
| /linux/drivers/net/wireless/ath/ath12k/ |
| H A D | ce.c | 182 pipe->pipe_num, skb->len); in ath12k_ce_recv_process_cb() 189 pipe->pipe_num, ret); in ath12k_ce_recv_process_cb() 456 ath12k_ce_poll_send_completed(ab, pipe->pipe_num); in ath12k_ce_send() 531 int pipe_num; in ath12k_ce_cleanup_pipes() local 533 for (pipe_num = 0; pipe_num < ab->hw_params->ce_count; pipe_num++) { in ath12k_ce_cleanup_pipes() 534 pipe = &ab->ce.ce_pipe[pipe_num]; in ath12k_ce_cleanup_pipes() 538 ath12k_ce_poll_send_completed(ab, pipe_num); in ath12k_ce_cleanup_pipes() 734 pipe->pipe_num = i; in ath12k_ce_alloc_pipes()
|
| H A D | qmi.c | 1715 pipe_num), 1786 pipe_num), 3490 int ret = 0, pipe_num; in ath12k_qmi_wlanfw_wlan_cfg_send() local 3506 for (pipe_num = 0; pipe_num < req->tgt_cfg_len ; pipe_num++) { in ath12k_qmi_wlanfw_wlan_cfg_send() 3507 req->tgt_cfg[pipe_num].pipe_num = in ath12k_qmi_wlanfw_wlan_cfg_send() 3508 __le32_to_cpu(ce_cfg[pipe_num].pipenum); in ath12k_qmi_wlanfw_wlan_cfg_send() 3509 req->tgt_cfg[pipe_num].pipe_dir = in ath12k_qmi_wlanfw_wlan_cfg_send() 3510 __le32_to_cpu(ce_cfg[pipe_num].pipedir); in ath12k_qmi_wlanfw_wlan_cfg_send() 3511 req->tgt_cfg[pipe_num].nentries = in ath12k_qmi_wlanfw_wlan_cfg_send() 3512 __le32_to_cpu(ce_cfg[pipe_num].nentries); in ath12k_qmi_wlanfw_wlan_cfg_send() [all …]
|
| H A D | qmi.h | 388 u32 pipe_num; member 398 u32 pipe_num; member
|
| H A D | ahb.c | 527 ath12k_ce_per_engine_service(ce_pipe->ab, ce_pipe->pipe_num); in ath12k_ahb_ce_workqueue() 529 ath12k_ahb_ce_irq_enable(ce_pipe->ab, ce_pipe->pipe_num); in ath12k_ahb_ce_workqueue() 539 ath12k_ahb_ce_irq_disable(ce_pipe->ab, ce_pipe->pipe_num); in ath12k_ahb_ce_interrupt_handler()
|
| H A D | pci.c | 405 int irq_idx = ATH12K_PCI_IRQ_CE0_OFFSET + ce_pipe->pipe_num; in ath12k_pci_ce_workqueue() 407 ath12k_ce_per_engine_service(ce_pipe->ab, ce_pipe->pipe_num); in ath12k_pci_ce_workqueue() 416 int irq_idx = ATH12K_PCI_IRQ_CE0_OFFSET + ce_pipe->pipe_num; in ath12k_pci_ce_interrupt_handler()
|
| H A D | hal.c | 790 i, ce_pipe->pipe_num, in ath12k_hal_dump_srng_stats()
|
| /linux/drivers/usb/renesas_usbhs/ |
| H A D | pipe.c | 39 *usbhsp_get_pipe_config(struct usbhs_priv *priv, int pipe_num) in usbhsp_get_pipe_config() argument 44 return &pipe_configs[pipe_num]; in usbhsp_get_pipe_config() 473 int pipe_num = usbhs_pipe_number(pipe); in usbhsp_setup_pipebuff() local 478 usbhsp_get_pipe_config(priv, pipe_num); in usbhsp_setup_pipebuff() 496 pipe_num, buff_size, bufnmb); in usbhsp_setup_pipebuff() 506 int pipe_num = usbhs_pipe_number(pipe); in usbhs_pipe_config_update() local 508 usbhsp_get_pipe_config(priv, pipe_num); in usbhs_pipe_config_update()
|
| /linux/drivers/net/wireless/ath/ath11k/ |
| H A D | qmi.c | 1306 pipe_num), 1377 pipe_num), 2702 int ret = 0, pipe_num; in ath11k_qmi_wlanfw_wlan_cfg_send() local 2720 for (pipe_num = 0; pipe_num < req->tgt_cfg_len ; pipe_num++) { in ath11k_qmi_wlanfw_wlan_cfg_send() 2721 req->tgt_cfg[pipe_num].pipe_num = ce_cfg[pipe_num].pipenum; in ath11k_qmi_wlanfw_wlan_cfg_send() 2722 req->tgt_cfg[pipe_num].pipe_dir = ce_cfg[pipe_num].pipedir; in ath11k_qmi_wlanfw_wlan_cfg_send() 2723 req->tgt_cfg[pipe_num].nentries = ce_cfg[pipe_num].nentries; in ath11k_qmi_wlanfw_wlan_cfg_send() 2724 req->tgt_cfg[pipe_num].nbytes_max = ce_cfg[pipe_num].nbytes_max; in ath11k_qmi_wlanfw_wlan_cfg_send() 2725 req->tgt_cfg[pipe_num].flags = ce_cfg[pipe_num].flags; in ath11k_qmi_wlanfw_wlan_cfg_send() 2731 for (pipe_num = 0; pipe_num < req->svc_cfg_len; pipe_num++) { in ath11k_qmi_wlanfw_wlan_cfg_send() [all …]
|
| H A D | ahb.c | 479 ath11k_ce_per_engine_service(ce_pipe->ab, ce_pipe->pipe_num); in ath11k_ahb_ce_tasklet() 481 ath11k_ahb_ce_irq_enable(ce_pipe->ab, ce_pipe->pipe_num); in ath11k_ahb_ce_tasklet() 491 ath11k_ahb_ce_irq_disable(ce_pipe->ab, ce_pipe->pipe_num); in ath11k_ahb_ce_interrupt_handler()
|
| H A D | hal.c | 1427 i, ce_pipe->pipe_num, in ath11k_hal_dump_srng_stats()
|
| /linux/drivers/staging/media/ipu3/ |
| H A D | ipu3-abi.h | 1779 u32 pipe_num; /* the dynamic pipe number */ member
|
| H A D | ipu3-css.c | 1008 sp_group->pipe[pipe].pipe_num = pipe; in imgu_css_pipeline_init()
|