Lines Matching refs:cpu_to_fec16
559 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()
742 bdp->cbd_datlen = cpu_to_fec16(size); in fec_enet_txq_put_data_tso()
763 bdp->cbd_sc = cpu_to_fec16(status); in fec_enet_txq_put_data_tso()
806 bdp->cbd_datlen = cpu_to_fec16(hdr_len); in fec_enet_txq_put_hdr_tso()
817 bdp->cbd_sc = cpu_to_fec16(status); in fec_enet_txq_put_hdr_tso()
983 bdp->cbd_sc = cpu_to_fec16(BD_ENET_RX_EMPTY); in fec_enet_bd_init()
985 bdp->cbd_sc = cpu_to_fec16(0); in fec_enet_bd_init()
991 bdp->cbd_sc |= cpu_to_fec16(BD_SC_WRAP); in fec_enet_bd_init()
1004 bdp->cbd_sc = cpu_to_fec16(0); in fec_enet_bd_init()
1039 bdp->cbd_sc |= cpu_to_fec16(BD_SC_WRAP); in fec_enet_bd_init()
1895 bdp->cbd_sc = cpu_to_fec16(status); in fec_enet_rx_queue()
3464 bdp->cbd_sc = cpu_to_fec16(BD_ENET_RX_EMPTY); in fec_enet_alloc_rxq_buffers()
3476 bdp->cbd_sc |= cpu_to_fec16(BD_SC_WRAP); in fec_enet_alloc_rxq_buffers()
3499 bdp->cbd_sc = cpu_to_fec16(0); in fec_enet_alloc_txq_buffers()
3512 bdp->cbd_sc |= cpu_to_fec16(BD_SC_WRAP); in fec_enet_alloc_txq_buffers()
3907 bdp->cbd_datlen = cpu_to_fec16(frame_len); in fec_enet_txq_xmit_frame()
3928 bdp->cbd_sc = cpu_to_fec16(status); in fec_enet_txq_xmit_frame()