/linux-5.19.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 | 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()
|
/linux-5.19.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-5.19.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 | 178 When chroma-keying has been negotiated with 188 When chroma-keying has *not* been negotiated and 211 When chroma-keying has *not* been negotiated and 240 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 | 270 video standard (which may invalidate the negotiated VBI parameters) and 356 been negotiated with the :ref:`VIDIOC_G_FMT <VIDIOC_G_FMT>` or 380 :ref:`negotiated sliced VBI services <sliced-vbi-format-negotitation>` 396 VBI data in the MPEG stream, if an application has negotiated sliced VBI
|
/linux-5.19.10/Documentation/ABI/testing/ |
D | sysfs-class-mei | 36 Description: Display the negotiated HBM protocol version. 38 The HBM protocol version negotiated
|
/linux-5.19.10/Documentation/networking/device_drivers/wwan/ |
D | iosm.rst | 57 negotiated control message size. 61 The management application must accept control messages of up the negotiated
|
D | t7xx.rst | 65 negotiated control message size. 69 The management application must accept control messages of up the negotiated
|
/linux-5.19.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-5.19.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-5.19.10/Documentation/ABI/stable/ |
D | sysfs-class-udc | 30 Indicates the current negotiated speed at this port.
|
/linux-5.19.10/Documentation/networking/device_drivers/ethernet/amazon/ |
D | ena.rst | 19 a negotiated and extendible feature set. 143 **Note that** not all ENA devices support LLQ, and this feature is negotiated 227 negotiated with the device. The driver configures MTU using the
|
/linux-5.19.10/Documentation/scsi/ |
D | BusLogic.rst | 105 requested and negotiated with each target device. AutoSCSI settings for 303 to be negotiated. This results in fewer problems when these host adapters 308 speed to be negotiated with all devices, or UltraSCSI speed can be enabled on 373 negotiated. This results in fewer problems when these host adapters are 378 negotiated with all devices, or UltraSCSI speed can be enabled on an
|
/linux-5.19.10/Documentation/networking/device_drivers/ethernet/huawei/ |
D | hinic.rst | 12 The driver supports also a negotiated and extendable feature set.
|