Home
last modified time | relevance | path

Searched full:negotiated (Results 1 – 25 of 343) sorted by relevance

12345678910>>...14

/openbmc/libmctp/
H A Dastlpc.c703 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 Dvhost-user.rst168 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 Dmii.h156 * @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 Dmii.h58 * @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 D21142.c54 /* 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 Dpnic2.c184 /* 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 Dmedia.c392 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 Dx25_facilities.c297 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 Dauth_algo.hpp133 * 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 Dfunc-select.rst51 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 Dfunc-poll.rst35 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 Dvidioc-g-fbuf.rst281 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 Ddev-overlay.rst181 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 Dpixfmt.rst13 version (see :ref:`planar-apis`). Image formats are negotiated with
/openbmc/linux/include/uapi/linux/
H A Ddcbnl.h407 * @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 DREADME.link-local18 take approximately 5 seconds while the address is negotiated.
25 negotiated address and is preferred in future negotiations.
/openbmc/qemu/hw/acpi/
H A Dich9.c478 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 Dlanplus_dump.c74 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 Dsysfs-class-mei36 Description: Display the negotiated HBM protocol version.
38 The HBM protocol version negotiated
/openbmc/linux/Documentation/networking/device_drivers/wwan/
H A Diosm.rst57 negotiated control message size.
61 The management application must accept control messages of up the negotiated
H A Dt7xx.rst65 negotiated control message size.
69 The management application must accept control messages of up the negotiated
/openbmc/linux/Documentation/misc-devices/
H A Duacce.rst163 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 Dvdpa_dev.h39 u64 negotiated_features; /* negotiated features */
/openbmc/linux/drivers/vdpa/solidrun/
H A Dsnet_vdpa.h23 /* Check if negotiated config version is at least @ver */
145 /* Negotiated config version */
/openbmc/phosphor-net-ipmid/command/
H A Drakp34.hpp42 * that was negotiated, and the parameters that were passed in the earlier

12345678910>>...14