• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/

Lines Matching refs:RDP

242     lance->RDP = STOP;
246 version = swapw(lance->RDP);
248 version |= swapw(lance->RDP)<<16;
263 lance->RDP = 0x0000;
265 lance->RDP = DPOLL|APAD_XMT|MFCOM|RCVCCOM|TXSTRTM|JABM;
269 lance->RDP = 0x0000;
271 lance->RDP = 0x0000;
273 lance->RDP = 0x0000;
275 lance->RDP = 0x0000;
279 lance->RDP = ((u_short *)&dev->dev_addr[0])[0];
281 lance->RDP = ((u_short *)&dev->dev_addr[0])[1];
283 lance->RDP = ((u_short *)&dev->dev_addr[0])[2];
287 lance->RDP = 0x0000;
291 lance->RDP = swloww(ARIADNE_RAM+offsetof(struct lancedata, tx_ring));
293 lance->RDP = swhighw(ARIADNE_RAM+offsetof(struct lancedata, tx_ring));
297 lance->RDP = swloww(ARIADNE_RAM+offsetof(struct lancedata, rx_ring));
299 lance->RDP = swhighw(ARIADNE_RAM+offsetof(struct lancedata, rx_ring));
303 lance->RDP = swapw(((u_short)-RX_RING_SIZE));
305 lance->RDP = swapw(((u_short)-TX_RING_SIZE));
326 lance->RDP = INEA|STRT;
377 dev->stats.rx_missed_errors = swapw(lance->RDP);
382 dev->name, lance->RDP);
388 lance->RDP = STOP;
401 lance->RDP = STOP;
403 lance->RDP = INEA|STRT;
423 if (!(lance->RDP & INTR)) /* Check if any interrupt has been */
429 while ((csr0 = lance->RDP) & (ERR|RINT|TINT) && --boguscnt >= 0) {
431 lance->RDP = csr0 & ~(INEA|TDMD|STOP|STRT|INIT);
469 lance->RDP = STRT;
511 lance->RDP = STRT;
517 lance->RDP = INEA|BABL|CERR|MISS|MERR|IDON;
528 dev->name, lance->RDP);
581 lance->RDP = INEA|TDMD;
674 dev->stats.rx_missed_errors = swapw(lance->RDP);
699 lance->RDP = STOP; /* Temporarily stop the lance. */
704 lance->RDP = PROM; /* Set promiscuous mode */
714 lance->RDP = swapw(multicast_table[i]);
717 lance->RDP = 0x0000; /* Unset promiscuous mode */
721 lance->RDP = INEA|STRT|IDON; /* Resume normal operation. */