Lines Matching refs:ebdp

476 	struct bufdesc_ex *ebdp;  in fec_enet_txq_submit_frag_skb()  local
490 ebdp = (struct bufdesc_ex *)bdp; in fec_enet_txq_submit_frag_skb()
514 ebdp->cbd_bdu = 0; in fec_enet_txq_submit_frag_skb()
515 ebdp->cbd_esc = cpu_to_fec32(estatus); in fec_enet_txq_submit_frag_skb()
637 struct bufdesc_ex *ebdp = (struct bufdesc_ex *)bdp; in fec_enet_txq_submit_skb() local
649 ebdp->cbd_bdu = 0; in fec_enet_txq_submit_skb()
650 ebdp->cbd_esc = cpu_to_fec32(estatus); in fec_enet_txq_submit_skb()
692 struct bufdesc_ex *ebdp = container_of(bdp, struct bufdesc_ex, desc); in fec_enet_txq_put_data_tso() local
727 ebdp->cbd_bdu = 0; in fec_enet_txq_put_data_tso()
728 ebdp->cbd_esc = cpu_to_fec32(estatus); in fec_enet_txq_put_data_tso()
737 ebdp->cbd_esc |= cpu_to_fec32(BD_ENET_TX_INT); in fec_enet_txq_put_data_tso()
752 struct bufdesc_ex *ebdp = container_of(bdp, struct bufdesc_ex, desc); in fec_enet_txq_put_hdr_tso() local
790 ebdp->cbd_bdu = 0; in fec_enet_txq_put_hdr_tso()
791 ebdp->cbd_esc = cpu_to_fec32(estatus); in fec_enet_txq_put_hdr_tso()
1448 struct bufdesc_ex *ebdp = (struct bufdesc_ex *)bdp; in fec_enet_tx_queue() local
1450 fec_enet_hwtstamp(fep, fec32_to_cpu(ebdp->ts), &shhwtstamps); in fec_enet_tx_queue()
1575 struct bufdesc_ex *ebdp = NULL; in fec_enet_rx_queue() local
1659 ebdp = NULL; in fec_enet_rx_queue()
1661 ebdp = (struct bufdesc_ex *)bdp; in fec_enet_rx_queue()
1667 (ebdp->cbd_esc & cpu_to_fec32(BD_ENET_RX_VLAN))) { in fec_enet_rx_queue()
1683 fec_enet_hwtstamp(fep, fec32_to_cpu(ebdp->ts), in fec_enet_rx_queue()
1688 if (!(ebdp->cbd_esc & cpu_to_fec32(FLAG_RX_CSUM_ERROR))) { in fec_enet_rx_queue()
1713 struct bufdesc_ex *ebdp = (struct bufdesc_ex *)bdp; in fec_enet_rx_queue() local
1715 ebdp->cbd_esc = cpu_to_fec32(BD_ENET_RX_INT); in fec_enet_rx_queue()
1716 ebdp->cbd_prot = 0; in fec_enet_rx_queue()
1717 ebdp->cbd_bdu = 0; in fec_enet_rx_queue()
3207 struct bufdesc_ex *ebdp = (struct bufdesc_ex *)bdp; in fec_enet_alloc_rxq_buffers() local
3208 ebdp->cbd_esc = cpu_to_fec32(BD_ENET_RX_INT); in fec_enet_alloc_rxq_buffers()
3243 struct bufdesc_ex *ebdp = (struct bufdesc_ex *)bdp; in fec_enet_alloc_txq_buffers() local
3244 ebdp->cbd_esc = cpu_to_fec32(BD_ENET_TX_INT); in fec_enet_alloc_txq_buffers()