Searched refs:fec32_to_cpu (Results 1 – 2 of 2) sorted by relevance
/drivers/net/ethernet/freescale/ |
D | fec.h | 200 #define fec32_to_cpu le32_to_cpu macro 213 #define fec32_to_cpu be32_to_cpu macro
|
D | fec_main.c | 350 fec32_to_cpu(bdp->cbd_bufaddr), in fec_dump() 462 dma_unmap_single(&fep->pdev->dev, fec32_to_cpu(bdp->cbd_bufaddr), in fec_enet_txq_submit_frag_skb() 864 !IS_TSO_HEADER(txq, fec32_to_cpu(bdp->cbd_bufaddr))) in fec_enet_bd_init() 866 fec32_to_cpu(bdp->cbd_bufaddr), in fec_enet_bd_init() 1270 if (!IS_TSO_HEADER(txq, fec32_to_cpu(bdp->cbd_bufaddr))) in fec_enet_tx_queue() 1272 fec32_to_cpu(bdp->cbd_bufaddr), in fec_enet_tx_queue() 1309 fec_enet_hwtstamp(fep, fec32_to_cpu(ebdp->ts), &shhwtstamps); in fec_enet_tx_queue() 1367 if (dma_mapping_error(&fep->pdev->dev, fec32_to_cpu(bdp->cbd_bufaddr))) { in fec_enet_new_rxbdp() 1390 fec32_to_cpu(bdp->cbd_bufaddr), in fec_enet_copybreak() 1491 fec32_to_cpu(bdp->cbd_bufaddr), in fec_enet_rx_queue() [all …]
|