Searched refs:ch_config (Results 1 – 7 of 7) 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) |
1835 vti->list[i].count = adapter->ch_config.ch_info[i].count; in iavf_enable_channels()1836 vti->list[i].offset = adapter->ch_config.ch_info[i].offset; in iavf_enable_channels()1839 adapter->ch_config.ch_info[i].max_tx_rate; in iavf_enable_channels()1842 adapter->ch_config.state = __IAVF_TC_RUNNING; in iavf_enable_channels()1865 adapter->ch_config.state = __IAVF_TC_INVALID; in iavf_disable_channels()2406 adapter->ch_config.state = __IAVF_TC_INVALID; in iavf_virtchnl_completion()2414 adapter->ch_config.state = __IAVF_TC_RUNNING; in iavf_virtchnl_completion()
1559 num_active_queues = adapter->ch_config.total_qps; in iavf_alloc_queues()3670 struct virtchnl_channel_info *ch = &adapter->ch_config.ch_info[0]; in iavf_is_tc_config_same()3711 if (adapter->ch_config.state == __IAVF_TC_RUNNING) { in __iavf_setup_tc()3732 if (adapter->ch_config.state != __IAVF_TC_INVALID) { in __iavf_setup_tc()3747 adapter->ch_config.ch_info[i].count = in __iavf_setup_tc()3749 adapter->ch_config.ch_info[i].offset = in __iavf_setup_tc()3756 adapter->ch_config.ch_info[i].max_tx_rate = in __iavf_setup_tc()3759 adapter->ch_config.ch_info[i].count = 1; in __iavf_setup_tc()3760 adapter->ch_config.ch_info[i].offset = 0; in __iavf_setup_tc()3776 adapter->ch_config.total_qps = total_qps; in __iavf_setup_tc()
462 struct iavf_channel_config ch_config; member