Home
last modified time | relevance | path

Searched refs:txv (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/ti/
H A Dcpsw.c949 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()
H A Dcpsw_new.c964 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()
H A Dcpsw_priv.h347 struct cpsw_vector txv[CPSW_MAX_QUEUES]; member