Home
last modified time | relevance | path

Searched refs:negotiated (Results 1 – 25 of 41) sorted by relevance

12

/Linux-v4.19/include/linux/
Dmii.h69 static inline unsigned int mii_nway_result (unsigned int negotiated) in mii_nway_result() argument
73 if (negotiated & LPA_100FULL) in mii_nway_result()
75 else if (negotiated & LPA_100BASE4) in mii_nway_result()
77 else if (negotiated & LPA_100HALF) in mii_nway_result()
79 else if (negotiated & LPA_10FULL) in mii_nway_result()
97 unsigned int negotiated) in mii_duplex() argument
101 if (mii_nway_result(negotiated) & LPA_DUPLEX) in mii_duplex()
/Linux-v4.19/drivers/net/ethernet/dec/tulip/
Dpnic2.c204 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()
D21142.c157 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()
Dmedia.c405 unsigned int bmsr, lpa, negotiated, new_csr6; in tulip_check_duplex() local
424 negotiated = lpa & tp->advertising[0]; in tulip_check_duplex()
425 tp->full_duplex = mii_duplex(tp->full_duplex_lock, negotiated); in tulip_check_duplex()
429 if (negotiated & LPA_100) new_csr6 &= ~TxThreshold; in tulip_check_duplex()
Dwinbond-840.c712 int negotiated; in update_link() local
714 negotiated = mii_reg & np->mii_if.advertising; in update_link()
716 duplex = (negotiated & LPA_100FULL) || ((negotiated & 0x02C0) == LPA_10FULL); in update_link()
717 fasteth = negotiated & 0x380; in update_link()
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-class-mei36 Description: Display the negotiated HBM protocol version.
38 The HBM protocol version negotiated
/Linux-v4.19/Documentation/media/uapi/v4l/
Dfunc-select.rst54 When streaming I/O has been negotiated this function waits until a
69 When use of the :ref:`read() <func-read>` function has been negotiated and the
78 When use of the :ref:`write() <func-write>` function has been negotiated the
Dfunc-poll.rst38 When streaming I/O has been negotiated this function waits until a
69 When use of the :ref:`read() <func-read>` function has been negotiated and the
76 When use of the :ref:`write() <func-write>` function has been negotiated and the
Dpixfmt.rst13 version (see :ref:`planar-apis`). Image formats are negotiated with
Dpixfmt-z16.rst18 can vary and has to be negotiated with the device separately. Each pixel
Dio.rst17 Other methods must be negotiated. To select the streaming I/O method
Dvidioc-g-fbuf.rst297 and negotiated with the :ref:`VIDIOC_S_FMT <VIDIOC_G_FMT>`
300 clip rectangles or a bitmap. These methods are negotiated with the
315 :c:type:`v4l2_window` and negotiated with the
329 :c:type:`v4l2_window` and negotiated with the
Ddev-overlay.rst174 When chroma-keying has been negotiated with
184 When chroma-keying has *not* been negotiated and
207 When chroma-keying has *not* been negotiated and
236 images, if global alpha blending has been negotiated
Dpixfmt-packed-yuv.rst197 been negotiated for a :ref:`Video Overlay <overlay>` or
Dvidioc-g-crop.rst67 been negotiated.
Dformat.rst43 inconsistent with the negotiated parameters. A video standard change for
Dcrop.rst37 overlay) is negotiated with the :ref:`VIDIOC_G_FMT <VIDIOC_G_FMT>`
41 application, and their size is again negotiated with the
Ddev-sliced-vbi.rst280 video standard (which may invalidate the negotiated VBI parameters) and
354 been negotiated with the :ref:`VIDIOC_G_FMT <VIDIOC_G_FMT>` or
379 :ref:`negotiated sliced VBI services <sliced-vbi-format-negotitation>`
395 VBI data in the MPEG stream, if an application has negotiated sliced VBI
/Linux-v4.19/drivers/net/ethernet/sgi/
Dmeth.c181 unsigned long negotiated = mii_advertising & mii_partner; in meth_check_link() local
187 speed = (negotiated & 0x0380) ? METH_100MBIT : 0; in meth_check_link()
188 duplex = ((negotiated & 0x0100) || (negotiated & 0x01C0) == 0x0040) ? in meth_check_link()
/Linux-v4.19/Documentation/ABI/stable/
Dsysfs-class-udc30 Indicates the current negotiated speed at this port.
/Linux-v4.19/Documentation/networking/
Dena.txt15 a negotiated and extendable feature set.
139 Note: Not all ENA devices support LLQ, and this feature is negotiated
227 negotiated with the device. The driver configures MTU using the
Dhinic.txt9 The driver supports also a negotiated and extendable feature set.
/Linux-v4.19/Documentation/admin-guide/
Dsecurity-bugs.rst40 days, not weeks or months. A release date is negotiated by the security
/Linux-v4.19/Documentation/scsi/
DBusLogic.txt95 requested and negotiated with each target device. AutoSCSI settings for
280 to be negotiated. This results in fewer problems when these host adapters
285 speed to be negotiated with all devices, or UltraSCSI speed can be enabled on
346 negotiated. This results in fewer problems when these host adapters are
351 negotiated with all devices, or UltraSCSI speed can be enabled on an
/Linux-v4.19/Documentation/filesystems/cifs/
DTODO102 negotiated size) and send larger write sizes to modern servers.

12