Home
last modified time | relevance | path

Searched refs:cpu_to_fec16 (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/
H A 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( in fec_enet_bd_init()
[all...]
H A Dfec.h203 #define cpu_to_fec16 cpu_to_le16 macro
216 #define cpu_to_fec16 cpu_to_be16 macro
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/
H A Dfec_main.c544 bdp->cbd_datlen = cpu_to_fec16(frag_len); in fec_enet_txq_submit_frag_skb()
549 bdp->cbd_sc = cpu_to_fec16(status); in fec_enet_txq_submit_frag_skb()
638 bdp->cbd_datlen = cpu_to_fec16(buflen); in fec_enet_txq_submit_skb()
671 bdp->cbd_sc = cpu_to_fec16(status); in fec_enet_txq_submit_skb()
722 bdp->cbd_datlen = cpu_to_fec16(size); in fec_enet_txq_put_data_tso()
743 bdp->cbd_sc = cpu_to_fec16(status); in fec_enet_txq_put_data_tso()
786 bdp->cbd_datlen = cpu_to_fec16(hdr_len); in fec_enet_txq_put_hdr_tso()
797 bdp->cbd_sc = cpu_to_fec16(status); in fec_enet_txq_put_hdr_tso()
934 bdp->cbd_sc = cpu_to_fec16(BD_ENET_RX_EMPTY); in fec_enet_bd_init()
936 bdp->cbd_sc = cpu_to_fec16( in fec_enet_bd_init()
[all...]
H A Dfec.h212 #define cpu_to_fec16 cpu_to_le16 macro
225 #define cpu_to_fec16 cpu_to_be16 macro

Completed in 10 milliseconds