/linux-5.19.10/drivers/net/ |
D | tap.c | 144 static int tap_enable_queue(struct tap_dev *tap, struct file *file, in tap_enable_queue() argument 155 rcu_assign_pointer(tap->taps[tap->numvtaps], q); in tap_enable_queue() 156 q->queue_index = tap->numvtaps; in tap_enable_queue() 159 tap->numvtaps++; in tap_enable_queue() 165 static int tap_set_queue(struct tap_dev *tap, struct file *file, in tap_set_queue() argument 168 if (tap->numqueues == MAX_TAP_QUEUES) in tap_set_queue() 171 rcu_assign_pointer(q->tap, tap); in tap_set_queue() 172 rcu_assign_pointer(tap->taps[tap->numvtaps], q); in tap_set_queue() 176 q->queue_index = tap->numvtaps; in tap_set_queue() 179 list_add_tail(&q->next, &tap->queue_list); in tap_set_queue() [all …]
|
D | macvtap.c | 30 struct tap_dev tap; member 55 static void macvtap_count_tx_dropped(struct tap_dev *tap) in macvtap_count_tx_dropped() argument 57 struct macvtap_dev *vlantap = container_of(tap, struct macvtap_dev, tap); in macvtap_count_tx_dropped() 63 static void macvtap_count_rx_dropped(struct tap_dev *tap) in macvtap_count_rx_dropped() argument 65 struct macvtap_dev *vlantap = container_of(tap, struct macvtap_dev, tap); in macvtap_count_rx_dropped() 71 static void macvtap_update_features(struct tap_dev *tap, in macvtap_update_features() argument 74 struct macvtap_dev *vlantap = container_of(tap, struct macvtap_dev, tap); in macvtap_update_features() 88 INIT_LIST_HEAD(&vlantap->tap.queue_list); in macvtap_newlink() 93 vlantap->tap.tap_features = TUN_OFFLOADS; in macvtap_newlink() 98 vlantap->tap.count_tx_dropped = macvtap_count_tx_dropped; in macvtap_newlink() [all …]
|
D | Kconfig | 182 tristate "MAC-VLAN based tap driver" 187 This adds a specialized tap character device driver that is based 190 macvtap', and then be accessed through the tap user space interface. 220 tristate "IP-VLAN based tap driver" 225 This adds a specialized tap character device driver that is based 228 ipvtap', and then be accessed through the tap user space interface. 388 This option is selected by any driver implementing tap user space 389 interface for a virtual interface to re-use core tap functionality. 426 messages if they tap into the netlink device, record pcaps for further
|
/linux-5.19.10/drivers/net/ipvlan/ |
D | ipvtap.c | 48 struct tap_dev tap; member 51 static void ipvtap_count_tx_dropped(struct tap_dev *tap) in ipvtap_count_tx_dropped() argument 53 struct ipvtap_dev *vlantap = container_of(tap, struct ipvtap_dev, tap); in ipvtap_count_tx_dropped() 59 static void ipvtap_count_rx_dropped(struct tap_dev *tap) in ipvtap_count_rx_dropped() argument 61 struct ipvtap_dev *vlantap = container_of(tap, struct ipvtap_dev, tap); in ipvtap_count_rx_dropped() 67 static void ipvtap_update_features(struct tap_dev *tap, in ipvtap_update_features() argument 70 struct ipvtap_dev *vlantap = container_of(tap, struct ipvtap_dev, tap); in ipvtap_update_features() 84 INIT_LIST_HEAD(&vlantap->tap.queue_list); in ipvtap_newlink() 89 vlantap->tap.tap_features = TUN_OFFLOADS; in ipvtap_newlink() 90 vlantap->tap.count_tx_dropped = ipvtap_count_tx_dropped; in ipvtap_newlink() [all …]
|
/linux-5.19.10/include/linux/ |
D | if_tap.h | 46 void (*update_features)(struct tap_dev *tap, netdev_features_t features); 47 void (*count_tx_dropped)(struct tap_dev *tap); 48 void (*count_rx_dropped)(struct tap_dev *tap); 66 struct tap_dev __rcu *tap; member 76 void tap_del_queues(struct tap_dev *tap); 77 int tap_get_minor(dev_t major, struct tap_dev *tap); 78 void tap_free_minor(dev_t major, struct tap_dev *tap); 79 int tap_queue_resize(struct tap_dev *tap);
|
/linux-5.19.10/Documentation/devicetree/bindings/mmc/ |
D | sdhci-am654.yaml | 54 # PHY output tap delays: 60 description: Output tap delay for SD/MMC legacy timing 66 description: Output tap delay for MMC high speed timing 72 description: Output tap delay for SD high speed timing 78 description: Output tap delay for SD UHS SDR12 timing 84 description: Output tap delay for SD UHS SDR25 timing 90 description: Output tap delay for SD UHS SDR50 timing 96 description: Output tap delay for SD UHS SDR104 timing 102 description: Output tap delay for SD UHS DDR50 timing 108 description: Output tap delay for eMMC DDR52 timing [all …]
|
/linux-5.19.10/Documentation/devicetree/bindings/spi/ |
D | nvidia,tegra114-spi.txt | 27 - nvidia,tx-clk-tap-delay: Delays the clock going out to the external device 28 with this tap value. This property is used to tune the outgoing data from 31 to corresponding slave devices. Valid tap values are from 0 thru 63. 32 - nvidia,rx-clk-tap-delay: Delays the clock coming in from the external device 33 with this tap value. This property is used to adjust the Tegra SPI master 36 to corresponding slave devices. Valid tap values are from 0 thru 63. 56 nvidia,rx-clk-tap-delay = <0>; 57 nvidia,tx-clk-tap-delay = <16>;
|
D | nvidia,tegra210-quad.yaml | 60 nvidia,tx-clk-tap-delay: 62 Delays the clock going out to device with this tap value. 69 nvidia,rx-clk-tap-delay: 71 Delays the clock coming in from the device with this tap value. 115 nvidia,tx-clk-tap-delay = <0>; 116 nvidia,rx-clk-tap-delay = <0>;
|
/linux-5.19.10/tools/testing/selftests/net/ |
D | test_vxlan_under_vrf.sh | 50 ip link del veth-tap 2>/dev/null || true 98 ip link add veth-tap type veth peer name veth-hv 100 ip link set veth-tap netns hv-$id 101 ip -netns hv-$id link set veth-tap master br0 102 ip -netns hv-$id link set veth-tap up
|
/linux-5.19.10/arch/arm64/boot/dts/amd/ |
D | amd-seattle-xgbe-b.dtsi | 52 amd,serdes-dfe-tap-config = <3>, <3>, <3>; 53 amd,serdes-dfe-tap-enable = <0>, <0>, <7>; 78 amd,serdes-dfe-tap-config = <3>, <3>, <3>; 79 amd,serdes-dfe-tap-enable = <0>, <0>, <7>;
|
/linux-5.19.10/drivers/mmc/host/ |
D | sdhci-of-aspeed.c | 130 u8 tap, bool enable, u32 reg) in aspeed_sdc_set_phase_tap() argument 134 reg |= tap << __ffs(desc->tap_mask); in aspeed_sdc_set_phase_tap() 168 unsigned int tap; in aspeed_sdhci_phase_to_tap() local 187 tap = div_u64(phase_period_ps, prop_delay_ps); in aspeed_sdhci_phase_to_tap() 188 if (tap > ASPEED_SDHCI_NR_TAPS) { in aspeed_sdhci_phase_to_tap() 191 tap, phase_deg, rate_hz, ASPEED_SDHCI_NR_TAPS); in aspeed_sdhci_phase_to_tap() 192 tap = ASPEED_SDHCI_NR_TAPS; in aspeed_sdhci_phase_to_tap() 195 return inverted | tap; in aspeed_sdhci_phase_to_tap()
|
D | sdhci-tegra.c | 333 static void tegra_sdhci_set_tap(struct sdhci_host *host, unsigned int tap) in tegra_sdhci_set_tap() argument 352 reg |= tap << SDHCI_CLOCK_CTRL_TAP_SHIFT; in tegra_sdhci_set_tap() 857 u8 word, bit, edge1, tap, window; in tegra_sdhci_tap_correction() local 882 tap = word * TUNING_WORD_BIT_SIZE + bit; in tegra_sdhci_tap_correction() 887 first_fail_tap = tap; in tegra_sdhci_tap_correction() 892 start_pass_tap = tap; in tegra_sdhci_tap_correction() 895 first_pass_tap = tap; in tegra_sdhci_tap_correction() 901 end_pass_tap = tap - 1; in tegra_sdhci_tap_correction() 908 start_pass_tap = tap; in tegra_sdhci_tap_correction() 912 tap = start_pass_tap + window / 2; in tegra_sdhci_tap_correction() [all …]
|
D | renesas_sdhi.h | 17 u32 tap; /* sampling clock position for SDR104/HS400 (8 TAP) */ member
|
/linux-5.19.10/Documentation/devicetree/bindings/net/ |
D | amd-xgbe.txt | 49 - amd,serdes-dfe-tap-config: DFE taps available to run 50 - amd,serdes-dfe-tap-enable: DFE taps to enable 74 amd,serdes-dfe-tap-config = <3>, <3>, <1>; 75 amd,serdes-dfe-tap-enable = <0>, <0>, <127>;
|
/linux-5.19.10/sound/soc/meson/ |
D | axg-pdm.c | 64 const unsigned int *tap; member 375 regmap_write(priv->map, PDM_COEFF_DATA, lpf[i].tap[j]); in axg_pdm_set_lpf_filters() 553 .tap = lpf1_default_tap, 559 .tap = lpf2_default_tap, 565 .tap = lpf3_default_tap,
|
/linux-5.19.10/tools/testing/selftests/tc-testing/ |
D | .gitignore | 6 *.tap
|
/linux-5.19.10/tools/testing/selftests/tc-testing/plugin-lib/ |
D | valgrindPlugin.py | 24 self.tap = '' 160 self.tap += more_tap_output
|
D | buildebpfPlugin.py | 16 self.tap = ''
|
/linux-5.19.10/Documentation/input/devices/ |
D | appletouch.rst | 33 tap for middle button mouse emulation, 3 finger tap for right button mouse
|
D | elantech.rst | 192 C: 1 = enable corner tap 216 0xff = tap again to release) 220 tap make timeout? 224 tap release timeout? 247 c = 1 when corner tap detected 255 byte 1 = 0xf0 when corner tap detected 275 when corner tap detected: 389 0x7f = never i.e. tap again to release)
|
/linux-5.19.10/drivers/input/mouse/ |
D | cypress_ps2.h | 149 unsigned int tap:1; /* multi-finger tap detected. */ member
|
/linux-5.19.10/arch/arm64/boot/dts/freescale/ |
D | imx8ulp.dtsi | 333 fsl,tuning-start-tap = <20>; 348 fsl,tuning-start-tap = <20>; 363 fsl,tuning-start-tap = <20>;
|
/linux-5.19.10/drivers/media/pci/ddbridge/ |
D | ddbridge-mci.h | 141 u8 tap; member
|
/linux-5.19.10/Documentation/networking/ |
D | tuntap.rst | 34 IP packets (with tun) or ethernet frames (with tap). Which one is being used 38 for how to use tun and tap devices. Both programs work like a bridge between 248 ethernet frames when using tap.
|
/linux-5.19.10/Documentation/devicetree/bindings/input/ |
D | azoteq,iqs7222.yaml | 571 "^event-(press|tap|(swipe|flick)-(pos|neg))$": 587 Specifies the length of time (in ms) within which a tap, swipe 597 Specifies the length of time (in ms) for which a tap gesture must 708 "^event-(press|tap|(swipe|flick)-(pos|neg))$": 723 "^event-(press|tap|(swipe|flick)-(pos|neg))$": 941 event-tap {
|