Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/dec/tulip/
Dpnic2.c111 if (tp->sym_advertise & 0x0100) csr14 |= 0x00020000; in pnic2_start_nway()
114 if (tp->sym_advertise & 0x0080) csr14 |= 0x00010000; in pnic2_start_nway()
117 if (tp->sym_advertise & 0x0020) csr14 |= 0x00000040; in pnic2_start_nway()
146 if (tp->sym_advertise & 0x0040) tp->csr6 |= 0x00000200; in pnic2_start_nway()
204 int negotiated = ((csr12 >> 16) & 0x01E0) & tp->sym_advertise; in pnic2_lnk_change()
216 csr12, tp->sym_advertise); in pnic2_lnk_change()
219 if ((csr12 & 2) == 0 && (tp->sym_advertise & 0x0180)) in pnic2_lnk_change()
233 tp->sym_advertise, tp->lpar, in pnic2_lnk_change()
D21142.c115 int csr14 = ((tp->sym_advertise & 0x0780) << 9) | in t21142_start_nway()
116 ((tp->sym_advertise & 0x0020) << 1) | 0xffbf; in t21142_start_nway()
127 tp->csr6 = 0x82420000 | (tp->sym_advertise & 0x0040 ? FullDuplex : 0); in t21142_start_nway()
157 int negotiated = tp->sym_advertise & (csr12 >> 16); in t21142_lnk_change()
168 if ((csr12 & 2) == 0 && (tp->sym_advertise & 0x0180)) in t21142_lnk_change()
178 tp->sym_advertise, tp->lpar, in t21142_lnk_change()
Deeprom.c317 tp->sym_advertise = new_advertise; in tulip_parse_eeprom()
Dtulip.h442 u16 sym_advertise, mii_advertise; /* NWay capabilities advertised. */ member
Dtulip_core.c432 tp->sym_advertise = 0x01E0; in tulip_up()
981 tp->sym_advertise = value; in private_ioctl()