Searched refs:cpsw_err (Results 1 – 3 of 3) sorted by relevance
/drivers/net/ethernet/ti/ |
D | cpsw_ethtool.c | 364 cpsw_err(priv, drv, "ethtool begin failed %d\n", ret); in cpsw_ethtool_op_begin() 378 cpsw_err(priv, drv, "ethtool complete failed %d\n", ret); in cpsw_ethtool_op_complete()
|
D | cpsw.c | 1367 cpsw_err(priv, ifup, "allocate rx page err\n"); in cpsw_fill_rx_channels() 1381 cpsw_err(priv, ifup, in cpsw_fill_rx_channels() 1806 cpsw_err(priv, tx_err, "packet pad failed\n"); in cpsw_ndo_start_xmit() 1825 cpsw_err(priv, tx_err, "desc submit failed\n"); in cpsw_ndo_start_xmit() 2044 cpsw_err(priv, tx_err, "transmit timeout, restarting dma\n"); in cpsw_ndo_tx_timeout() 2925 cpsw_err(priv, probe, "error probe slave 2 emac interface\n"); in cpsw_probe()
|
D | cpsw_priv.h | 26 #define cpsw_err(priv, type, format, ...) \ macro
|