Home
last modified time | relevance | path

Searched refs:pipe_num (Results 1 – 22 of 22) 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()
788 return pipe_num; in ath10k_usb_get_logical_pipe_num()
831 u8 pipe_num; in ath10k_usb_setup_pipe_resources() local
871 pipe_num = in ath10k_usb_setup_pipe_resources()
877 pipe = &ar_usb->pipes[pipe_num]; in ath10k_usb_setup_pipe_resources()
[all …]
H A Dsnoc.c904 int pipe_num; in ath10k_snoc_buffer_cleanup() local
907 for (pipe_num = 0; pipe_num < CE_COUNT; pipe_num++) { in ath10k_snoc_buffer_cleanup()
964 int pipe_num; in ath10k_snoc_wlan_enable() local
966 for (pipe_num = 0; pipe_num < CE_COUNT_MAX; pipe_num++) { in ath10k_snoc_wlan_enable()
967 tgt_cfg[pipe_num].pipe_num = in ath10k_snoc_wlan_enable()
969 tgt_cfg[pipe_num].pipe_dir = in ath10k_snoc_wlan_enable()
971 tgt_cfg[pipe_num].nentries = in ath10k_snoc_wlan_enable()
973 tgt_cfg[pipe_num].nbytes_max = in ath10k_snoc_wlan_enable()
975 tgt_cfg[pipe_num].flags = in ath10k_snoc_wlan_enable()
977 tgt_cfg[pipe_num].reserved = 0; in ath10k_snoc_wlan_enable()
[all …]
H A Dqmi.h52 __le32 pipe_num; member
63 __le32 pipe_num; member
H A Dsnoc.h28 u8 pipe_num; member
H A Dpci.h85 u8 pipe_num; member
H A Dqmi.c457 req->tgt_cfg[i].pipe_num = config->ce_tgt_cfg[i].pipe_num; in ath10k_qmi_cfg_send_sync_msg()
472 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.h127 __le32 pipe_num; member
137 __le32 pipe_num; member
H A Dpci.c2132 int pipe_num; in ath10k_pci_buffer_cleanup() local
2134 for (pipe_num = 0; pipe_num < CE_COUNT; pipe_num++) { in ath10k_pci_buffer_cleanup()
2137 pipe_info = &ar_pci->pipe_info[pipe_num]; in ath10k_pci_buffer_cleanup()
2590 pipe->pipe_num = i; in ath10k_pci_alloc_pipes()
H A Dqmi_wlfw_v01.c18 pipe_num),
85 pipe_num),
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dce.c446 pipe->pipe_num, skb->len); in ath11k_ce_recv_process_cb()
453 pipe->pipe_num, ret); in ath11k_ce_recv_process_cb()
524 pipe->pipe_num, skb->len); in ath11k_ce_tx_process_cb()
742 ath11k_ce_poll_send_completed(ab, pipe->pipe_num); in ath11k_ce_send()
869 int pipe_num; in ath11k_ce_cleanup_pipes() local
873 for (pipe_num = 0; pipe_num < ab->hw_params.ce_count; pipe_num++) { in ath11k_ce_cleanup_pipes()
874 pipe = &ab->ce.ce_pipe[pipe_num]; in ath11k_ce_cleanup_pipes()
878 ath11k_ce_poll_send_completed(ab, pipe_num); in ath11k_ce_cleanup_pipes()
1039 pipe->pipe_num = i; in ath11k_ce_alloc_pipes()
H A Dqmi.c1319 pipe_num),
1390 pipe_num),
2732 for (pipe_num = 0; pipe_num < req->tgt_cfg_len ; pipe_num++) { in ath11k_qmi_wlanfw_wlan_cfg_send()
2733 req->tgt_cfg[pipe_num].pipe_num = ce_cfg[pipe_num].pipenum; in ath11k_qmi_wlanfw_wlan_cfg_send()
2734 req->tgt_cfg[pipe_num].pipe_dir = ce_cfg[pipe_num].pipedir; in ath11k_qmi_wlanfw_wlan_cfg_send()
2735 req->tgt_cfg[pipe_num].nentries = ce_cfg[pipe_num].nentries; in ath11k_qmi_wlanfw_wlan_cfg_send()
2736 req->tgt_cfg[pipe_num].nbytes_max = ce_cfg[pipe_num].nbytes_max; in ath11k_qmi_wlanfw_wlan_cfg_send()
2737 req->tgt_cfg[pipe_num].flags = ce_cfg[pipe_num].flags; in ath11k_qmi_wlanfw_wlan_cfg_send()
2743 for (pipe_num = 0; pipe_num < req->svc_cfg_len; pipe_num++) { in ath11k_qmi_wlanfw_wlan_cfg_send()
2745 req->svc_cfg[pipe_num].pipe_dir = svc_cfg[pipe_num].pipedir; in ath11k_qmi_wlanfw_wlan_cfg_send()
[all …]
H A Dqmi.h319 __le32 pipe_num; member
329 __le32 pipe_num; member
H A Dce.h169 u16 pipe_num; member
H A Dpcic.c392 int irq_idx = ATH11K_PCI_IRQ_CE0_OFFSET + ce_pipe->pipe_num; in ath11k_pcic_ce_tasklet()
394 ath11k_ce_per_engine_service(ce_pipe->ab, ce_pipe->pipe_num); in ath11k_pcic_ce_tasklet()
403 int irq_idx = ATH11K_PCI_IRQ_CE0_OFFSET + ce_pipe->pipe_num; in ath11k_pcic_ce_interrupt_handler()
H A Dahb.c469 ath11k_ce_per_engine_service(ce_pipe->ab, ce_pipe->pipe_num); in ath11k_ahb_ce_tasklet()
471 ath11k_ahb_ce_irq_enable(ce_pipe->ab, ce_pipe->pipe_num); in ath11k_ahb_ce_tasklet()
481 ath11k_ahb_ce_irq_disable(ce_pipe->ab, ce_pipe->pipe_num); in ath11k_ahb_ce_interrupt_handler()
H A Dhal.c1362 i, ce_pipe->pipe_num, in ath11k_hal_dump_srng_stats()
1366 i, ce_pipe->pipe_num, in ath11k_hal_dump_srng_stats()
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dce.c396 pipe->pipe_num, skb->len); in ath12k_ce_recv_process_cb()
403 pipe->pipe_num, ret); in ath12k_ce_recv_process_cb()
669 ath12k_ce_poll_send_completed(ab, pipe->pipe_num); in ath12k_ce_send()
744 int pipe_num; in ath12k_ce_cleanup_pipes() local
746 for (pipe_num = 0; pipe_num < ab->hw_params->ce_count; pipe_num++) { in ath12k_ce_cleanup_pipes()
747 pipe = &ab->ce.ce_pipe[pipe_num]; in ath12k_ce_cleanup_pipes()
751 ath12k_ce_poll_send_completed(ab, pipe_num); in ath12k_ce_cleanup_pipes()
943 pipe->pipe_num = i; in ath12k_ce_alloc_pipes()
H A Dqmi.c1561 pipe_num),
1632 pipe_num),
2692 for (pipe_num = 0; pipe_num < req->tgt_cfg_len ; pipe_num++) { in ath12k_qmi_wlanfw_wlan_cfg_send()
2693 req->tgt_cfg[pipe_num].pipe_num = ce_cfg[pipe_num].pipenum; in ath12k_qmi_wlanfw_wlan_cfg_send()
2694 req->tgt_cfg[pipe_num].pipe_dir = ce_cfg[pipe_num].pipedir; in ath12k_qmi_wlanfw_wlan_cfg_send()
2695 req->tgt_cfg[pipe_num].nentries = ce_cfg[pipe_num].nentries; in ath12k_qmi_wlanfw_wlan_cfg_send()
2696 req->tgt_cfg[pipe_num].nbytes_max = ce_cfg[pipe_num].nbytes_max; in ath12k_qmi_wlanfw_wlan_cfg_send()
2697 req->tgt_cfg[pipe_num].flags = ce_cfg[pipe_num].flags; in ath12k_qmi_wlanfw_wlan_cfg_send()
2703 for (pipe_num = 0; pipe_num < req->svc_cfg_len; pipe_num++) { in ath12k_qmi_wlanfw_wlan_cfg_send()
2705 req->svc_cfg[pipe_num].pipe_dir = svc_cfg[pipe_num].pipedir; in ath12k_qmi_wlanfw_wlan_cfg_send()
[all …]
H A Dce.h143 u16 pipe_num; member
H A Dqmi.h368 __le32 pipe_num; member
378 __le32 pipe_num; member
H A Dpci.c413 ath12k_ce_per_engine_service(ce_pipe->ab, ce_pipe->pipe_num); in ath12k_pci_ce_tasklet()
415 ath12k_pci_ce_irq_enable(ce_pipe->ab, ce_pipe->pipe_num); in ath12k_pci_ce_tasklet()
425 ath12k_pci_ce_irq_disable(ce_pipe->ab, ce_pipe->pipe_num); in ath12k_pci_ce_interrupt_handler()
H A Dhal.c2200 i, ce_pipe->pipe_num, in ath12k_hal_dump_srng_stats()