Home
last modified time | relevance | path

Searched refs:pipe_num (Results 1 – 23 of 23) sorted by relevance

/freebsd/sys/contrib/dev/athk/ath10k/
H A Dusb.c748 u8 pipe_num = ATH10K_USB_PIPE_INVALID; in ath10k_usb_get_logical_pipe_num() local
752 pipe_num = ATH10K_USB_PIPE_RX_CTRL; in ath10k_usb_get_logical_pipe_num()
756 pipe_num = ATH10K_USB_PIPE_RX_DATA; in ath10k_usb_get_logical_pipe_num()
760 pipe_num = ATH10K_USB_PIPE_RX_INT; in ath10k_usb_get_logical_pipe_num()
764 pipe_num = ATH10K_USB_PIPE_RX_DATA2; in ath10k_usb_get_logical_pipe_num()
768 pipe_num = ATH10K_USB_PIPE_TX_CTRL; in ath10k_usb_get_logical_pipe_num()
772 pipe_num = ATH10K_USB_PIPE_TX_DATA_LP; in ath10k_usb_get_logical_pipe_num()
776 pipe_num = ATH10K_USB_PIPE_TX_DATA_MP; in ath10k_usb_get_logical_pipe_num()
780 pipe_num = ATH10K_USB_PIPE_TX_DATA_HP; in ath10k_usb_get_logical_pipe_num()
788 return pipe_num; in ath10k_usb_get_logical_pipe_num()
[all …]
H A Dsnoc.c915 int pipe_num; in ath10k_snoc_buffer_cleanup() local
918 for (pipe_num = 0; pipe_num < CE_COUNT; pipe_num++) { in ath10k_snoc_buffer_cleanup()
919 pipe_info = &ar_snoc->pipe_info[pipe_num]; in ath10k_snoc_buffer_cleanup()
977 int pipe_num; in ath10k_snoc_wlan_enable() local
979 for (pipe_num = 0; pipe_num < CE_COUNT_MAX; pipe_num++) { in ath10k_snoc_wlan_enable()
980 tgt_cfg[pipe_num].pipe_num = in ath10k_snoc_wlan_enable()
981 target_ce_config_wlan[pipe_num].pipenum; in ath10k_snoc_wlan_enable()
982 tgt_cfg[pipe_num].pipe_dir = in ath10k_snoc_wlan_enable()
983 target_ce_config_wlan[pipe_num].pipedir; in ath10k_snoc_wlan_enable()
984 tgt_cfg[pipe_num].nentries = in ath10k_snoc_wlan_enable()
[all …]
H A Dqmi.h52 __le32 pipe_num; member
63 __le32 pipe_num; member
H A Dsnoc.h29 u8 pipe_num; member
H A Dpci.h86 u8 pipe_num; member
H A Dqmi.c458 req->tgt_cfg[i].pipe_num = config->ce_tgt_cfg[i].pipe_num; in ath10k_qmi_cfg_send_sync_msg()
473 req->svc_cfg[i].pipe_num = config->ce_svc_cfg[i].pipe_num; in ath10k_qmi_cfg_send_sync_msg()
H A Dqmi_wlfw_v01.h128 __le32 pipe_num; member
138 __le32 pipe_num; member
H A Dpci.c2136 int pipe_num; in ath10k_pci_buffer_cleanup() local
2138 for (pipe_num = 0; pipe_num < CE_COUNT; pipe_num++) { in ath10k_pci_buffer_cleanup()
2141 pipe_info = &ar_pci->pipe_info[pipe_num]; in ath10k_pci_buffer_cleanup()
2597 pipe->pipe_num = i; in ath10k_pci_alloc_pipes()
H A Dqmi_wlfw_v01.c19 pipe_num),
86 pipe_num),
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dce.c182 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 Dqmi.c1679 pipe_num),
1750 pipe_num),
3478 int ret = 0, pipe_num; in ath12k_qmi_wlanfw_wlan_cfg_send() local
3499 for (pipe_num = 0; pipe_num < req->tgt_cfg_len ; pipe_num++) { in ath12k_qmi_wlanfw_wlan_cfg_send()
3500 req->tgt_cfg[pipe_num].pipe_num = in ath12k_qmi_wlanfw_wlan_cfg_send()
3501 __le32_to_cpu(ce_cfg[pipe_num].pipenum); in ath12k_qmi_wlanfw_wlan_cfg_send()
3502 req->tgt_cfg[pipe_num].pipe_dir = in ath12k_qmi_wlanfw_wlan_cfg_send()
3503 __le32_to_cpu(ce_cfg[pipe_num].pipedir); in ath12k_qmi_wlanfw_wlan_cfg_send()
3504 req->tgt_cfg[pipe_num].nentries = in ath12k_qmi_wlanfw_wlan_cfg_send()
3505 __le32_to_cpu(ce_cfg[pipe_num].nentries); in ath12k_qmi_wlanfw_wlan_cfg_send()
[all …]
H A Dce.h155 u16 pipe_num; member
H A Dqmi.h401 u32 pipe_num; member
411 u32 pipe_num; member
H A Dahb.c502 ath12k_ce_per_engine_service(ce_pipe->ab, ce_pipe->pipe_num); in ath12k_ahb_ce_workqueue()
504 ath12k_ahb_ce_irq_enable(ce_pipe->ab, ce_pipe->pipe_num); in ath12k_ahb_ce_workqueue()
514 ath12k_ahb_ce_irq_disable(ce_pipe->ab, ce_pipe->pipe_num); in ath12k_ahb_ce_interrupt_handler()
H A Dpci.c411 int irq_idx = ATH12K_PCI_IRQ_CE0_OFFSET + ce_pipe->pipe_num; in ath12k_pci_ce_workqueue()
413 ath12k_ce_per_engine_service(ce_pipe->ab, ce_pipe->pipe_num); in ath12k_pci_ce_workqueue()
422 int irq_idx = ATH12K_PCI_IRQ_CE0_OFFSET + ce_pipe->pipe_num; in ath12k_pci_ce_interrupt_handler()
H A Dhal.c790 i, ce_pipe->pipe_num, in ath12k_hal_dump_srng_stats()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dce.c445 pipe->pipe_num, skb->len); in ath11k_ce_recv_process_cb()
452 pipe->pipe_num, ret); in ath11k_ce_recv_process_cb()
523 pipe->pipe_num, skb->len); in ath11k_ce_tx_process_cb()
741 ath11k_ce_poll_send_completed(ab, pipe->pipe_num); in ath11k_ce_send()
868 int pipe_num; in ath11k_ce_cleanup_pipes() local
872 for (pipe_num = 0; pipe_num < ab->hw_params.ce_count; pipe_num++) { in ath11k_ce_cleanup_pipes()
873 pipe = &ab->ce.ce_pipe[pipe_num]; in ath11k_ce_cleanup_pipes()
877 ath11k_ce_poll_send_completed(ab, pipe_num); in ath11k_ce_cleanup_pipes()
1038 pipe->pipe_num = i; in ath11k_ce_alloc_pipes()
H A Dqmi.c1322 pipe_num),
1393 pipe_num),
2740 int ret = 0, pipe_num; in ath11k_qmi_wlanfw_wlan_cfg_send() local
2763 for (pipe_num = 0; pipe_num < req->tgt_cfg_len ; pipe_num++) { in ath11k_qmi_wlanfw_wlan_cfg_send()
2764 req->tgt_cfg[pipe_num].pipe_num = ce_cfg[pipe_num].pipenum; in ath11k_qmi_wlanfw_wlan_cfg_send()
2765 req->tgt_cfg[pipe_num].pipe_dir = ce_cfg[pipe_num].pipedir; in ath11k_qmi_wlanfw_wlan_cfg_send()
2766 req->tgt_cfg[pipe_num].nentries = ce_cfg[pipe_num].nentries; in ath11k_qmi_wlanfw_wlan_cfg_send()
2767 req->tgt_cfg[pipe_num].nbytes_max = ce_cfg[pipe_num].nbytes_max; in ath11k_qmi_wlanfw_wlan_cfg_send()
2768 req->tgt_cfg[pipe_num].flags = ce_cfg[pipe_num].flags; in ath11k_qmi_wlanfw_wlan_cfg_send()
2774 for (pipe_num = 0; pipe_num < req->svc_cfg_len; pipe_num++) { in ath11k_qmi_wlanfw_wlan_cfg_send()
[all …]
H A Dqmi.h323 __le32 pipe_num; member
333 __le32 pipe_num; member
H A Dce.h170 u16 pipe_num; member
H A Dpcic.c417 int irq_idx = ATH11K_PCI_IRQ_CE0_OFFSET + ce_pipe->pipe_num; in ath11k_pcic_ce_tasklet()
419 ath11k_ce_per_engine_service(ce_pipe->ab, ce_pipe->pipe_num); in ath11k_pcic_ce_tasklet()
428 int irq_idx = ATH11K_PCI_IRQ_CE0_OFFSET + ce_pipe->pipe_num; in ath11k_pcic_ce_interrupt_handler()
H A Dahb.c471 ath11k_ce_per_engine_service(ce_pipe->ab, ce_pipe->pipe_num); in ath11k_ahb_ce_tasklet()
473 ath11k_ahb_ce_irq_enable(ce_pipe->ab, ce_pipe->pipe_num); in ath11k_ahb_ce_tasklet()
483 ath11k_ahb_ce_irq_disable(ce_pipe->ab, ce_pipe->pipe_num); in ath11k_ahb_ce_interrupt_handler()
H A Dhal.c1436 i, ce_pipe->pipe_num, in ath11k_hal_dump_srng_stats()
1440 i, ce_pipe->pipe_num, in ath11k_hal_dump_srng_stats()