Lines Matching refs:pipe_num
897 int pipe_num; in ath10k_snoc_buffer_cleanup() local
900 for (pipe_num = 0; pipe_num < CE_COUNT; pipe_num++) { in ath10k_snoc_buffer_cleanup()
901 pipe_info = &ar_snoc->pipe_info[pipe_num]; in ath10k_snoc_buffer_cleanup()
955 int pipe_num; in ath10k_snoc_wlan_enable() local
957 for (pipe_num = 0; pipe_num < CE_COUNT_MAX; pipe_num++) { in ath10k_snoc_wlan_enable()
958 tgt_cfg[pipe_num].pipe_num = in ath10k_snoc_wlan_enable()
959 target_ce_config_wlan[pipe_num].pipenum; in ath10k_snoc_wlan_enable()
960 tgt_cfg[pipe_num].pipe_dir = in ath10k_snoc_wlan_enable()
961 target_ce_config_wlan[pipe_num].pipedir; in ath10k_snoc_wlan_enable()
962 tgt_cfg[pipe_num].nentries = in ath10k_snoc_wlan_enable()
963 target_ce_config_wlan[pipe_num].nentries; in ath10k_snoc_wlan_enable()
964 tgt_cfg[pipe_num].nbytes_max = in ath10k_snoc_wlan_enable()
965 target_ce_config_wlan[pipe_num].nbytes_max; in ath10k_snoc_wlan_enable()
966 tgt_cfg[pipe_num].flags = in ath10k_snoc_wlan_enable()
967 target_ce_config_wlan[pipe_num].flags; in ath10k_snoc_wlan_enable()
968 tgt_cfg[pipe_num].reserved = 0; in ath10k_snoc_wlan_enable()
1314 pipe->pipe_num = i; in ath10k_snoc_setup_resource()