Lines Matching defs:to

17 *    along with this program; if not, write to the Free Software
39 * v1.13 03-24-2004 timlegge Update to Linux 2.4.25 driver
43 /* to get some global routines like printf */
45 /* to get the interface to the body of the program */
47 /* to get the PCI support functions, if this is a PCI NIC */
68 /* May need to be moved to mii.h */
91 /* Maximum number of multicast addresses to filter (vs. rx-all-multicast).
96 Setting to > 1518 effectively disables this feature.
115 to the minimum number required. In general that is 1 transmit and 4 receive receive rings. However some cards require that
127 /* Offsets to the device registers.
129 It's not useful to define symbolic names for every register bit in the
131 the driver longer and more difficult to read.
257 All descriptors point to a part of this buffer */
264 All descriptors point to a part of this buffer */
267 /* FIXME: Move BASE to the private structure */
370 * to point should they feel the need */
417 /* Set the chip to poll every N*30nsec */
470 /* return true if there's an ethernet packet ready to read */
521 u32 to;
541 /* Point to transmit descriptor */
549 to = currticks() + TX_TIME_OUT;
550 while (!(tx_ring[0].status & 0x00010000) && (currticks() < to)); /* wait */
552 if (currticks() >= to) {
572 * This allows etherboot to reinitialize the interface
583 PROBE - Look for an adapter, this routine's visible to the outside
596 /* BASE is used throughout to address the card */
618 /* point to private storage */
690 mii section from above would need to be re done I believe. Since it serves
704 /* Reset the chip to erase previous misconfiguration */
741 /* point to NIC specific routines */