Searched refs:txv (Results 1 – 3 of 3) sorted by relevance
949 txch = cpsw->txv[q_idx].ch; in cpsw_ndo_start_xmit()1646 cpsw->txv[0].ch = cpdma_chan_create(cpsw->dma, ch, cpsw_tx_handler, 0); in cpsw_probe()1647 if (IS_ERR(cpsw->txv[0].ch)) { in cpsw_probe()1649 ret = PTR_ERR(cpsw->txv[0].ch); in cpsw_probe()
964 txch = cpsw->txv[q_idx].ch; in cpsw_ndo_start_xmit()1988 cpsw->txv[0].ch = cpdma_chan_create(cpsw->dma, ch, cpsw_tx_handler, 0); in cpsw_probe()1989 if (IS_ERR(cpsw->txv[0].ch)) { in cpsw_probe()1991 ret = PTR_ERR(cpsw->txv[0].ch); in cpsw_probe()
347 struct cpsw_vector txv[CPSW_MAX_QUEUES]; member