Searched refs:cpsw_rx_handler (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/net/ethernet/ti/ |
| H A D | cpsw.c | 363 static void cpsw_rx_handler(void *token, int len, int status) in cpsw_rx_handler() function 1248 return cpsw_set_channels_common(ndev, chs, cpsw_rx_handler); in cpsw_set_channels() 1653 cpsw->rxv[0].ch = cpdma_chan_create(cpsw->dma, 0, cpsw_rx_handler, 1); in cpsw_probe()
|
| H A D | cpsw_new.c | 301 static void cpsw_rx_handler(void *token, int len, int status) in cpsw_rx_handler() function 1210 return cpsw_set_channels_common(ndev, chs, cpsw_rx_handler); in cpsw_set_channels() 1995 cpsw->rxv[0].ch = cpdma_chan_create(cpsw->dma, 0, cpsw_rx_handler, 1); in cpsw_probe()
|