Searched refs:ch_config (Results 1 – 6 of 6) sorted by relevance
127 void (*ch_config)(struct dw_edma_chan *chan); member200 chan->dw->core->ch_config(chan); in dw_edma_core_ch_config()
292 .ch_config = dw_hdma_v0_core_ch_config,
518 .ch_config = dw_edma_v0_core_ch_config,
121 unsigned int ch_config; member706 ch_regs->global_config |= cdata->ch_config; in tegra_adma_set_xfer_params()708 ch_regs->config |= cdata->ch_config; in tegra_adma_set_xfer_params()953 .ch_config = ADMA_CH_CONFIG_WEIGHT_FOR_WRR(1),977 .ch_config = ADMA_CH_CONFIG_WEIGHT_FOR_WRR(1) |1002 .ch_config = ADMA_GLOBAL_CH_CONFIG_WEIGHT_FOR_WRR(1) |
1581 num_active_queues = adapter->ch_config.total_qps; in iavf_alloc_queues()3673 struct virtchnl_channel_info *ch = &adapter->ch_config.ch_info[0]; in iavf_is_tc_config_same()3714 if (adapter->ch_config.state == __IAVF_TC_RUNNING) { in __iavf_setup_tc()3735 if (adapter->ch_config.state != __IAVF_TC_INVALID) { in __iavf_setup_tc()3750 adapter->ch_config.ch_info[i].count = in __iavf_setup_tc()3752 adapter->ch_config.ch_info[i].offset = in __iavf_setup_tc()3759 adapter->ch_config.ch_info[i].max_tx_rate = in __iavf_setup_tc()3762 adapter->ch_config.ch_info[i].count = 1; in __iavf_setup_tc()3763 adapter->ch_config.ch_info[i].offset = 0; in __iavf_setup_tc()3779 adapter->ch_config.total_qps = total_qps; in __iavf_setup_tc()
463 struct iavf_channel_config ch_config; member