/freebsd/sys/contrib/dev/athk/ath10k/ |
H A D | usb.c | 748 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 D | snoc.c | 904 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() 908 pipe_info = &ar_snoc->pipe_info[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() 968 target_ce_config_wlan[pipe_num].pipenum; in ath10k_snoc_wlan_enable() 969 tgt_cfg[pipe_num].pipe_dir = in ath10k_snoc_wlan_enable() 970 target_ce_config_wlan[pipe_num].pipedir; in ath10k_snoc_wlan_enable() 971 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
|
H A D | snoc.h | 28 u8 pipe_num; member
|
H A D | qmi.c | 457 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 D | qmi_wlfw_v01.h | 127 __le32 pipe_num; member 137 __le32 pipe_num; member
|
H A D | pci.h | 85 u8 pipe_num; member
|
H A D | pci.c | 2132 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 D | qmi_wlfw_v01.c | 18 pipe_num), 85 pipe_num),
|
/freebsd/sys/contrib/dev/athk/ath11k/ |
H A D | ce.c | 446 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 D | qmi.c | 1319 pipe_num), 1390 pipe_num), 2709 int ret = 0, pipe_num; in ath11k_qmi_wlanfw_wlan_cfg_send() local 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() [all …]
|
H A D | qmi.h | 319 __le32 pipe_num; member 329 __le32 pipe_num; member
|
H A D | ce.h | 169 u16 pipe_num; member
|
H A D | pcic.c | 392 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 D | ahb.c | 469 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 D | hal.c | 1362 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 D | ce.c | 396 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 D | qmi.c | 1561 pipe_num), 1632 pipe_num), 2669 int ret = 0, pipe_num; in ath12k_qmi_wlanfw_wlan_cfg_send() local 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() [all …]
|
H A D | ce.h | 143 u16 pipe_num; member
|
H A D | qmi.h | 368 __le32 pipe_num; member 378 __le32 pipe_num; member
|
H A D | pci.c | 413 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 D | hal.c | 2200 i, ce_pipe->pipe_num, in ath12k_hal_dump_srng_stats()
|