Searched refs:nway (Results 1 - 10 of 10) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/dec/tulip/ |
H A D | pnic2.c | 128 /* tell pnic2_lnk_change we are doing an nway negotiation */ pnic2_start_nway() 130 tp->nway = tp->mediasense = 1; pnic2_start_nway() 148 /* set bit 24 for nway negotiation mode ... pnic2_start_nway() 187 if (tp->nway && !tp->nwayset) { pnic2_lnk_change() 238 * enable so we can properly end nway mode and pnic2_lnk_change() 301 tp->nway = 0; pnic2_lnk_change() 319 (csr12 & 2) == 2) || (tp->nway && (csr5 & (TPLnkFail)))) { pnic2_lnk_change() 346 tp->nway = 0; pnic2_lnk_change() 349 /* if failed then try doing an nway to get in sync */ pnic2_lnk_change() 370 tp->nway = 0; pnic2_lnk_change() 373 /* if failed, try doing an nway to get in sync */ pnic2_lnk_change()
|
H A D | 21142.c | 119 tp->nway = tp->mediasense = 1; t21142_start_nway() 155 if (tp->nway && !tp->nwayset && (csr12 & 0x7000) == 0x5000) { t21142_lnk_change() 217 (tp->nway && (csr5 & (TPLnkFail)))) { t21142_lnk_change()
|
H A D | eeprom.c | 115 0x00, 0xe0, /* nway advertisement */ tulip_build_fake_mediatable()
|
H A D | media.c | 515 /* ...or disable nway, if forcing media */ tulip_find_mii()
|
H A D | tulip.h | 435 unsigned int nway:1, nwayset:1; /* 21143 internal NWay. */ member in struct:tulip_private
|
H A D | de2104x.c | 1672 netif_info(de, link, dev, "link nway restart, status %x,%x\n", de_nway_reset()
|
H A D | tulip_core.c | 1754 tp->nway = 1; tulip_init_one()
|
/linux-4.4.14/fs/ceph/ |
H A D | inode.c | 187 unsigned nway, i; __ceph_choose_frag() local 207 nway = 1 << frag->split_by; __ceph_choose_frag() 209 frag->split_by, nway); __ceph_choose_frag() 210 for (i = 0; i < nway; i++) { __ceph_choose_frag() 217 BUG_ON(i == nway); __ceph_choose_frag()
|
/linux-4.4.14/drivers/net/ethernet/hisilicon/hns/ |
H A D | hns_ethtool.c | 1171 * hns_nic_nway_reset - nway reset
|
/linux-4.4.14/drivers/net/usb/ |
H A D | r8152.c | 151 #define OCP_PHY_STATE 0xa708 /* nway state for 8153 */ 3440 /* If the linking down is occurred by nway, the device may miss the delay_autosuspend()
|
Completed in 269 milliseconds