/Linux-v5.10/drivers/net/ethernet/dec/tulip/ |
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()
|
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()
|
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()
|
D | winbond-840.c | 703 int negotiated; in update_link() local 705 negotiated = mii_reg & np->mii_if.advertising; in update_link() 707 duplex = (negotiated & LPA_100FULL) || ((negotiated & 0x02C0) == LPA_10FULL); in update_link() 708 fasteth = negotiated & 0x380; in update_link()
|
/Linux-v5.10/include/linux/ |
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()
|
/Linux-v5.10/Documentation/userspace-api/media/v4l/ |
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
|
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
|
D | pixfmt.rst | 13 version (see :ref:`planar-apis`). Image formats are negotiated with
|
D | pixfmt-z16.rst | 18 can vary and has to be negotiated with the device separately. Each pixel
|
D | vidioc-g-fbuf.rst | 294 and negotiated with the :ref:`VIDIOC_S_FMT <VIDIOC_G_FMT>` 297 clip rectangles or a bitmap. These methods are negotiated with the 312 :c:type:`v4l2_window` and negotiated with the 326 :c:type:`v4l2_window` and negotiated with the
|
D | io.rst | 18 Other methods must be negotiated. To select the streaming I/O method
|
D | dev-overlay.rst | 174 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
|
D | vidioc-g-crop.rst | 67 been negotiated.
|
D | format.rst | 43 inconsistent with the negotiated parameters. A video standard change for
|
D | crop.rst | 37 overlay) is negotiated with the :ref:`VIDIOC_G_FMT <VIDIOC_G_FMT>` 41 application, and their size is again negotiated with the
|
D | dev-sliced-vbi.rst | 276 video standard (which may invalidate the negotiated VBI parameters) and 347 been negotiated with the :ref:`VIDIOC_G_FMT <VIDIOC_G_FMT>` or 371 :ref:`negotiated sliced VBI services <sliced-vbi-format-negotitation>` 387 VBI data in the MPEG stream, if an application has negotiated sliced VBI
|
D | pixfmt-packed-yuv.rst | 368 been negotiated for a :ref:`Video Overlay <overlay>` or
|
/Linux-v5.10/Documentation/ABI/testing/ |
D | sysfs-class-mei | 36 Description: Display the negotiated HBM protocol version. 38 The HBM protocol version negotiated
|
/Linux-v5.10/Documentation/misc-devices/ |
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.
|
/Linux-v5.10/drivers/net/ethernet/sgi/ |
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()
|
/Linux-v5.10/Documentation/ABI/stable/ |
D | sysfs-class-udc | 30 Indicates the current negotiated speed at this port.
|
/Linux-v5.10/Documentation/networking/device_drivers/ethernet/amazon/ |
D | ena.rst | 19 a negotiated and extendable feature set. 150 Note: Not all ENA devices support LLQ, and this feature is negotiated 236 negotiated with the device. The driver configures MTU using the
|
/Linux-v5.10/Documentation/networking/device_drivers/ethernet/huawei/ |
D | hinic.rst | 12 The driver supports also a negotiated and extendable feature set.
|
/Linux-v5.10/Documentation/scsi/ |
D | BusLogic.rst | 105 requested and negotiated with each target device. AutoSCSI settings for 309 to be negotiated. This results in fewer problems when these host adapters 314 speed to be negotiated with all devices, or UltraSCSI speed can be enabled on 379 negotiated. This results in fewer problems when these host adapters are 384 negotiated with all devices, or UltraSCSI speed can be enabled on an
|
/Linux-v5.10/Documentation/driver-api/usb/ |
D | typec_bus.rst | 54 passes the negotiated SVID specific pin configuration value to the function as
|