Lines Matching refs:cpu_to_fec16
544 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(0); in fec_enet_bd_init()
942 bdp->cbd_sc |= cpu_to_fec16(BD_SC_WRAP); in fec_enet_bd_init()
955 bdp->cbd_sc = cpu_to_fec16(0); in fec_enet_bd_init()
990 bdp->cbd_sc |= cpu_to_fec16(BD_SC_WRAP); in fec_enet_bd_init()
1821 bdp->cbd_sc = cpu_to_fec16(status); in fec_enet_rx_queue()
3381 bdp->cbd_sc = cpu_to_fec16(BD_ENET_RX_EMPTY); in fec_enet_alloc_rxq_buffers()
3393 bdp->cbd_sc |= cpu_to_fec16(BD_SC_WRAP); in fec_enet_alloc_rxq_buffers()
3416 bdp->cbd_sc = cpu_to_fec16(0); in fec_enet_alloc_txq_buffers()
3429 bdp->cbd_sc |= cpu_to_fec16(BD_SC_WRAP); in fec_enet_alloc_txq_buffers()
3852 bdp->cbd_datlen = cpu_to_fec16(frame_len); in fec_enet_txq_xmit_frame()
3873 bdp->cbd_sc = cpu_to_fec16(status); in fec_enet_txq_xmit_frame()