Searched refs:cpsw_tx_handler (Results  1 – 5 of 5) sorted by relevance
| /Linux-v6.6/drivers/net/ethernet/ti/ | 
| D | cpsw_priv.h | 444 void cpsw_tx_handler(void *token, int len, int status);
  | 
| D | cpsw_ethtool.c | 550 		handler = cpsw_tx_handler;  in cpsw_update_channels_res()
  | 
| D | cpsw_priv.c | 52 void cpsw_tx_handler(void *token, int len, int status)  in cpsw_tx_handler()  function
  | 
| D | cpsw.c | 1596 	cpsw->txv[0].ch = cpdma_chan_create(cpsw->dma, ch, cpsw_tx_handler, 0);  in cpsw_probe()
  | 
| D | cpsw_new.c | 1948 	cpsw->txv[0].ch = cpdma_chan_create(cpsw->dma, ch, cpsw_tx_handler, 0);  in cpsw_probe()
  |