Home
last modified time | relevance | path

Searched full:dr (Results 1 – 25 of 33) sorted by relevance

12

/Documentation/networking/
Ddriver.rst50 static u32 drv_tx_avail(struct drv_ring *dr)
52 u32 used = READ_ONCE(dr->prod) - READ_ONCE(dr->cons);
54 return dr->tx_ring_size - (used & bp->tx_ring_mask);
62 struct drv_ring *dr;
66 dr = dp->tx_rings[idx];
71 if (drv_tx_avail(dr) <= skb_shinfo(skb)->nr_frags + 1) {
83 if (!netif_txq_maybe_stop(txq, drv_tx_avail(dr),
85 dr->stats.stopped++;
98 drv_tx_avail(dr), 2 * MAX_SKB_FRAGS);
Dipvs-sysctl.rst30 in backup mode to avoid packet loops for DR/TUN methods.
/Documentation/devicetree/bindings/arm/
Dqcom-soc.yaml26 pattern: "^qcom,.*(apq|ipq|mdm|msm|qcm|qcs|q[dr]u|sa|sc|sd[amx]|sm|x1e)[0-9]+.*$"
34 - pattern: "^qcom,(apq|ipq|mdm|msm|qcm|qcs|q[dr]u|sa|sc|sd[amx]|sm|x1e)[0-9]+(pro)?-.*$"
39 - pattern: "^qcom,[ak]pss-wdt-(apq|ipq|mdm|msm|qcm|qcs|q[dr]u|sa|sc|sd[amx]|sm)[0-9]+.*$"
40 - pattern: "^qcom,gcc-(apq|ipq|mdm|msm|qcm|qcs|q[dr]u|sa|sc|sd[amx]|sm)[0-9]+.*$"
41 - pattern: "^qcom,mmcc-(apq|ipq|mdm|msm|qcm|qcs|q[dr]u|sa|sc|sd[amx]|sm)[0-9]+.*$"
42 - pattern: "^qcom,pcie-(apq|ipq|mdm|msm|qcm|qcs|q[dr]u|sa|sc|sd[amx]|sm|x1e)[0-9]+.*$"
43 - pattern: "^qcom,rpm-(apq|ipq|mdm|msm|qcm|qcs|q[dr]u|sa|sc|sd[amx]|sm)[0-9]+.*$"
44 - pattern: "^qcom,scm-(apq|ipq|mdm|msm|qcm|qcs|q[dr]u|sa|sc|sd[amx]|sm|x1e)[0-9]+.*$"
/Documentation/devicetree/bindings/usb/
Dfsl,usb2.yaml23 - fsl-usb2-dr
26 - fsl-usb2-dr-v2.2
27 - fsl-usb2-dr-v2.5
28 - const: fsl-usb2-dr
90 compatible = "fsl-usb2-dr";
Dstarfive,jh7110-usb.yaml23 - description: dr mode register offset of STG_SYSCONSAIF__SYSCFG register for USB.
/Documentation/fb/
Dcmap_xfbdev.rst45 dr = (long) pent->co.local.red - prgb->red;
48 sq = dr * dr;
/Documentation/driver-api/driver-model/
Ddevres.rst80 struct dma_devres *dr;
83 dr = devres_alloc(dmam_coherent_release, sizeof(*dr), gfp);
90 /* record size, vaddr, dma_handle in dr */
91 dr->vaddr = vaddr;
94 devres_add(dev, dr);
/Documentation/devicetree/bindings/iio/adc/
Dmicrochip,mcp3911.yaml48 true = The DR pin state is high-impedance
49 false = The DR pin state is logic high
/Documentation/devicetree/bindings/tpm/
Dibm,vtpm.yaml58 present only if Dynamic Reconfiguration (DR) Connector is enabled
/Documentation/devicetree/bindings/net/dsa/
Dqca8k.yaml34 qca,qca8327: referenced as AR8327(N)-AL1A DR-QFN 148 pin package
36 qca,qca8337: referenced as QCA8337N-AL3(B/C) DR-QFN 148 pin package
/Documentation/spi/
Dspi-lm70llp.rst83 - Dr.Craig Hollabaugh for the (early) "manual" bitbanging driver version.
/Documentation/arch/arm/
Dkernel_mode_neon.rst5 TL;DR summary
/Documentation/arch/powerpc/
Dpapr_hcalls.rst112 available for use by LPARs as Dynamic Resource (DR). When a DR is allocated to
117 DR.
/Documentation/filesystems/
Djournalling.rst213 `Ext3 Journalling FileSystem, OLS 2000, Dr. Stephen
Dzonefs.rst413 dr-xr-xr-x 2 root root 1 Nov 25 13:23 cnv
414 dr-xr-xr-x 2 root root 55356 Nov 25 13:23 seq
/Documentation/bpf/
Dllvm_reloc.rst32 the code with ``llvm-objdump -dr test.o``::
161 following code with `llvm-objdump -dr test.o``::
/Documentation/translations/zh_CN/admin-guide/
Dbug-hunting.rst336 Dr. G.W. Wettstein Oncology Research Div. Computing Facility
/Documentation/translations/zh_TW/admin-guide/
Dbug-hunting.rst339 Dr. G.W. Wettstein Oncology Research Div. Computing Facility
/Documentation/networking/device_drivers/ethernet/3com/
D3c509.rst248 28Feb02 v1.0 DR New; major portions based on Becker original 3c509 docs
/Documentation/admin-guide/
Dbug-hunting.rst375 Dr. G.W. Wettstein Oncology Research Div. Computing Facility
Dreporting-regressions.rst16 The important bits (aka "TL;DR")
Dreporting-issues.rst8 The short guide (aka TL;DR)
54 The above TL;DR outlines roughly how to report issues to the Linux kernel
62 Note: this section covers a few more aspects than the TL;DR and does things in
/Documentation/process/
Dmaintainer-kvm-x86.rst16 TL;DR
Dmaintainer-netdev.rst9 tl;dr
/Documentation/translations/sp_SP/process/
Dmaintainer-kvm-x86.rst20 TL;DR

12