Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/tulip/
Dpnic2.c136 tp->nwayset = tp->lpar = 0; in pnic2_start_nway()
193 if (tp->nway && !tp->nwayset) { in pnic2_lnk_change()
212 tp->nwayset = 1; in pnic2_lnk_change()
223 tp->nwayset = 0; in pnic2_lnk_change()
235 if (tp->nwayset) in pnic2_lnk_change()
306 tp->nwayset = 1; in pnic2_lnk_change()
321 if ((tp->nwayset && (csr5 & 0x08000000) in pnic2_lnk_change()
351 tp->nwayset = 1; in pnic2_lnk_change()
375 tp->nwayset = 1; in pnic2_lnk_change()
D21142.c44 } else if (tp->nwayset) { in t21142_timer()
108 tp->nwayset = tp->lpar = 0; in t21142_start_nway()
138 if (tp->nway && !tp->nwayset && (csr12 & 0x7000) == 0x5000) { in t21142_lnk_change()
142 tp->nwayset = 1; in t21142_lnk_change()
148 tp->nwayset = 0; in t21142_lnk_change()
155 if (tp->nwayset) in t21142_lnk_change()
194 } else if ((tp->nwayset && (csr5 & 0x08000000) in t21142_lnk_change()
224 } else if (tp->nwayset) { in t21142_lnk_change()
Dpnic.c34 tp->nwayset = 1; in pnic_do_nway()
71 if (! tp->nwayset || jiffies - dev->trans_start > 1*HZ) { in pnic_lnk_change()
124 tp->nwayset = 0; in pnic_timer()
136 } else if (tp->nwayset && (dev->if_port & 1)) { in pnic_timer()
Dtulip.h407 unsigned int nway:1, nwayset:1; /* 21143 internal NWay. */ member
Dtulip_core.c399 tp->nwayset = 0; in tulip_up()
413 tp->nwayset = tp->lpar = 0; in tulip_up()
978 (dev->if_port == 5 && tp->nwayset)) in private_ioctl()
1795 tp->nwayset = 0; in tulip_init_one()