Home
last modified time | relevance | path

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

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

Completed in 15 milliseconds