Searched refs:sym_advertise (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/dec/tulip/ |
H A D | pnic2.c | 111 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()
|
H A D | 21142.c | 115 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()
|
H A D | tulip.h | 442 u16 sym_advertise, mii_advertise; /* NWay capabilities advertised. */ member
|
H A D | eeprom.c | 316 tp->sym_advertise = new_advertise; in tulip_parse_eeprom()
|
H A D | tulip_core.c | 432 tp->sym_advertise = 0x01E0; in tulip_up() 981 tp->sym_advertise = value; in private_ioctl()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/dec/tulip/ |
H A D | pnic2.c | 111 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()
|
H A D | 21142.c | 115 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()
|
H A D | tulip.h | 442 u16 sym_advertise, mii_advertise; /* NWay capabilities advertised. */ member
|
H A D | eeprom.c | 317 tp->sym_advertise = new_advertise; in tulip_parse_eeprom()
|
H A D | tulip_core.c | 432 tp->sym_advertise = 0x01E0; in tulip_up() 981 tp->sym_advertise = value; in private_ioctl()
|
Completed in 16 milliseconds