Searched refs:txv (Results 1 – 5 of 5) sorted by relevance
134 struct cpsw_vector *txv; in cpsw_tx_mq_poll() local142 txv = &cpsw->txv[ch]; in cpsw_tx_mq_poll()146 cur_budget = txv->budget; in cpsw_tx_mq_poll()299 cpdma_chan_stop(cpsw->txv[ch].ch); in cpsw_ndo_tx_timeout()300 cpdma_chan_start(cpsw->txv[ch].ch); in cpsw_ndo_tx_timeout()349 struct cpsw_vector *txv = cpsw->txv; in cpsw_split_res() local395 if (!txv[i].budget) in cpsw_split_res()396 txv[i].budget++; in cpsw_split_res()407 txv[i].budget = ch_budget; in cpsw_split_res()413 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()551 vec = cpsw->txv; in cpsw_update_channels_res()
922 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()
938 txch = cpsw->txv[q_idx].ch; in cpsw_ndo_start_xmit()1951 cpsw->txv[0].ch = cpdma_chan_create(cpsw->dma, ch, cpsw_tx_handler, 0); in cpsw_probe()1952 if (IS_ERR(cpsw->txv[0].ch)) { in cpsw_probe()1954 ret = PTR_ERR(cpsw->txv[0].ch); in cpsw_probe()
345 struct cpsw_vector txv[CPSW_MAX_QUEUES]; member
Completed in 16 milliseconds