/linux-3.4.99/include/linux/ |
D | mii.h | 206 static inline unsigned int mii_nway_result (unsigned int negotiated) in mii_nway_result() argument 210 if (negotiated & LPA_100FULL) in mii_nway_result() 212 else if (negotiated & LPA_100BASE4) in mii_nway_result() 214 else if (negotiated & LPA_100HALF) in mii_nway_result() 216 else if (negotiated & LPA_10FULL) in mii_nway_result() 234 unsigned int negotiated) in mii_duplex() argument 238 if (mii_nway_result(negotiated) & LPA_DUPLEX) in mii_duplex()
|
/linux-3.4.99/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 | 406 unsigned int bmsr, lpa, negotiated, new_csr6; in tulip_check_duplex() local 425 negotiated = lpa & tp->advertising[0]; in tulip_check_duplex() 426 tp->full_duplex = mii_duplex(tp->full_duplex_lock, negotiated); in tulip_check_duplex() 430 if (negotiated & LPA_100) new_csr6 &= ~TxThreshold; in tulip_check_duplex()
|
D | winbond-840.c | 719 int negotiated; in update_link() local 721 negotiated = mii_reg & np->mii_if.advertising; in update_link() 723 duplex = (negotiated & LPA_100FULL) || ((negotiated & 0x02C0) == LPA_10FULL); in update_link() 724 fasteth = negotiated & 0x380; in update_link()
|
/linux-3.4.99/Documentation/virtual/ |
D | virtio-spec.txt | 270 The feature bits are negotiated: the device lists all the 713 If the VIRTIO_F_RING_EVENT_IDX feature is not negotiated, and if 717 If the VIRTIO_F_RING_EVENT_IDX feature is negotiated, we read the 741 If the VIRTIO_F_RING_EVENT_IDX feature is not negotiated: check 745 If the VIRTIO_F_RING_EVENT_IDX feature is negotiated: check 1264 negotiated by the guest; doing so is an indication that the 1365 If the VIRTIO_NET_F_CTRL_VQ feature bit is negotiated, identify 1368 If the VIRTIO_NET_F_STATUS feature bit is negotiated, the link 1380 If that feature is negotiated, a driver can use TCP or UDP 1386 VIRTIO_NET_F_HOST_ECN feature is negotiated.[footnote: [all …]
|
/linux-3.4.99/drivers/net/ethernet/sgi/ |
D | meth.c | 182 unsigned long negotiated = mii_advertising & mii_partner; in meth_check_link() local 188 speed = (negotiated & 0x0380) ? METH_100MBIT : 0; in meth_check_link() 189 duplex = ((negotiated & 0x0100) || (negotiated & 0x01C0) == 0x0040) ? in meth_check_link()
|
/linux-3.4.99/fs/cifs/ |
D | TODO | 68 exists. This is helpful when Unix extensions are negotiated to 125 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-3.4.99/Documentation/ |
D | SecurityBugs | 28 A disclosure date is negotiated by the security team working with the
|
/linux-3.4.99/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-3.4.99/drivers/net/ethernet/dlink/ |
D | sundance.c | 907 int negotiated = mii_lpa & np->mii_if.advertising; in check_duplex() local 919 duplex = (negotiated & 0x0100) || (negotiated & 0x01C0) == 0x0040; in check_duplex() 925 duplex ? "full" : "half", np->phys[0], negotiated); in check_duplex()
|
/linux-3.4.99/drivers/net/ethernet/smsc/ |
D | epic100.c | 847 int negotiated = mii_lpa & ep->mii.advertising; in check_media() local 848 int duplex = (negotiated & 0x0100) || (negotiated & 0x01C0) == 0x0040; in check_media()
|
/linux-3.4.99/Documentation/frv/ |
D | booting.txt | 47 default server (as negotiated by BOOTP) and store it into RAM:
|
/linux-3.4.99/drivers/net/ethernet/packetengines/ |
D | yellowfin.c | 669 int negotiated = lpa & yp->advertising; in yellowfin_timer() local 674 yp->full_duplex = mii_duplex(yp->duplex_lock, negotiated); in yellowfin_timer()
|
/linux-3.4.99/Documentation/networking/ |
D | stmmac.txt | 151 (on ST SoCs) according to the link speed negotiated by the
|
D | rxrpc.txt | 135 (*) Security is negotiated on a per-connection basis. The connection is
|
/linux-3.4.99/Documentation/usb/ |
D | WUSB-Design-overview.txt | 63 negotiated w/ regulators, so watch for changes). That band is divided in
|