Searched refs:sw_info (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A D3c509.c1282 int i, sw_info, net_diag; local
1301 /* Combine secondary sw_info word (the adapter level) and primary
1302 sw_info word (duplex setting plus other useless bits) */
1304 sw_info = (read_eeprom(ioaddr, 0x14) & 0x400f) |
1314 if (sw_info & 0x000f) {
1320 if ((sw_info & 0x000f) && (sw_info & 0x8000)) {
1331 pr_cont(" if_port: %d, sw_info: %4.4x\n", dev->if_port, sw_info);

Completed in 51 milliseconds