Home
last modified time | relevance | path

Searched refs:fec32_to_cpu (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/drivers/net/ethernet/freescale/
Dfec.h208 #define fec32_to_cpu le32_to_cpu macro
221 #define fec32_to_cpu be32_to_cpu macro
Dfec_main.c397 fec32_to_cpu(bdp->cbd_bufaddr), in fec_dump()
552 dma_unmap_single(&fep->pdev->dev, fec32_to_cpu(bdp->cbd_bufaddr), in fec_enet_txq_submit_frag_skb()
954 !IS_TSO_HEADER(txq, fec32_to_cpu(bdp->cbd_bufaddr))) in fec_enet_bd_init()
956 fec32_to_cpu(bdp->cbd_bufaddr), in fec_enet_bd_init()
1411 if (!IS_TSO_HEADER(txq, fec32_to_cpu(bdp->cbd_bufaddr))) in fec_enet_tx_queue()
1413 fec32_to_cpu(bdp->cbd_bufaddr), in fec_enet_tx_queue()
1450 fec_enet_hwtstamp(fep, fec32_to_cpu(ebdp->ts), &shhwtstamps); in fec_enet_tx_queue()
1508 if (dma_mapping_error(&fep->pdev->dev, fec32_to_cpu(bdp->cbd_bufaddr))) { in fec_enet_new_rxbdp()
1532 fec32_to_cpu(bdp->cbd_bufaddr), in fec_enet_copybreak()
1634 fec32_to_cpu(bdp->cbd_bufaddr), in fec_enet_rx_queue()
[all …]