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

/linux-master/drivers/net/ethernet/dec/tulip/
H A Dpnic2.c128 /* tell pnic2_lnk_change we are doing an nway negotiation */
130 tp->nway = tp->mediasense = 1;
148 /* set bit 24 for nway negotiation mode ...
187 if (tp->nway && !tp->nwayset) {
238 * enable so we can properly end nway mode and
301 tp->nway = 0;
319 (csr12 & 2) == 2) || (tp->nway && (csr5 & (TPLnkFail)))) {
346 tp->nway = 0;
349 /* if failed then try doing an nway to get in sync */
370 tp->nway
[all...]
H A D21142.c119 tp->nway = tp->mediasense = 1;
155 if (tp->nway && !tp->nwayset && (csr12 & 0x7000) == 0x5000) {
217 (tp->nway && (csr5 & (TPLnkFail)))) {
H A Dtulip.h435 unsigned int nway:1, nwayset:1; /* 21143 internal NWay. */ member in struct:tulip_private
H A Dtulip_core.c1744 tp->nway = 1;
/linux-master/fs/ceph/
H A Dinode.c326 unsigned nway, i; local
346 nway = 1 << frag->split_by;
348 frag->split_by, nway);
349 for (i = 0; i < nway; i++) {
356 BUG_ON(i == nway);

Completed in 118 milliseconds