Lines Matching refs:ebdp
352 struct bufdesc_ex *ebdp; in fec_enet_txq_submit_frag_skb() local
366 ebdp = (struct bufdesc_ex *)bdp; in fec_enet_txq_submit_frag_skb()
389 ebdp->cbd_bdu = 0; in fec_enet_txq_submit_frag_skb()
390 ebdp->cbd_esc = cpu_to_fec32(estatus); in fec_enet_txq_submit_frag_skb()
512 struct bufdesc_ex *ebdp = (struct bufdesc_ex *)bdp; in fec_enet_txq_submit_skb() local
524 ebdp->cbd_bdu = 0; in fec_enet_txq_submit_skb()
525 ebdp->cbd_esc = cpu_to_fec32(estatus); in fec_enet_txq_submit_skb()
567 struct bufdesc_ex *ebdp = container_of(bdp, struct bufdesc_ex, desc); in fec_enet_txq_put_data_tso() local
602 ebdp->cbd_bdu = 0; in fec_enet_txq_put_data_tso()
603 ebdp->cbd_esc = cpu_to_fec32(estatus); in fec_enet_txq_put_data_tso()
612 ebdp->cbd_esc |= cpu_to_fec32(BD_ENET_TX_INT); in fec_enet_txq_put_data_tso()
627 struct bufdesc_ex *ebdp = container_of(bdp, struct bufdesc_ex, desc); in fec_enet_txq_put_hdr_tso() local
665 ebdp->cbd_bdu = 0; in fec_enet_txq_put_hdr_tso()
666 ebdp->cbd_esc = cpu_to_fec32(estatus); in fec_enet_txq_put_hdr_tso()
1255 struct bufdesc_ex *ebdp = (struct bufdesc_ex *)bdp; in fec_enet_tx_queue() local
1257 fec_enet_hwtstamp(fep, fec32_to_cpu(ebdp->ts), &shhwtstamps); in fec_enet_tx_queue()
1370 struct bufdesc_ex *ebdp = NULL; in fec_enet_rx_queue() local
1461 ebdp = NULL; in fec_enet_rx_queue()
1463 ebdp = (struct bufdesc_ex *)bdp; in fec_enet_rx_queue()
1469 (ebdp->cbd_esc & cpu_to_fec32(BD_ENET_RX_VLAN))) { in fec_enet_rx_queue()
1485 fec_enet_hwtstamp(fep, fec32_to_cpu(ebdp->ts), in fec_enet_rx_queue()
1490 if (!(ebdp->cbd_esc & cpu_to_fec32(FLAG_RX_CSUM_ERROR))) { in fec_enet_rx_queue()
1524 struct bufdesc_ex *ebdp = (struct bufdesc_ex *)bdp; in fec_enet_rx_queue() local
1526 ebdp->cbd_esc = cpu_to_fec32(BD_ENET_RX_INT); in fec_enet_rx_queue()
1527 ebdp->cbd_prot = 0; in fec_enet_rx_queue()
1528 ebdp->cbd_bdu = 0; in fec_enet_rx_queue()
2816 struct bufdesc_ex *ebdp = (struct bufdesc_ex *)bdp; in fec_enet_alloc_rxq_buffers() local
2817 ebdp->cbd_esc = cpu_to_fec32(BD_ENET_RX_INT); in fec_enet_alloc_rxq_buffers()
2852 struct bufdesc_ex *ebdp = (struct bufdesc_ex *)bdp; in fec_enet_alloc_txq_buffers() local
2853 ebdp->cbd_esc = cpu_to_fec32(BD_ENET_TX_INT); in fec_enet_alloc_txq_buffers()