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.c403 bdp->cbd_datlen = cpu_to_fec16(frag_len); in fec_enet_txq_submit_frag_skb()
408 bdp->cbd_sc = cpu_to_fec16(status); in fec_enet_txq_submit_frag_skb()
497 bdp->cbd_datlen = cpu_to_fec16(buflen); in fec_enet_txq_submit_skb()
530 bdp->cbd_sc = cpu_to_fec16(status); in fec_enet_txq_submit_skb()
583 bdp->cbd_datlen = cpu_to_fec16(size); in fec_enet_txq_put_data_tso()
604 bdp->cbd_sc = cpu_to_fec16(status); in fec_enet_txq_put_data_tso()
647 bdp->cbd_datlen = cpu_to_fec16(hdr_len); in fec_enet_txq_put_hdr_tso()
658 bdp->cbd_sc = cpu_to_fec16(status); in fec_enet_txq_put_hdr_tso()
796 bdp->cbd_sc = cpu_to_fec16(BD_ENET_RX_EMPTY); in fec_enet_bd_init()
798 bdp->cbd_sc = cpu_to_fec16(0); in fec_enet_bd_init()
[all …]
Dfec.h201 #define cpu_to_fec16 cpu_to_le16 macro
214 #define cpu_to_fec16 cpu_to_be16 macro