Lines Matching defs:mode
37 mode. It is therefore necessary to put it back where it
38 belongs, in big endian mode, in order to make things work.
39 This might be the reason why multicast-mode didn't work
146 unsigned short mode; /* Pre-set mode */
303 #define CSR0 0 /* mode/status */
308 #define CSR15 15 /* promiscuous mode */
611 MEM->init.mode = 0x0000; /* Disable Rx and Tx. */
740 * little endian mode.
1065 num_addrs == -1 Promiscuous mode, receive all packets
1066 num_addrs == 0 Normal mode, clear multicast list
1067 num_addrs > 0 Multicast mode, receive normal and MC packets, and do
1080 /* We take the simple way out and always enable promiscuous mode. */
1085 DPRINTK( 2, ( "%s: Promiscuous mode enabled.\n", dev->name ));
1086 REGA( CSR15 ) = 0x8000; /* Set promiscuous mode */
1097 REGA( CSR15 ) = 0; /* Unset promiscuous mode */
1102 * little endian mode.