Lines Matching refs:pipe_num
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()
963 int pipe_num; in ath10k_snoc_wlan_enable() local
965 for (pipe_num = 0; pipe_num < CE_COUNT_MAX; pipe_num++) { in ath10k_snoc_wlan_enable()
966 tgt_cfg[pipe_num].pipe_num = in ath10k_snoc_wlan_enable()
967 target_ce_config_wlan[pipe_num].pipenum; in ath10k_snoc_wlan_enable()
968 tgt_cfg[pipe_num].pipe_dir = in ath10k_snoc_wlan_enable()
969 target_ce_config_wlan[pipe_num].pipedir; in ath10k_snoc_wlan_enable()
970 tgt_cfg[pipe_num].nentries = in ath10k_snoc_wlan_enable()
971 target_ce_config_wlan[pipe_num].nentries; in ath10k_snoc_wlan_enable()
972 tgt_cfg[pipe_num].nbytes_max = in ath10k_snoc_wlan_enable()
973 target_ce_config_wlan[pipe_num].nbytes_max; in ath10k_snoc_wlan_enable()
974 tgt_cfg[pipe_num].flags = in ath10k_snoc_wlan_enable()
975 target_ce_config_wlan[pipe_num].flags; in ath10k_snoc_wlan_enable()
976 tgt_cfg[pipe_num].reserved = 0; in ath10k_snoc_wlan_enable()
1384 pipe->pipe_num = i; in ath10k_snoc_setup_resource()