• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/

Lines Matching refs:RDP

240     lance->RDP = STOP;
244 version = swapw(lance->RDP);
246 version |= swapw(lance->RDP)<<16;
261 lance->RDP = 0x0000;
263 lance->RDP = DPOLL|APAD_XMT|MFCOM|RCVCCOM|TXSTRTM|JABM;
267 lance->RDP = 0x0000;
269 lance->RDP = 0x0000;
271 lance->RDP = 0x0000;
273 lance->RDP = 0x0000;
277 lance->RDP = ((u_short *)&dev->dev_addr[0])[0];
279 lance->RDP = ((u_short *)&dev->dev_addr[0])[1];
281 lance->RDP = ((u_short *)&dev->dev_addr[0])[2];
285 lance->RDP = 0x0000;
289 lance->RDP = swloww(ARIADNE_RAM+offsetof(struct lancedata, tx_ring));
291 lance->RDP = swhighw(ARIADNE_RAM+offsetof(struct lancedata, tx_ring));
295 lance->RDP = swloww(ARIADNE_RAM+offsetof(struct lancedata, rx_ring));
297 lance->RDP = swhighw(ARIADNE_RAM+offsetof(struct lancedata, rx_ring));
301 lance->RDP = swapw(((u_short)-RX_RING_SIZE));
303 lance->RDP = swapw(((u_short)-TX_RING_SIZE));
324 lance->RDP = INEA|STRT;
376 priv->stats.rx_missed_errors = swapw(lance->RDP);
381 dev->name, lance->RDP);
387 lance->RDP = STOP;
400 lance->RDP = STOP;
402 lance->RDP = INEA|STRT;
422 if (!(lance->RDP & INTR)) /* Check if any interrupt has been */
428 while ((csr0 = lance->RDP) & (ERR|RINT|TINT) && --boguscnt >= 0) {
430 lance->RDP = csr0 & ~(INEA|TDMD|STOP|STRT|INIT);
468 lance->RDP = STRT;
510 lance->RDP = STRT;
516 lance->RDP = INEA|BABL|CERR|MISS|MERR|IDON;
527 dev->name, lance->RDP);
579 lance->RDP = INEA|TDMD;
676 priv->stats.rx_missed_errors = swapw(lance->RDP);
701 lance->RDP = STOP; /* Temporarily stop the lance. */
706 lance->RDP = PROM; /* Set promiscuous mode */
716 lance->RDP = swapw(multicast_table[i]);
719 lance->RDP = 0x0000; /* Unset promiscuous mode */
723 lance->RDP = INEA|STRT|IDON; /* Resume normal operation. */