Searched refs:negotiate (Results 1 – 25 of 29) sorted by relevance
12
| /Linux-v5.4/drivers/net/ethernet/dlink/ |
| D | dl2k.c | 1501 __u16 negotiate; in mii_get_media() local 1517 negotiate = mii_read (dev, phy_addr, MII_ADVERTISE) & in mii_get_media() 1529 } else if (negotiate & ADVERTISE_100FULL) { in mii_get_media() 1533 } else if (negotiate & ADVERTISE_100HALF) { in mii_get_media() 1537 } else if (negotiate & ADVERTISE_10FULL) { in mii_get_media() 1541 } else if (negotiate & ADVERTISE_10HALF) { in mii_get_media() 1546 if (negotiate & ADVERTISE_PAUSE_CAP) { in mii_get_media() 1549 } else if (negotiate & ADVERTISE_PAUSE_ASYM) { in mii_get_media() 1676 __u16 negotiate; in mii_get_media_pcs() local 1690 negotiate = mii_read (dev, phy_addr, PCS_ANAR) & in mii_get_media_pcs() [all …]
|
| D | dl2k.h | 401 u16 negotiate; /* Negotiated media */ member
|
| /Linux-v5.4/Documentation/ABI/testing/ |
| D | sysfs-driver-xen-blkfront | 6 Maximum number of segments that the frontend will negotiate
|
| /Linux-v5.4/drivers/usb/typec/ |
| D | Kconfig | 17 to negotiate the voltage and current levels with the connected 20 Delivery protocol is also used to negotiate the optional Alternate
|
| /Linux-v5.4/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-v5.4/Documentation/networking/device_drivers/intel/ |
| D | e1000.rst | 70 :Valid Range: 0-2 (0=auto-negotiate, 1=half, 2=full) 75 set to auto-negotiate, the board auto-detects the correct duplex. If the 249 :Default Value: 0 (auto-negotiate at all supported speeds) 253 partner is set to auto-negotiate, the board will auto-detect the correct 346 - The default operation is auto-negotiate. The board advertises all 348 common speed and duplex mode IF the link partner is set to auto-negotiate.
|
| D | e1000e.rst | 330 connections will attempt to auto-negotiate with its link partner to determine 350 will not attempt to auto-negotiate with its link partner since those adapters
|
| D | i40e.rst | 373 connections will attempt to auto-negotiate with its link partner to determine 396 will not attempt to auto-negotiate with its link partner since those adapters
|
| /Linux-v5.4/Documentation/media/uapi/v4l/ |
| D | format.rst | 25 applications should always negotiate a data format before engaging in 31 A single mechanism exists to negotiate all data formats using the
|
| D | vidioc-g-fmt.rst | 47 These ioctls are used to negotiate the format of data (typically image 87 time, never returning ``EBUSY``. This function is provided to negotiate
|
| D | vidioc-subdev-g-fmt.rst | 45 These ioctls are used to negotiate the frame format at specific subdev
|
| D | dev-subdev.rst | 37 - negotiate image formats on individual pads 130 negotiate formats on a per-pad basis. 329 negotiation, applications should negotiate try formats first and then
|
| D | vidioc-g-fbuf.rst | 352 negotiate the parameters for a destructive overlay.
|
| /Linux-v5.4/fs/cifs/ |
| D | Kconfig | 142 negotiate a newer dialect with servers, such as Samba 3.0.5 146 (such as Samba 3.10 and later) which can negotiate
|
| D | smb2ops.c | 4463 .negotiate = smb2_negotiate, 4561 .negotiate = smb2_negotiate, 4661 .negotiate = smb2_negotiate, 4769 .negotiate = smb2_negotiate,
|
| D | smb1ops.c | 1175 .negotiate = cifs_negotiate,
|
| D | cifsglob.h | 279 int (*negotiate)(const unsigned int, struct cifs_ses *); member
|
| D | connect.c | 5147 if (!server->ops->need_neg || !server->ops->negotiate) in cifs_negotiate_protocol() 5154 rc = server->ops->negotiate(xid, ses); in cifs_negotiate_protocol()
|
| /Linux-v5.4/Documentation/networking/caif/ |
| D | spi_porting.txt | 6 Two extra GPIOs have been added in order to negotiate the transfers
|
| /Linux-v5.4/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
|
| /Linux-v5.4/Documentation/networking/device_drivers/3com/ |
| D | 3c509.txt | 88 auto-negotiate a full-duplex connection with its link partner under any
|
| /Linux-v5.4/Documentation/process/ |
| D | embargoed-hardware-issues.rst | 211 The involved parties will negotiate the date and time where the embargo
|
| /Linux-v5.4/Documentation/networking/ |
| D | phy.rst | 245 word which is used to negotiate the duplex and pause modes with the
|
12