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

/linux-master/drivers/net/ethernet/dec/tulip/
H A Dpnic2.c131 tp->nwayset = tp->lpar = 0;
187 if (tp->nway && !tp->nwayset) {
206 tp->nwayset = 1;
217 tp->nwayset = 0;
229 if (tp->nwayset)
302 tp->nwayset = 1;
317 if ((tp->nwayset && (csr5 & 0x08000000) &&
347 tp->nwayset = 1;
371 tp->nwayset = 1;
H A D21142.c53 } else if (tp->nwayset) {
120 tp->nwayset = tp->lpar = 0;
155 if (tp->nway && !tp->nwayset && (csr12 & 0x7000) == 0x5000) {
159 tp->nwayset = 1;
167 tp->nwayset = 0;
174 if (tp->nwayset)
214 } else if ((tp->nwayset && (csr5 & 0x08000000) &&
242 } else if (tp->nwayset) {
H A Dpnic.c31 tp->nwayset = 1;
68 if (! tp->nwayset || time_after(jiffies, dev_trans_start(dev) + 1*HZ)) {
120 tp->nwayset = 0;
133 } else if (tp->nwayset && (dev->if_port & 1)) {
H A Dtulip.h435 unsigned int nway:1, nwayset:1; /* 21143 internal NWay. */ member in struct:tulip_private
H A Dtulip_core.c404 tp->nwayset = 0;
925 (dev->if_port == 5 && tp->nwayset))
1745 tp->nwayset = 0;

Completed in 318 milliseconds