Searched refs:txv (Results 1 – 5 of 5) sorted by relevance
135 struct cpsw_vector *txv; in cpsw_tx_mq_poll() local143 txv = &cpsw->txv[ch]; in cpsw_tx_mq_poll()147 cur_budget = txv->budget; in cpsw_tx_mq_poll()300 cpdma_chan_stop(cpsw->txv[ch].ch); in cpsw_ndo_tx_timeout()301 cpdma_chan_start(cpsw->txv[ch].ch); in cpsw_ndo_tx_timeout()350 struct cpsw_vector *txv = cpsw->txv; in cpsw_split_res() local396 if (!txv[i].budget) in cpsw_split_res()397 txv[i].budget++; in cpsw_split_res()408 txv[i].budget = ch_budget; in cpsw_split_res()414 budget -= txv[i].budget; in cpsw_split_res()[all …]
298 cpdma_chan_get_stats(cpsw->txv[ch].ch, &ch_stats); in cpsw_get_ethtool_stats()537 vec = cpsw->txv; in cpsw_update_channels_res()
930 txch = cpsw->txv[q_idx].ch; in cpsw_ndo_start_xmit()1603 cpsw->txv[0].ch = cpdma_chan_create(cpsw->dma, ch, cpsw_tx_handler, 0); in cpsw_probe()1604 if (IS_ERR(cpsw->txv[0].ch)) { in cpsw_probe()1606 ret = PTR_ERR(cpsw->txv[0].ch); in cpsw_probe()
946 txch = cpsw->txv[q_idx].ch; in cpsw_ndo_start_xmit()1960 cpsw->txv[0].ch = cpdma_chan_create(cpsw->dma, ch, cpsw_tx_handler, 0); in cpsw_probe()1961 if (IS_ERR(cpsw->txv[0].ch)) { in cpsw_probe()1963 ret = PTR_ERR(cpsw->txv[0].ch); in cpsw_probe()
347 struct cpsw_vector txv[CPSW_MAX_QUEUES]; member