Home
last modified time | relevance | path

Searched refs:negotiate (Results 1 – 25 of 54) sorted by relevance

123

/openbmc/qemu/python/qemu/qmp/
H A Dlegacy.py143 def connect(self, negotiate: bool = True) -> Optional[QMPMessage]:
150 self._qmp.await_greeting = negotiate
151 self._qmp.negotiate = negotiate
170 self._qmp.negotiate = True
H A Dqmp_client.py215 self.negotiate: bool = True
249 if self.await_greeting or self.negotiate:
252 if self.negotiate:
H A Dqmp_shell.py370 def connect(self, negotiate: bool = True) -> None:
371 self._greeting = super().connect(negotiate)
552 qemu.connect(negotiate=not args.skip_negotiation)
/openbmc/openbmc/poky/meta/recipes-support/curl/
H A Dcurl_8.11.1.bb26 COMMON_PACKAGECONFIG = "basic-auth bearer-auth digest-auth ipfs negotiate-auth openssl proxy thread…
56 PACKAGECONFIG[negotiate-auth] = "--enable-negotiate-auth,--disable-negotiate-auth"
/openbmc/linux/drivers/net/ethernet/dlink/
H A Ddl2k.c1490 __u16 negotiate; in mii_get_media() local
1506 negotiate = mii_read (dev, phy_addr, MII_ADVERTISE) & in mii_get_media()
1518 } else if (negotiate & ADVERTISE_100FULL) { in mii_get_media()
1522 } else if (negotiate & ADVERTISE_100HALF) { in mii_get_media()
1526 } else if (negotiate & ADVERTISE_10FULL) { in mii_get_media()
1530 } else if (negotiate & ADVERTISE_10HALF) { in mii_get_media()
1535 if (negotiate & ADVERTISE_PAUSE_CAP) { in mii_get_media()
1538 } else if (negotiate & ADVERTISE_PAUSE_ASYM) { in mii_get_media()
1665 __u16 negotiate; in mii_get_media_pcs() local
1679 negotiate = mii_read (dev, phy_addr, PCS_ANAR) & in mii_get_media_pcs()
[all …]
H A Ddl2k.h401 u16 negotiate; /* Negotiated media */ member
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-driver-xen-blkfront6 Maximum number of segments that the frontend will negotiate
/openbmc/qemu/tests/qemu-iotests/
H A Dnbd-fault-injector.py156 def negotiate(conn, use_export): function
175 negotiate(conn, use_export)
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dformat.rst18 applications should always negotiate a data format before engaging in
24 A single mechanism exists to negotiate all data formats using the
H A Dvidioc-g-fmt.rst42 These ioctls are used to negotiate the format of data (typically image
82 time, never returning ``EBUSY``. This function is provided to negotiate
H A Dvidioc-subdev-g-fmt.rst38 These ioctls are used to negotiate the frame format at specific subdev
H A Ddev-subdev.rst30 - negotiate image formats on individual pads
130 negotiate formats on a per-pad basis.
331 negotiation, applications should negotiate try formats first and then
/openbmc/linux/Documentation/networking/device_drivers/ethernet/intel/
H A De1000.rst70 :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.
H A De1000e.rst330 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
/openbmc/linux/Documentation/devicetree/bindings/net/
H A Dnokia-bluetooth.txt9 and a few new packet types used to negotiate uart speed.
/openbmc/linux/drivers/usb/typec/
H A DKconfig17 to negotiate the voltage and current levels with the connected
20 Delivery protocol is also used to negotiate the optional Alternate
/openbmc/qemu/
H A Dqemu.sasl28 # negotiate which to use by considering the list enabled on the VNC
/openbmc/linux/fs/smb/server/
H A DKconfig41 Secure negotiate, Pre-authentication integrity, oplock/lease,
/openbmc/docs/security/
H A Dobmc-security-response-team.md24 fixes and to negotiate disclosure dates.
/openbmc/linux/fs/smb/client/
H A DKconfig113 negotiate a feature of the older cifs dialect with servers, such as
117 and later) which can negotiate CIFS POSIX ACL support. This config
/openbmc/qemu/python/qemu/utils/
H A Dqemu_ga_client.py74 self.qga.connect(negotiate=False)
/openbmc/qemu/nbd/
H A Dtrace-events79 nbd_handshake_timer_cb(void) "client took too long to negotiate"
/openbmc/linux/Documentation/filesystems/smb/
H A Dksmbd.rst80 Secure negotiate Supported.
/openbmc/linux/Documentation/scsi/
H A DBusLogic.rst116 adapter will attempt to negotiate for 20.0 mega-transfers/second.
121 adapter will attempt to negotiate for 10.0 mega-transfers/second.
126 adapter will attempt to negotiate for 5.0 mega-transfers/second.
/openbmc/qemu/docs/system/ppc/
H A Dpowernv.rst156 OpenPOWER systems negotiate the shutdown and reboot with their

123