Searched refs:cpsw_tx_handler (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/net/ethernet/ti/ |
H A D | cpsw_priv.h | 444 void cpsw_tx_handler(void *token, int len, int status);
|
H A D | cpsw_priv.c | 52 void cpsw_tx_handler(void *token, int len, int status) in cpsw_tx_handler() function
|
H A D | cpsw.c | 1626 cpsw->txv[0].ch = cpdma_chan_create(cpsw->dma, ch, cpsw_tx_handler, 0); in cpsw_probe()
|
H A D | cpsw_new.c | 1962 cpsw->txv[0].ch = cpdma_chan_create(cpsw->dma, ch, cpsw_tx_handler, 0); in cpsw_probe()
|