Searched refs:negotiate (Results 1 – 25 of 29) sorted by relevance
12
/Linux-v4.19/drivers/net/ethernet/dlink/ |
D | dl2k.c | 1504 __u16 negotiate; in mii_get_media() local 1520 negotiate = mii_read (dev, phy_addr, MII_ADVERTISE) & in mii_get_media() 1532 } else if (negotiate & ADVERTISE_100FULL) { in mii_get_media() 1536 } else if (negotiate & ADVERTISE_100HALF) { in mii_get_media() 1540 } else if (negotiate & ADVERTISE_10FULL) { in mii_get_media() 1544 } else if (negotiate & ADVERTISE_10HALF) { in mii_get_media() 1549 if (negotiate & ADVERTISE_PAUSE_CAP) { in mii_get_media() 1552 } else if (negotiate & ADVERTISE_PAUSE_ASYM) { in mii_get_media() 1679 __u16 negotiate; in mii_get_media_pcs() local 1693 negotiate = mii_read (dev, phy_addr, PCS_ANAR) & in mii_get_media_pcs() [all …]
|
D | dl2k.h | 404 u16 negotiate; /* Negotiated media */ member
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-driver-xen-blkfront | 6 Maximum number of segments that the frontend will negotiate
|
/Linux-v4.19/drivers/usb/typec/ |
D | Kconfig | 16 to negotiate the voltage and current levels with the connected 19 Delivery protocol is also used to negotiate the optional Alternate
|
/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | format.rst | 18 applications should always negotiate a data format before engaging in 24 A single mechanism exists to negotiate all data formats using the
|
D | vidioc-g-fmt.rst | 40 These ioctls are used to negotiate the format of data (typically image 80 time, never returning ``EBUSY``. This function is provided to negotiate
|
D | vidioc-subdev-g-fmt.rst | 38 These ioctls are used to negotiate the frame format at specific subdev
|
D | dev-subdev.rst | 30 - negotiate image formats on individual pads 123 negotiate formats on a per-pad basis. 282 negotiation, applications should negotiate try formats first and then
|
D | vidioc-g-fbuf.rst | 345 negotiate the parameters for a destructive overlay.
|
/Linux-v4.19/Documentation/devicetree/bindings/net/ |
D | nokia-bluetooth.txt | 9 and a few new packet types used to negotiate uart speed.
|
D | keystone-netcp.txt | 98 - mac<->mac auto negotiate mode: 0
|
/Linux-v4.19/Documentation/networking/ |
D | e1000.rst | 68 :Valid Range: 0-2 (0=auto-negotiate, 1=half, 2=full) 73 set to auto-negotiate, the board auto-detects the correct duplex. If the 247 :Default Value: 0 (auto-negotiate at all supported speeds) 251 partner is set to auto-negotiate, the board will auto-detect the correct 344 - The default operation is auto-negotiate. The board advertises all 346 common speed and duplex mode IF the link partner is set to auto-negotiate.
|
D | 3c509.txt | 88 auto-negotiate a full-duplex connection with its link partner under any
|
/Linux-v4.19/Documentation/isdn/ |
D | README.syncppp | 41 (also: ipppd will try to negotiate pointopoint IP as remote IP)
|
D | syncPPP.FAQ | 171 tries to negotiate the local host address! 219 to not negotiate these options. Another 'side effect' is, that
|
D | README | 150 _MUST_ negotiate this value before establishing
|
/Linux-v4.19/fs/cifs/ |
D | Kconfig | 139 negotiate a newer dialect with servers, such as Samba 3.0.5 143 (such as Samba 3.10 and later) which can negotiate
|
D | smb2ops.c | 3237 .negotiate = smb2_negotiate, 3331 .negotiate = smb2_negotiate, 3427 .negotiate = smb2_negotiate, 3531 .negotiate = smb2_negotiate,
|
D | smb1ops.c | 1055 .negotiate = cifs_negotiate,
|
D | cifsglob.h | 268 int (*negotiate)(const unsigned int, struct cifs_ses *); member
|
D | connect.c | 4379 if (!server->ops->need_neg || !server->ops->negotiate) in cifs_negotiate_protocol() 4388 rc = server->ops->negotiate(xid, ses); in cifs_negotiate_protocol()
|
/Linux-v4.19/Documentation/filesystems/pohmelfs/ |
D | info.txt | 83 is set to /mnt, server will negotiate hash/cipher with client, in case client requested it, there
|
/Linux-v4.19/Documentation/networking/caif/ |
D | spi_porting.txt | 6 Two extra GPIOs have been added in order to negotiate the transfers
|
/Linux-v4.19/Documentation/scsi/ |
D | BusLogic.txt | 106 adapter will attempt to negotiate for 20.0 mega-transfers/second. 111 adapter will attempt to negotiate for 10.0 mega-transfers/second. 116 adapter will attempt to negotiate for 5.0 mega-transfers/second.
|
D | ChangeLog.sym53c8xx | 282 - Do not negotiate on auto-sense if we are currently using 8 bit
|
12