Searched refs:edmac_to_cpu (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/renesas/ |
D | sh_eth.c | 981 static inline __u32 edmac_to_cpu(struct sh_eth_private *mdp, u32 x) in edmac_to_cpu() function 1430 entry, edmac_to_cpu(mdp, txdesc->status)); in sh_eth_txfree() 1434 edmac_to_cpu(mdp, txdesc->addr), in sh_eth_txfree() 1435 edmac_to_cpu(mdp, txdesc->len) >> 16, in sh_eth_txfree() 1446 ndev->stats.tx_bytes += edmac_to_cpu(mdp, txdesc->len) >> 16; in sh_eth_txfree() 1473 desc_status = edmac_to_cpu(mdp, rxdesc->status); in sh_eth_rx() 1474 pkt_len = edmac_to_cpu(mdp, rxdesc->len) & RD_RFL; in sh_eth_rx() 1512 dma_addr = edmac_to_cpu(mdp, rxdesc->addr); in sh_eth_rx()
|