Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/freescale/
H A Dfec_main.c583 bdp->cbd_sc = cpu_to_fec16(status); in fec_enet_txq_submit_frag_skb()
672 bdp->cbd_datlen = cpu_to_fec16(buflen); in fec_enet_txq_submit_skb()
705 bdp->cbd_sc = cpu_to_fec16(status); in fec_enet_txq_submit_skb()
761 bdp->cbd_datlen = cpu_to_fec16(size); in fec_enet_txq_put_data_tso()
782 bdp->cbd_sc = cpu_to_fec16(status); in fec_enet_txq_put_data_tso()
836 bdp->cbd_sc = cpu_to_fec16(status); in fec_enet_txq_put_hdr_tso()
1004 bdp->cbd_sc = cpu_to_fec16(0); in fec_enet_bd_init()
1023 bdp->cbd_sc = cpu_to_fec16(0); in fec_enet_bd_init()
1916 bdp->cbd_sc = cpu_to_fec16(status); in fec_enet_rx_queue()
3492 bdp->cbd_sc = cpu_to_fec16(0); in fec_enet_alloc_txq_buffers()
[all …]
H A Dfec.h212 #define cpu_to_fec16 cpu_to_le16 macro
225 #define cpu_to_fec16 cpu_to_be16 macro