Home
last modified time | relevance | path

Searched refs:sym_advertise (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/drivers/net/tulip/
Dpnic2.c116 if (tp->sym_advertise & 0x0100) csr14 |= 0x00020000; in pnic2_start_nway()
119 if (tp->sym_advertise & 0x0080) csr14 |= 0x00010000; in pnic2_start_nway()
122 if (tp->sym_advertise & 0x0020) csr14 |= 0x00000040; in pnic2_start_nway()
152 if (tp->sym_advertise & 0x0040) tp->csr6 |= 0x00000200; in pnic2_start_nway()
210 int negotiated = ((csr12 >> 16) & 0x01E0) & tp->sym_advertise; in pnic2_lnk_change()
222 dev->name, csr12, tp->sym_advertise); in pnic2_lnk_change()
225 if ((csr12 & 2) == 0 && (tp->sym_advertise & 0x0180)) in pnic2_lnk_change()
239 tp->sym_advertise, tp->lpar, negotiated); in pnic2_lnk_change()
D21142.c103 int csr14 = ((tp->sym_advertise & 0x0780) << 9) | in t21142_start_nway()
104 ((tp->sym_advertise & 0x0020) << 1) | 0xffbf; in t21142_start_nway()
115 tp->csr6 = 0x82420000 | (tp->sym_advertise & 0x0040 ? FullDuplex : 0); in t21142_start_nway()
140 int negotiated = tp->sym_advertise & (csr12 >> 16); in t21142_lnk_change()
149 if ((csr12 & 2) == 0 && (tp->sym_advertise & 0x0180)) in t21142_lnk_change()
158 dev->name, medianame[dev->if_port], tp->sym_advertise, in t21142_lnk_change()
Dtulip_core.c418 if (tp->sym_advertise & 0x0040) in tulip_up()
439 tp->sym_advertise = 0x01E0; in tulip_up()
1039 tp->sym_advertise = value; in private_ioctl()
1760 if (tp->sym_advertise == 0) in tulip_init_one()
1761 tp->sym_advertise = 0x0061; in tulip_init_one()
Deeprom.c320 tp->sym_advertise = new_advertise; in tulip_parse_eeprom()
Dtulip.h412 u16 sym_advertise, mii_advertise; /* NWay capabilities advertised. */ member