Lines Matching refs:ebdp
387 struct bufdesc_ex *ebdp;
401 ebdp = (struct bufdesc_ex *)bdp;
424 ebdp->cbd_bdu = 0;
425 ebdp->cbd_esc = cpu_to_fec32(estatus);
547 struct bufdesc_ex *ebdp = (struct bufdesc_ex *)bdp;
559 ebdp->cbd_bdu = 0;
560 ebdp->cbd_esc = cpu_to_fec32(estatus);
602 struct bufdesc_ex *ebdp = container_of(bdp, struct bufdesc_ex, desc);
637 ebdp->cbd_bdu = 0;
638 ebdp->cbd_esc = cpu_to_fec32(estatus);
647 ebdp->cbd_esc |= cpu_to_fec32(BD_ENET_TX_INT);
662 struct bufdesc_ex *ebdp = container_of(bdp, struct bufdesc_ex, desc);
700 ebdp->cbd_bdu = 0;
701 ebdp->cbd_esc = cpu_to_fec32(estatus);
1307 struct bufdesc_ex *ebdp = (struct bufdesc_ex *)bdp;
1309 fec_enet_hwtstamp(fep, fec32_to_cpu(ebdp->ts), &shhwtstamps);
1419 struct bufdesc_ex *ebdp = NULL;
1509 ebdp = NULL;
1511 ebdp = (struct bufdesc_ex *)bdp;
1517 (ebdp->cbd_esc & cpu_to_fec32(BD_ENET_RX_VLAN))) {
1533 fec_enet_hwtstamp(fep, fec32_to_cpu(ebdp->ts),
1538 if (!(ebdp->cbd_esc & cpu_to_fec32(FLAG_RX_CSUM_ERROR))) {
1573 struct bufdesc_ex *ebdp = (struct bufdesc_ex *)bdp;
1575 ebdp->cbd_esc = cpu_to_fec32(BD_ENET_RX_INT);
1576 ebdp->cbd_prot = 0;
1577 ebdp->cbd_bdu = 0;
2948 struct bufdesc_ex *ebdp = (struct bufdesc_ex *)bdp;
2949 ebdp->cbd_esc = cpu_to_fec32(BD_ENET_RX_INT);
2984 struct bufdesc_ex *ebdp = (struct bufdesc_ex *)bdp;
2985 ebdp->cbd_esc = cpu_to_fec32(BD_ENET_TX_INT);