/linux-4.1.27/include/linux/ |
D | mii.h | 64 static inline unsigned int mii_nway_result (unsigned int negotiated) in mii_nway_result() argument 68 if (negotiated & LPA_100FULL) in mii_nway_result() 70 else if (negotiated & LPA_100BASE4) in mii_nway_result() 72 else if (negotiated & LPA_100HALF) in mii_nway_result() 74 else if (negotiated & LPA_10FULL) in mii_nway_result() 92 unsigned int negotiated) in mii_duplex() argument 96 if (mii_nway_result(negotiated) & LPA_DUPLEX) in mii_duplex()
|
/linux-4.1.27/drivers/net/ethernet/dec/tulip/ |
D | pnic2.c | 204 int negotiated = ((csr12 >> 16) & 0x01E0) & tp->sym_advertise; in pnic2_lnk_change() local 208 if (negotiated & 0x0100) dev->if_port = 5; in pnic2_lnk_change() 209 else if (negotiated & 0x0080) dev->if_port = 3; in pnic2_lnk_change() 210 else if (negotiated & 0x0040) dev->if_port = 4; in pnic2_lnk_change() 211 else if (negotiated & 0x0020) dev->if_port = 0; in pnic2_lnk_change() 234 negotiated); in pnic2_lnk_change()
|
D | 21142.c | 157 int negotiated = tp->sym_advertise & (csr12 >> 16); in t21142_lnk_change() local 162 else if (negotiated & 0x0100) dev->if_port = 5; in t21142_lnk_change() 163 else if (negotiated & 0x0080) dev->if_port = 3; in t21142_lnk_change() 164 else if (negotiated & 0x0040) dev->if_port = 4; in t21142_lnk_change() 165 else if (negotiated & 0x0020) dev->if_port = 0; in t21142_lnk_change() 179 negotiated); in t21142_lnk_change()
|
D | media.c | 405 unsigned int bmsr, lpa, negotiated, new_csr6; in tulip_check_duplex() local 424 negotiated = lpa & tp->advertising[0]; in tulip_check_duplex() 425 tp->full_duplex = mii_duplex(tp->full_duplex_lock, negotiated); in tulip_check_duplex() 429 if (negotiated & LPA_100) new_csr6 &= ~TxThreshold; in tulip_check_duplex()
|
D | winbond-840.c | 715 int negotiated; in update_link() local 717 negotiated = mii_reg & np->mii_if.advertising; in update_link() 719 duplex = (negotiated & LPA_100FULL) || ((negotiated & 0x02C0) == LPA_10FULL); in update_link() 720 fasteth = negotiated & 0x380; in update_link()
|
/linux-4.1.27/Documentation/filesystems/cifs/ |
D | TODO | 54 exists. This is helpful when Unix extensions are negotiated to 102 negotiated size) and send larger write sizes to modern servers.
|
D | README | 423 setuids If the CIFS Unix extensions are negotiated with the server 427 are not negotiated, for newly created files and directories 438 Unix Extensions are not negotiated then the uid and gid for 540 sfu When the CIFS Unix Extensions are not negotiated, attempt to
|
D | CHANGES | 185 on mount even when Unix Extensions are negotiated (it used to be ignored 299 on tree connect if share mode negotiated. 320 wsize and rsize can now be larger than negotiated buffer size if server 600 Send NTCreateX with ATTR_POSIX if Linux/Unix extensions negotiated with server.
|
/linux-4.1.27/drivers/net/ethernet/sgi/ |
D | meth.c | 181 unsigned long negotiated = mii_advertising & mii_partner; in meth_check_link() local 187 speed = (negotiated & 0x0380) ? METH_100MBIT : 0; in meth_check_link() 188 duplex = ((negotiated & 0x0100) || (negotiated & 0x01C0) == 0x0040) ? in meth_check_link()
|
/linux-4.1.27/Documentation/ |
D | SecurityBugs | 28 A disclosure date is negotiated by the security team working with the
|
/linux-4.1.27/Documentation/ABI/stable/ |
D | sysfs-class-udc | 30 Indicates the current negotiated speed at this port.
|
/linux-4.1.27/Documentation/scsi/ |
D | BusLogic.txt | 95 requested and negotiated with each target device. AutoSCSI settings for 280 to be negotiated. This results in fewer problems when these host adapters 285 speed to be negotiated with all devices, or UltraSCSI speed can be enabled on 346 negotiated. This results in fewer problems when these host adapters are 351 negotiated with all devices, or UltraSCSI speed can be enabled on an
|
/linux-4.1.27/drivers/net/ethernet/dlink/ |
D | sundance.c | 931 int negotiated = mii_lpa & np->mii_if.advertising; in check_duplex() local 943 duplex = (negotiated & 0x0100) || (negotiated & 0x01C0) == 0x0040; in check_duplex() 949 duplex ? "full" : "half", np->phys[0], negotiated); in check_duplex()
|
/linux-4.1.27/drivers/net/ethernet/smsc/ |
D | epic100.c | 835 int negotiated = mii_lpa & ep->mii.advertising; in check_media() local 836 int duplex = (negotiated & 0x0100) || (negotiated & 0x01C0) == 0x0040; in check_media()
|
/linux-4.1.27/Documentation/networking/ |
D | cdc_mbim.txt | 112 exceed the negotiated control message size. 118 negotiated control message size.
|
D | stmmac.txt | 177 (on ST SoCs) according to the link speed negotiated by the 369 Auto-negotiated Link Parter Ability.
|
D | rxrpc.txt | 137 (*) Security is negotiated on a per-connection basis. The connection is 921 it serves as a placeholder for negotiated security; when it is deleted,
|
/linux-4.1.27/Documentation/frv/ |
D | booting.txt | 47 default server (as negotiated by BOOTP) and store it into RAM:
|
/linux-4.1.27/drivers/net/ethernet/packetengines/ |
D | yellowfin.c | 664 int negotiated = lpa & yp->advertising; in yellowfin_timer() local 669 yp->full_duplex = mii_duplex(yp->duplex_lock, negotiated); in yellowfin_timer()
|
/linux-4.1.27/Documentation/usb/ |
D | WUSB-Design-overview.txt | 63 negotiated w/ regulators, so watch for changes). That band is divided in
|