Lines Matching refs:ebdp

387 	struct bufdesc_ex *ebdp;  in fec_enet_txq_submit_frag_skb()  local
401 ebdp = (struct bufdesc_ex *)bdp; in fec_enet_txq_submit_frag_skb()
424 ebdp->cbd_bdu = 0; in fec_enet_txq_submit_frag_skb()
425 ebdp->cbd_esc = cpu_to_fec32(estatus); in fec_enet_txq_submit_frag_skb()
547 struct bufdesc_ex *ebdp = (struct bufdesc_ex *)bdp; in fec_enet_txq_submit_skb() local
559 ebdp->cbd_bdu = 0; in fec_enet_txq_submit_skb()
560 ebdp->cbd_esc = cpu_to_fec32(estatus); in fec_enet_txq_submit_skb()
602 struct bufdesc_ex *ebdp = container_of(bdp, struct bufdesc_ex, desc); in fec_enet_txq_put_data_tso() local
637 ebdp->cbd_bdu = 0; in fec_enet_txq_put_data_tso()
638 ebdp->cbd_esc = cpu_to_fec32(estatus); in fec_enet_txq_put_data_tso()
647 ebdp->cbd_esc |= cpu_to_fec32(BD_ENET_TX_INT); in fec_enet_txq_put_data_tso()
662 struct bufdesc_ex *ebdp = container_of(bdp, struct bufdesc_ex, desc); in fec_enet_txq_put_hdr_tso() local
700 ebdp->cbd_bdu = 0; in fec_enet_txq_put_hdr_tso()
701 ebdp->cbd_esc = cpu_to_fec32(estatus); in fec_enet_txq_put_hdr_tso()
1307 struct bufdesc_ex *ebdp = (struct bufdesc_ex *)bdp; in fec_enet_tx_queue() local
1309 fec_enet_hwtstamp(fep, fec32_to_cpu(ebdp->ts), &shhwtstamps); in fec_enet_tx_queue()
1419 struct bufdesc_ex *ebdp = NULL; in fec_enet_rx_queue() local
1509 ebdp = NULL; in fec_enet_rx_queue()
1511 ebdp = (struct bufdesc_ex *)bdp; in fec_enet_rx_queue()
1517 (ebdp->cbd_esc & cpu_to_fec32(BD_ENET_RX_VLAN))) { in fec_enet_rx_queue()
1533 fec_enet_hwtstamp(fep, fec32_to_cpu(ebdp->ts), in fec_enet_rx_queue()
1538 if (!(ebdp->cbd_esc & cpu_to_fec32(FLAG_RX_CSUM_ERROR))) { in fec_enet_rx_queue()
1573 struct bufdesc_ex *ebdp = (struct bufdesc_ex *)bdp; in fec_enet_rx_queue() local
1575 ebdp->cbd_esc = cpu_to_fec32(BD_ENET_RX_INT); in fec_enet_rx_queue()
1576 ebdp->cbd_prot = 0; in fec_enet_rx_queue()
1577 ebdp->cbd_bdu = 0; in fec_enet_rx_queue()
2946 struct bufdesc_ex *ebdp = (struct bufdesc_ex *)bdp; in fec_enet_alloc_rxq_buffers() local
2947 ebdp->cbd_esc = cpu_to_fec32(BD_ENET_RX_INT); in fec_enet_alloc_rxq_buffers()
2982 struct bufdesc_ex *ebdp = (struct bufdesc_ex *)bdp; in fec_enet_alloc_txq_buffers() local
2983 ebdp->cbd_esc = cpu_to_fec32(BD_ENET_TX_INT); in fec_enet_alloc_txq_buffers()