Searched full:dr (Results 1 – 25 of 33) sorted by relevance
12
| /Documentation/networking/ |
| D | driver.rst | 50 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);
|
| D | ipvs-sysctl.rst | 30 in backup mode to avoid packet loops for DR/TUN methods.
|
| /Documentation/devicetree/bindings/arm/ |
| D | qcom-soc.yaml | 26 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/ |
| D | fsl,usb2.yaml | 23 - 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";
|
| D | starfive,jh7110-usb.yaml | 23 - description: dr mode register offset of STG_SYSCONSAIF__SYSCFG register for USB.
|
| /Documentation/fb/ |
| D | cmap_xfbdev.rst | 45 dr = (long) pent->co.local.red - prgb->red; 48 sq = dr * dr;
|
| /Documentation/driver-api/driver-model/ |
| D | devres.rst | 80 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/ |
| D | microchip,mcp3911.yaml | 48 true = The DR pin state is high-impedance 49 false = The DR pin state is logic high
|
| /Documentation/devicetree/bindings/tpm/ |
| D | ibm,vtpm.yaml | 58 present only if Dynamic Reconfiguration (DR) Connector is enabled
|
| /Documentation/devicetree/bindings/net/dsa/ |
| D | qca8k.yaml | 34 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/ |
| D | spi-lm70llp.rst | 83 - Dr.Craig Hollabaugh for the (early) "manual" bitbanging driver version.
|
| /Documentation/arch/arm/ |
| D | kernel_mode_neon.rst | 5 TL;DR summary
|
| /Documentation/arch/powerpc/ |
| D | papr_hcalls.rst | 112 available for use by LPARs as Dynamic Resource (DR). When a DR is allocated to 117 DR.
|
| /Documentation/filesystems/ |
| D | journalling.rst | 213 `Ext3 Journalling FileSystem, OLS 2000, Dr. Stephen
|
| D | zonefs.rst | 413 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/ |
| D | llvm_reloc.rst | 32 the code with ``llvm-objdump -dr test.o``:: 161 following code with `llvm-objdump -dr test.o``::
|
| /Documentation/translations/zh_CN/admin-guide/ |
| D | bug-hunting.rst | 336 Dr. G.W. Wettstein Oncology Research Div. Computing Facility
|
| /Documentation/translations/zh_TW/admin-guide/ |
| D | bug-hunting.rst | 339 Dr. G.W. Wettstein Oncology Research Div. Computing Facility
|
| /Documentation/networking/device_drivers/ethernet/3com/ |
| D | 3c509.rst | 248 28Feb02 v1.0 DR New; major portions based on Becker original 3c509 docs
|
| /Documentation/admin-guide/ |
| D | bug-hunting.rst | 375 Dr. G.W. Wettstein Oncology Research Div. Computing Facility
|
| D | reporting-regressions.rst | 16 The important bits (aka "TL;DR")
|
| D | reporting-issues.rst | 8 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/ |
| D | maintainer-kvm-x86.rst | 16 TL;DR
|
| D | maintainer-netdev.rst | 9 tl;dr
|
| /Documentation/translations/sp_SP/process/ |
| D | maintainer-kvm-x86.rst | 20 TL;DR
|
12