| /linux/drivers/net/ethernet/dec/tulip/ |
| H A 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()
|
| H A 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()
|
| H A 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()
|
| H A 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/include/linux/ |
| H A 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/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 | pixfmt.rst | 14 version (see :ref:`planar-apis`). Image formats are negotiated with
|
| H A D | pixfmt-z16.rst | 19 can vary and has to be negotiated with the device separately. Each pixel
|
| 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 | io.rst | 18 Other methods must be negotiated. To select the streaming I/O method
|
| H A D | dev-overlay.rst | 182 When chroma-keying has been negotiated with 193 When chroma-keying has *not* been negotiated and 218 When chroma-keying has *not* been negotiated and 247 images, if global alpha blending has been negotiated
|
| H A D | vidioc-g-crop.rst | 67 been negotiated.
|
| H A D | format.rst | 43 inconsistent with the negotiated parameters. A video standard change for
|
| H A D | crop.rst | 38 overlay) is negotiated with the :ref:`VIDIOC_G_FMT <VIDIOC_G_FMT>` 42 application, and their size is again negotiated with the
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-class-mei | 36 Description: Display the negotiated HBM protocol version. 38 The HBM protocol version negotiated
|
| /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
|
| /linux/Documentation/misc-devices/ |
| H A D | uacce.rst | 166 c. Succeed with the negotiated flags, for example 170 So user driver need check return value as well as the negotiated uacce->flags.
|
| /linux/Documentation/ABI/stable/ |
| H A D | sysfs-class-udc | 30 Indicates the current negotiated speed at this port.
|
| /linux/Documentation/scsi/ |
| H A 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/Documentation/networking/device_drivers/ethernet/huawei/ |
| H A D | hinic.rst | 12 The driver supports also a negotiated and extendable feature set.
|
| /linux/Documentation/networking/device_drivers/ethernet/amazon/ |
| H A D | ena.rst | 19 a negotiated and extendible feature set. 148 **Note that** not all ENA devices support LLQ, and this feature is negotiated 338 negotiated with the device. The driver configures MTU using the
|
| /linux/Documentation/driver-api/usb/ |
| H A D | typec_bus.rst | 54 passes the negotiated SVID specific pin configuration value to the function as
|
| /linux/drivers/net/ethernet/dlink/ |
| H A D | sundance.c | 920 int negotiated = mii_lpa & np->mii_if.advertising; in check_duplex() local 932 duplex = (negotiated & 0x0100) || (negotiated & 0x01C0) == 0x0040; in check_duplex() 938 duplex ? "full" : "half", np->phys[0], negotiated); in check_duplex()
|
| /linux/Documentation/virt/hyperv/ |
| H A D | vpci.rst | 262 be used. The version is negotiated when communication over 275 hv_pci_assign_numa_node(). If the negotiated protocol version 278 when the negotiated protocol version includes NUMA affinity
|