Home
last modified time | relevance | path

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

/drivers/net/ethernet/freescale/
Dfec_main.c449 bdp->cbd_datlen = cpu_to_fec16(frag_len); in fec_enet_txq_submit_frag_skb()
454 bdp->cbd_sc = cpu_to_fec16(status); in fec_enet_txq_submit_frag_skb()
543 bdp->cbd_datlen = cpu_to_fec16(buflen); in fec_enet_txq_submit_skb()
576 bdp->cbd_sc = cpu_to_fec16(status); in fec_enet_txq_submit_skb()
629 bdp->cbd_datlen = cpu_to_fec16(size); in fec_enet_txq_put_data_tso()
650 bdp->cbd_sc = cpu_to_fec16(status); in fec_enet_txq_put_data_tso()
693 bdp->cbd_datlen = cpu_to_fec16(hdr_len); in fec_enet_txq_put_hdr_tso()
704 bdp->cbd_sc = cpu_to_fec16(status); in fec_enet_txq_put_hdr_tso()
841 bdp->cbd_sc = cpu_to_fec16(BD_ENET_RX_EMPTY); in fec_enet_bd_init()
843 bdp->cbd_sc = cpu_to_fec16(0); in fec_enet_bd_init()
[all …]
Dfec.h203 #define cpu_to_fec16 cpu_to_le16 macro
216 #define cpu_to_fec16 cpu_to_be16 macro