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