/openbmc/u-boot/include/linux/ |
H A D | mii.h | 168 static inline unsigned int mii_nway_result (unsigned int negotiated) in mii_nway_result() argument 172 if (negotiated & LPA_100FULL) in mii_nway_result() 174 else if (negotiated & LPA_100BASE4) in mii_nway_result() 176 else if (negotiated & LPA_100HALF) in mii_nway_result() 178 else if (negotiated & LPA_10FULL) in mii_nway_result() 196 unsigned int negotiated) in mii_duplex() argument 200 if (mii_nway_result(negotiated) & LPA_DUPLEX) in mii_duplex()
|
/openbmc/libmctp/ |
H A D | astlpc.c | 703 uint16_t bmc_ver_min, bmc_ver_cur, negotiated; in mctp_astlpc_init_host() local 725 negotiated = mctp_astlpc_negotiate_version( in mctp_astlpc_init_host() 727 if (!negotiated) { in mctp_astlpc_init_host() 733 assert(negotiated < ARRAY_SIZE(astlpc_protocol_version)); in mctp_astlpc_init_host() 734 astlpc->proto = &astlpc_protocol_version[negotiated]; in mctp_astlpc_init_host() 737 if (negotiated >= 2) { in mctp_astlpc_init_host() 976 uint16_t negotiated, negotiated_be; in mctp_astlpc_init_channel() local 984 negotiated = mctp_astlpc_negotiate_version(ASTLPC_VER_MIN, in mctp_astlpc_init_channel() 990 assert(negotiated < ARRAY_SIZE(astlpc_protocol_version)); in mctp_astlpc_init_channel() 991 astlpc->proto = &astlpc_protocol_version[negotiated]; in mctp_astlpc_init_channel() [all …]
|
/openbmc/linux/drivers/net/ethernet/dec/tulip/ |
H A 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()
|
H A 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()
|
H A D | media.c | 400 unsigned int bmsr, lpa, negotiated, new_csr6; in tulip_check_duplex() local 419 negotiated = lpa & tp->advertising[0]; in tulip_check_duplex() 420 tp->full_duplex = mii_duplex(tp->full_duplex_lock, negotiated); in tulip_check_duplex() 424 if (negotiated & LPA_100) new_csr6 &= ~TxThreshold; in tulip_check_duplex()
|
H A D | winbond-840.c | 701 int negotiated; in update_link() local 703 negotiated = mii_reg & np->mii_if.advertising; in update_link() 705 duplex = (negotiated & LPA_100FULL) || ((negotiated & 0x02C0) == LPA_10FULL); in update_link() 706 fasteth = negotiated & 0x380; in update_link()
|
/openbmc/linux/include/linux/ |
H A D | mii.h | 70 static inline unsigned int mii_nway_result (unsigned int negotiated) in mii_nway_result() argument 74 if (negotiated & LPA_100FULL) in mii_nway_result() 76 else if (negotiated & LPA_100BASE4) in mii_nway_result() 78 else if (negotiated & LPA_100HALF) in mii_nway_result() 80 else if (negotiated & LPA_10FULL) in mii_nway_result() 98 unsigned int negotiated) in mii_duplex() argument 102 if (mii_nway_result(negotiated) & LPA_DUPLEX) in mii_duplex()
|
/openbmc/qemu/docs/interop/ |
H A D | vhost-user.rst | 168 been negotiated. Otherwise it is a user address. 188 successfully negotiated, the memory region description contains two extra 462 ``VHOST_USER_VRING_KICK`` if negotiated, and stop a ring upon receiving 611 transfer happens over a channel that is negotiated using the 673 When the ``VIRTIO_F_IOMMU_PLATFORM`` feature has not been negotiated: 678 When the ``VIRTIO_F_IOMMU_PLATFORM`` feature has been negotiated: 688 When the ``VIRTIO_F_IOMMU_PLATFORM`` feature has been negotiated, the 710 operation is completed if the reply-ack feature is negotiated and 735 negotiated, back-end can send file descriptors (at most 8 descriptors in 1264 ``VHOST_USER_PROTOCOL_F_INBAND_NOTIFICATIONS`` has been negotiated [all …]
|
/openbmc/qemu/hw/acpi/ |
H A D | ich9.c | 478 uint64_t negotiated = lpc->smi_negotiated_features; in ich9_pm_device_pre_plug_cb() local 480 if (negotiated & BIT_ULL(ICH9_LPC_SMI_F_BROADCAST_BIT) && in ich9_pm_device_pre_plug_cb() 481 !(negotiated & BIT_ULL(ICH9_LPC_SMI_F_CPU_HOTPLUG_BIT))) { in ich9_pm_device_pre_plug_cb() 527 uint64_t negotiated = lpc->smi_negotiated_features; in ich9_pm_device_unplug_request_cb() local 529 if (negotiated & BIT_ULL(ICH9_LPC_SMI_F_BROADCAST_BIT) && in ich9_pm_device_unplug_request_cb() 530 !(negotiated & BIT_ULL(ICH9_LPC_SMI_F_CPU_HOT_UNPLUG_BIT))) { in ich9_pm_device_unplug_request_cb()
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | func-select.rst | 51 When streaming I/O has been negotiated this function waits until a 66 When use of the :c:func:`read()` function has been negotiated and the 75 When use of the :c:func:`write()` function has been negotiated the
|
H A D | func-poll.rst | 35 When streaming I/O has been negotiated this function waits until a 66 When use of the :c:func:`read()` function has been negotiated and the 73 When use of the :c:func:`write()` function has been negotiated and the
|
H A D | pixfmt.rst | 13 version (see :ref:`planar-apis`). Image formats are negotiated with
|
H A D | pixfmt-z16.rst | 18 can vary and has to be negotiated with the device separately. Each pixel
|
H A D | vidioc-g-fbuf.rst | 281 and negotiated with the :ref:`VIDIOC_S_FMT <VIDIOC_G_FMT>` 284 clip rectangles or a bitmap. These methods are negotiated with the 299 :c:type:`v4l2_window` and negotiated with the 313 :c:type:`v4l2_window` and negotiated with the
|
H A D | io.rst | 18 Other methods must be negotiated. To select the streaming I/O method
|
H A D | dev-overlay.rst | 181 When chroma-keying has been negotiated with 192 When chroma-keying has *not* been negotiated and 217 When chroma-keying has *not* been negotiated and 246 images, if global alpha blending has been negotiated
|
/openbmc/u-boot/doc/ |
H A D | README.link-local | 18 take approximately 5 seconds while the address is negotiated. 25 negotiated address and is preferred in future negotiations.
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-class-mei | 36 Description: Display the negotiated HBM protocol version. 38 The HBM protocol version negotiated
|
/openbmc/linux/Documentation/networking/device_drivers/wwan/ |
H A D | iosm.rst | 57 negotiated control message size. 61 The management application must accept control messages of up the negotiated
|
H A D | t7xx.rst | 65 negotiated control message size. 69 The management application must accept control messages of up the negotiated
|
/openbmc/linux/Documentation/misc-devices/ |
H A D | uacce.rst | 163 c. Succeed with the negotiated flags, for example 167 So user driver need check return value as well as the negotiated uacce->flags.
|
/openbmc/linux/drivers/net/ethernet/sgi/ |
H A D | meth.c | 179 unsigned long negotiated = mii_advertising & mii_partner; in meth_check_link() local 185 speed = (negotiated & 0x0380) ? METH_100MBIT : 0; in meth_check_link() 186 duplex = ((negotiated & 0x0100) || (negotiated & 0x01C0) == 0x0040) ? in meth_check_link()
|
/openbmc/linux/Documentation/ABI/stable/ |
H A D | sysfs-class-udc | 30 Indicates the current negotiated speed at this port.
|
/openbmc/qemu/docs/system/ |
H A D | virtio-net-failover.rst | 68 when the feature bit was negotiated for the virtio-net standby device.
|
/openbmc/linux/Documentation/networking/device_drivers/ethernet/amazon/ |
H A D | ena.rst | 19 a negotiated and extendible feature set. 145 **Note that** not all ENA devices support LLQ, and this feature is negotiated 231 negotiated with the device. The driver configures MTU using the
|