Lines Matching refs:pipe_num
903 int pipe_num; in ath10k_snoc_buffer_cleanup() local
906 for (pipe_num = 0; pipe_num < CE_COUNT; pipe_num++) { in ath10k_snoc_buffer_cleanup()
907 pipe_info = &ar_snoc->pipe_info[pipe_num]; in ath10k_snoc_buffer_cleanup()
962 int pipe_num; in ath10k_snoc_wlan_enable() local
964 for (pipe_num = 0; pipe_num < CE_COUNT_MAX; pipe_num++) { in ath10k_snoc_wlan_enable()
965 tgt_cfg[pipe_num].pipe_num = in ath10k_snoc_wlan_enable()
966 target_ce_config_wlan[pipe_num].pipenum; in ath10k_snoc_wlan_enable()
967 tgt_cfg[pipe_num].pipe_dir = in ath10k_snoc_wlan_enable()
968 target_ce_config_wlan[pipe_num].pipedir; in ath10k_snoc_wlan_enable()
969 tgt_cfg[pipe_num].nentries = in ath10k_snoc_wlan_enable()
970 target_ce_config_wlan[pipe_num].nentries; in ath10k_snoc_wlan_enable()
971 tgt_cfg[pipe_num].nbytes_max = in ath10k_snoc_wlan_enable()
972 target_ce_config_wlan[pipe_num].nbytes_max; in ath10k_snoc_wlan_enable()
973 tgt_cfg[pipe_num].flags = in ath10k_snoc_wlan_enable()
974 target_ce_config_wlan[pipe_num].flags; in ath10k_snoc_wlan_enable()
975 tgt_cfg[pipe_num].reserved = 0; in ath10k_snoc_wlan_enable()
1346 pipe->pipe_num = i; in ath10k_snoc_setup_resource()