/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() 951 /* Enforce the negotiated MTU */ in mctp_astlpc_negotiate_layout_bmc() 956 astlpc_prinfo(astlpc, "Negotiated an MTU of %" PRIu32 " bytes", in mctp_astlpc_negotiate_layout_bmc() 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() [all …]
|
/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/u-boot/include/linux/ |
H A D | mii.h | 156 * @negotiated: value of MII ANAR and'd with ANLPAR 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() 189 * @negotiated: value of MII ANAR and'd with ANLPAR 196 unsigned int negotiated) in mii_duplex() argument 200 if (mii_nway_result(negotiated) & LPA_DUPLEX) in mii_duplex()
|
/openbmc/linux/include/linux/ |
H A D | mii.h | 58 * @negotiated: value of MII ANAR and'd with ANLPAR 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() 91 * @negotiated: value of MII ANAR and'd with ANLPAR 98 unsigned int negotiated) in mii_duplex() argument 102 if (mii_nway_result(negotiated) & LPA_DUPLEX) in mii_duplex()
|
/openbmc/linux/drivers/net/ethernet/dec/tulip/ |
H A D | 21142.c | 54 /* Don't screw up a negotiated session! */ in t21142_media_task() 154 /* If NWay finished and we have a negotiated partner capability. */ in t21142_lnk_change() 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 | pnic2.c | 184 /* If NWay finished and we have a negotiated partner capability. in pnic2_lnk_change() 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() 223 /* now record the duplex that was negotiated */ in pnic2_lnk_change() 234 negotiated); in pnic2_lnk_change()
|
H A D | media.c | 392 Check the MII negotiated duplex and change the CSR6 setting if 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()
|
/openbmc/linux/net/x25/ |
H A D | x25_facilities.c | 297 SOCK_DEBUG(sk, "X.25: inbound throughput negotiated\n"); in x25_negotiate_facilities() 302 "X.25: outbound throughput negotiated\n"); in x25_negotiate_facilities() 309 SOCK_DEBUG(sk, "X.25: packet size inwards negotiated down\n"); in x25_negotiate_facilities() 313 SOCK_DEBUG(sk, "X.25: packet size outwards negotiated down\n"); in x25_negotiate_facilities() 320 SOCK_DEBUG(sk, "X.25: window size inwards negotiated down\n"); in x25_negotiate_facilities() 324 SOCK_DEBUG(sk, "X.25: window size outwards negotiated down\n"); in x25_negotiate_facilities()
|
/openbmc/phosphor-net-ipmid/ |
H A D | auth_algo.hpp | 133 * integrity algorithm is negotiated in the Open Session Request command 134 * . So the integrity algorithm successfully negotiated is stored 142 * the confidentiality algorithm is negotiated in the Open Session 144 * negotiated is stored in the authentication algorithm's instance.
|
/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 | 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 | 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
|
H A D | pixfmt.rst | 13 version (see :ref:`planar-apis`). Image formats are negotiated with
|
/openbmc/linux/include/uapi/linux/ |
H A D | dcbnl.h | 407 * @DCB_ATTR_IEEE_ETS: negotiated ETS configuration 408 * @DCB_ATTR_IEEE_PFC: negotiated PFC configuration 409 * @DCB_ATTR_IEEE_APP_TABLE: negotiated APP configuration 455 * An aggregated collection of the cee std negotiated parameters. 649 * the negotiated parameters 654 * negotiated parameters 666 * negotiation is performed negotiated parameters equal
|
/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/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/ipmitool/src/plugins/lanplus/ |
H A D | lanplus_dump.c | 74 printf("%s Negotiated authenticatin algorithm : %s\n", in lanplus_dump_open_session_response() 78 printf("%s Negotiated integrity algorithm : %s\n", in lanplus_dump_open_session_response() 82 printf("%s Negotiated encryption algorithm : %s\n", in lanplus_dump_open_session_response()
|
/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/vdpa/pds/ |
H A D | vdpa_dev.h | 39 u64 negotiated_features; /* negotiated features */
|
/openbmc/linux/drivers/vdpa/solidrun/ |
H A D | snet_vdpa.h | 23 /* Check if negotiated config version is at least @ver */ 145 /* Negotiated config version */
|
/openbmc/phosphor-net-ipmid/command/ |
H A D | rakp34.hpp | 42 * that was negotiated, and the parameters that were passed in the earlier
|