Home
last modified time | relevance | path

Searched refs:aoe (Results 1 – 15 of 15) sorted by relevance

/linux-5.19.10/Documentation/admin-guide/aoe/
Dudev.txt1 # These rules tell udev what device nodes to create for aoe support.
14 # bash# cp /path/to/linux/Documentation/admin-guide/aoe/udev.txt \
15 # /etc/udev/rules.d/60-aoe.rules
18 # aoe char devices
19 SUBSYSTEM=="aoe", KERNEL=="discover", NAME="etherd/%k", GROUP="disk", MODE="0220"
20 SUBSYSTEM=="aoe", KERNEL=="err", NAME="etherd/%k", GROUP="disk", MODE="0440"
21 SUBSYSTEM=="aoe", KERNEL=="interfaces", NAME="etherd/%k", GROUP="disk", MODE="0220"
22 SUBSYSTEM=="aoe", KERNEL=="revalidate", NAME="etherd/%k", GROUP="disk", MODE="0220"
23 SUBSYSTEM=="aoe", KERNEL=="flush", NAME="etherd/%k", GROUP="disk", MODE="0220"
25 # aoe block devices
Dautoload.sh5 f=/etc/modprobe.d/aoe.conf
14 echo alias block-major-152 aoe >> $f
15 echo alias char-major-152 aoe >> $f
Daoe.rst23 The scripts in this Documentation/admin-guide/aoe directory are intended to
39 /etc/modprobe.d/aoe.conf to ensure that the aoe module is loaded when
40 necessary. Preloading the aoe module is preferable to autoloading,
51 "echo eth2 eth4 > /dev/etherd/interfaces" tells the aoe driver to
75 Each aoe block device in /sys/block has the extra attributes of
86 a convenient way. Users with aoetools should use the aoe-stat
89 root@makki root# sh Documentation/admin-guide/aoe/status.sh
111 Use /sys/module/aoe/parameters/aoe_iflist (or better, the driver
118 interfaces. The aoetools package provides an aoe-discover script
125 There is a boot option for the built-in aoe driver and a
[all …]
Dtodo.rst5 data that needs to be written out to aoe storage. If the data is
13 the destructor member of the struct sk_buff is available to the aoe
Dindex.rst8 aoe
/linux-5.19.10/drivers/block/aoe/
DMakefile6 obj-$(CONFIG_ATA_OVER_ETH) += aoe.o
7 aoe-y := aoeblk.o aoechr.o aoecmd.o aoedev.o aoemain.o aoenet.o
/linux-5.19.10/Documentation/translations/zh_CN/admin-guide/
Dindex.rst77 * aoe/index
/linux-5.19.10/Documentation/translations/zh_TW/admin-guide/
Dindex.rst74 aoe/index
/linux-5.19.10/Documentation/admin-guide/
Dindex.rst66 aoe/index
/linux-5.19.10/drivers/net/ethernet/synopsys/
Ddwc-xlgmac-common.c391 hw_feat->aoe = XLGMAC_GET_REG_BITS(mac_hfr0, in xlgmac_get_all_hw_features()
535 pdata->hw_feat.aoe ? "YES" : "NO"); in xlgmac_print_all_hw_features()
Ddwc-xlgmac.h506 unsigned int aoe; /* ARP Offload */ member
/linux-5.19.10/drivers/
DMakefile100 obj-$(CONFIG_ATA_OVER_ETH) += block/aoe/
/linux-5.19.10/drivers/net/ethernet/amd/xgbe/
Dxgbe.h970 unsigned int aoe; /* ARP Offload */ member
Dxgbe-drv.c750 hw_feat->aoe = XGMAC_GET_BITS(mac_hfr0, MAC_HWF0R, ARPOFFSEL); in xgbe_get_all_hw_features()
847 hw_feat->aoe ? "yes" : "no"); in xgbe_get_all_hw_features()
/linux-5.19.10/
DMAINTAINERS3212 F: Documentation/admin-guide/aoe/
3213 F: drivers/block/aoe/