Searched refs:aoe (Results 1 – 12 of 12) sorted by relevance
/Linux-v4.19/Documentation/aoe/ |
D | udev.txt | 1 # These rules tell udev what device nodes to create for aoe support. 14 # bash# cp /path/to/linux-2.6.xx/Documentation/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
|
D | autoload.sh | 5 f=/etc/modprobe.d/aoe.conf 14 echo alias block-major-152 aoe >> $f 15 echo alias char-major-152 aoe >> $f
|
D | aoe.txt | 20 The scripts in this Documentation/aoe directory are intended to 35 /etc/modprobe.d/aoe.conf to ensure that the aoe module is loaded when 36 necessary. Preloading the aoe module is preferable to autoloading, 46 "echo eth2 eth4 > /dev/etherd/interfaces" tells the aoe driver to 69 Each aoe block device in /sys/block has the extra attributes of 80 a convenient way. Users with aoetools should use the aoe-stat 83 root@makki root# sh Documentation/aoe/status.sh 105 Use /sys/module/aoe/parameters/aoe_iflist (or better, the driver 112 interfaces. The aoetools package provides an aoe-discover script 118 There is a boot option for the built-in aoe driver and a [all …]
|
D | todo.txt | 2 data that needs to be written out to aoe storage. If the data is 10 the destructor member of the struct sk_buff is available to the aoe
|
/Linux-v4.19/drivers/block/aoe/ |
D | Makefile | 5 obj-$(CONFIG_ATA_OVER_ETH) += aoe.o 6 aoe-y := aoeblk.o aoechr.o aoecmd.o aoedev.o aoemain.o aoenet.o
|
/Linux-v4.19/drivers/net/ethernet/synopsys/ |
D | dwc-xlgmac-common.c | 391 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()
|
D | dwc-xlgmac.h | 505 unsigned int aoe; /* ARP Offload */ member
|
/Linux-v4.19/drivers/ |
D | Makefile | 100 obj-$(CONFIG_ATA_OVER_ETH) += block/aoe/
|
/Linux-v4.19/drivers/net/ethernet/amd/xgbe/ |
D | xgbe.h | 970 unsigned int aoe; /* ARP Offload */ member
|
D | xgbe-drv.c | 749 hw_feat->aoe = XGMAC_GET_BITS(mac_hfr0, MAC_HWF0R, ARPOFFSEL); in xgbe_get_all_hw_features() 846 hw_feat->aoe ? "yes" : "no"); in xgbe_get_all_hw_features()
|
/Linux-v4.19/Documentation/ |
D | 00-INDEX | 57 aoe/
|
/Linux-v4.19/ |
D | MAINTAINERS | 2401 F: Documentation/aoe/ 2402 F: drivers/block/aoe/
|