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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/tulip/
H A Dpnic2.c131 /* tell pnic2_lnk_change we are doing an nway negotiation */
133 tp->nway = tp->mediasense = 1;
152 /* set bit 24 for nway negotiation mode ...
191 if (tp->nway && !tp->nwayset) {
242 * enable so we can properly end nway mode and
304 tp->nway = 0;
322 (csr12 & 2) == 2) || (tp->nway && (csr5 & (TPLnkFail)))) {
349 tp->nway = 0;
352 /* if failed then try doing an nway to get in sync */
373 tp->nway
[all...]
H A D21142.c122 tp->nway = tp->mediasense = 1;
158 if (tp->nway && !tp->nwayset && (csr12 & 0x7000) == 0x5000) {
214 (tp->nway && (csr5 & (TPLnkFail)))) {
H A Dtulip.h439 unsigned int nway:1, nwayset:1; /* 21143 internal NWay. */ member in struct:tulip_private
H A Dtulip_core.c1763 tp->nway = 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ceph/
H A Dinode.c178 unsigned nway, i; local
199 nway = 1 << frag->split_by;
201 frag->split_by, nway);
202 for (i = 0; i < nway; i++) {
209 BUG_ON(i == nway);

Completed in 74 milliseconds