Lines Matching refs:cpu_to_fec16
578 bdp->cbd_datlen = cpu_to_fec16(frag_len); in fec_enet_txq_submit_frag_skb()
583 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()
756 bdp->cbd_datlen = cpu_to_fec16(size); in fec_enet_txq_put_data_tso()
777 bdp->cbd_sc = cpu_to_fec16(status); in fec_enet_txq_put_data_tso()
820 bdp->cbd_datlen = cpu_to_fec16(hdr_len); in fec_enet_txq_put_hdr_tso()
831 bdp->cbd_sc = cpu_to_fec16(status); in fec_enet_txq_put_hdr_tso()
968 bdp->cbd_sc = cpu_to_fec16(BD_ENET_RX_EMPTY); in fec_enet_bd_init()
970 bdp->cbd_sc = cpu_to_fec16(0); in fec_enet_bd_init()
976 bdp->cbd_sc |= cpu_to_fec16(BD_SC_WRAP); in fec_enet_bd_init()
989 bdp->cbd_sc = cpu_to_fec16(0); in fec_enet_bd_init()
1024 bdp->cbd_sc |= cpu_to_fec16(BD_SC_WRAP); in fec_enet_bd_init()
1875 bdp->cbd_sc = cpu_to_fec16(status); in fec_enet_rx_queue()
3420 bdp->cbd_sc = cpu_to_fec16(BD_ENET_RX_EMPTY); in fec_enet_alloc_rxq_buffers()
3432 bdp->cbd_sc |= cpu_to_fec16(BD_SC_WRAP); in fec_enet_alloc_rxq_buffers()
3455 bdp->cbd_sc = cpu_to_fec16(0); in fec_enet_alloc_txq_buffers()
3468 bdp->cbd_sc |= cpu_to_fec16(BD_SC_WRAP); in fec_enet_alloc_txq_buffers()
3863 bdp->cbd_datlen = cpu_to_fec16(frame_len); in fec_enet_txq_xmit_frame()
3884 bdp->cbd_sc = cpu_to_fec16(status); in fec_enet_txq_xmit_frame()