Lines Matching refs:ebdp
481 struct bufdesc_ex *ebdp;
495 ebdp = (struct bufdesc_ex *)bdp;
519 ebdp->cbd_bdu = 0;
520 ebdp->cbd_esc = cpu_to_fec32(estatus);
642 struct bufdesc_ex *ebdp = (struct bufdesc_ex *)bdp;
654 ebdp->cbd_bdu = 0;
655 ebdp->cbd_esc = cpu_to_fec32(estatus);
695 struct bufdesc_ex *ebdp = container_of(bdp, struct bufdesc_ex, desc);
730 ebdp->cbd_bdu = 0;
731 ebdp->cbd_esc = cpu_to_fec32(estatus);
740 ebdp->cbd_esc |= cpu_to_fec32(BD_ENET_TX_INT);
755 struct bufdesc_ex *ebdp = container_of(bdp, struct bufdesc_ex, desc);
793 ebdp->cbd_bdu = 0;
794 ebdp->cbd_esc = cpu_to_fec32(estatus);
1490 struct bufdesc_ex *ebdp = (struct bufdesc_ex *)bdp;
1492 fec_enet_hwtstamp(fep, fec32_to_cpu(ebdp->ts), &shhwtstamps);
1640 struct bufdesc_ex *ebdp = NULL;
1757 ebdp = NULL;
1759 ebdp = (struct bufdesc_ex *)bdp;
1765 (ebdp->cbd_esc & cpu_to_fec32(BD_ENET_RX_VLAN))) {
1781 fec_enet_hwtstamp(fep, fec32_to_cpu(ebdp->ts),
1786 if (!(ebdp->cbd_esc & cpu_to_fec32(FLAG_RX_CSUM_ERROR))) {
1811 struct bufdesc_ex *ebdp = (struct bufdesc_ex *)bdp;
1813 ebdp->cbd_esc = cpu_to_fec32(BD_ENET_RX_INT);
1814 ebdp->cbd_prot = 0;
1815 ebdp->cbd_bdu = 0;
3386 struct bufdesc_ex *ebdp = (struct bufdesc_ex *)bdp;
3387 ebdp->cbd_esc = cpu_to_fec32(BD_ENET_RX_INT);
3422 struct bufdesc_ex *ebdp = (struct bufdesc_ex *)bdp;
3423 ebdp->cbd_esc = cpu_to_fec32(BD_ENET_TX_INT);
3852 struct bufdesc_ex *ebdp = (struct bufdesc_ex *)bdp;
3857 ebdp->cbd_bdu = 0;
3858 ebdp->cbd_esc = cpu_to_fec32(estatus);