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.c559 bdp->cbd_datlen = cpu_to_fec16(frag_len); in fec_enet_txq_submit_frag_skb()
564 bdp->cbd_sc = cpu_to_fec16(status); in fec_enet_txq_submit_frag_skb()
653 bdp->cbd_datlen = cpu_to_fec16(buflen); in fec_enet_txq_submit_skb()
686 bdp->cbd_sc = cpu_to_fec16(status); in fec_enet_txq_submit_skb()
737 bdp->cbd_datlen = cpu_to_fec16(size); in fec_enet_txq_put_data_tso()
758 bdp->cbd_sc = cpu_to_fec16(status); in fec_enet_txq_put_data_tso()
801 bdp->cbd_datlen = cpu_to_fec16(hdr_len); in fec_enet_txq_put_hdr_tso()
812 bdp->cbd_sc = cpu_to_fec16(status); in fec_enet_txq_put_hdr_tso()
949 bdp->cbd_sc = cpu_to_fec16(BD_ENET_RX_EMPTY); in fec_enet_bd_init()
951 bdp->cbd_sc = cpu_to_fec16(0); in fec_enet_bd_init()
[all …]
Dfec.h212 #define cpu_to_fec16 cpu_to_le16 macro
225 #define cpu_to_fec16 cpu_to_be16 macro