/openbmc/linux/drivers/scsi/megaraid/ |
H A D | megaraid_sas_fp.c | 309 struct MR_LD_RAID *raid; in MR_ValidateMapInfo() local 364 raid = MR_LdRaidGet(ld, drv_map); in MR_ValidateMapInfo() 365 le32_to_cpus((u32 *)&raid->capability); in MR_ValidateMapInfo() 378 struct MR_LD_RAID *raid = MR_LdRaidGet(ld, map); in MR_GetSpanBlock() local 381 for (span = 0; span < raid->spanDepth; span++, pSpanBlock++) { in MR_GetSpanBlock() 395 blk = (blk + le64_to_cpu(quad->offsetInSpan)) << raid->stripeShift; in MR_GetSpanBlock() 427 struct MR_LD_RAID *raid = MR_LdRaidGet(ld, map); in mr_spanset_get_span_block() local 442 for (span = 0; span < raid->spanDepth; span++) in mr_spanset_get_span_block() 460 << raid->stripeShift; in mr_spanset_get_span_block() 490 struct MR_LD_RAID *raid = MR_LdRaidGet(ld, map); in get_row_from_strip() local [all …]
|
H A D | megaraid_sas_fusion.c | 1495 struct MR_LD_RAID *raid; in megasas_sync_map_info() local 1531 raid = MR_LdRaidGet(i, map); in megasas_sync_map_info() 1533 ld_sync->seqNum = raid->seqNum; in megasas_sync_map_info() 2389 struct MR_LD_RAID *raid; in megasas_set_pd_lba() local 2398 raid = MR_LdRaidGet(ld, local_map_ptr); in megasas_set_pd_lba() 2399 if (raid->capability.ldPiMode == MR_PROT_INFO_TYPE_CONTROLLER) { in megasas_set_pd_lba() 2649 struct MR_LD_RAID *raid, bool fp_possible, in megasas_set_raidflag_cpu_affinity() argument 2658 if ((raid->cpuAffinity.pdRead.cpu0) && in megasas_set_raidflag_cpu_affinity() 2659 (raid->cpuAffinity.pdRead.cpu1)) in megasas_set_raidflag_cpu_affinity() 2661 else if (raid->cpuAffinity.pdRead.cpu1) in megasas_set_raidflag_cpu_affinity() [all …]
|
/openbmc/linux/arch/arm64/boot/dts/broadcom/stingray/ |
H A D | stingray-fs4.dtsi | 55 raid0: raid@0 { 63 raid1: raid@1 { 71 raid2: raid@2 { 79 raid3: raid@3 { 87 raid4: raid@4 { 95 raid5: raid@5 { 103 raid6: raid@6 { 111 raid7: raid@7 {
|
/openbmc/linux/Documentation/filesystems/ |
H A D | ntfs.rst | 35 For fault tolerance and raid support (i.e. volume and stripe sets), you can 250 the recommended one to use for linear raid. But the latter is required for 251 raid level 5. For striping and mirroring, either driver should work fine. 261 Linear volume sets, i.e. linear raid, has been tested and works fine. Even 262 though untested, there is no reason why stripe sets, i.e. raid level 0, and 263 mirrors, i.e. raid level 1 should not work, too. Stripes with parity, i.e. 264 raid level 5, unfortunately cannot work yet because the current version of the 265 Device-Mapper driver does not support raid level 5. You may be able to use the 266 Software RAID / MD driver for raid level 5, see the next section for details. 326 For a linear raid the table would look like this (note all values are in [all …]
|
H A D | btrfs.rst | 26 * Integrated multiple device support, with several raid algorithms
|
/openbmc/linux/Documentation/admin-guide/device-mapper/ |
H A D | dm-raid.rst | 2 dm-raid 5 The device-mapper RAID (dm-raid) target provides a bridge from DM to MD. 12 The target is named "raid" and it accepts the following parameters:: 175 value) to any reshape supporting raid levels 4/5/6 and 10. 189 E.g. when adding devices to an existing raid set during 191 at the beginning of each raid device. The kernel raid4/5/6/10 202 This option adds a journal device to raid4/5/6 raid sets and 211 This option sets the caching mode on journaled raid4/5/6 raid sets 238 0 1960893648 raid \ 246 0 1960893648 raid \ [all …]
|
H A D | index.rst | 22 dm-raid
|
H A D | dm-ima.rst | 335 #. raid 567 7. raid 570 section above) has the following data format for 'raid' target. 577 target_name := "target_name=raid" 592 When a 'raid' target is loaded, then IMA ASCII measurement log will have an entry 593 similar to the following, depicting what 'raid' attributes are measured in EVENT_DATA 599 target_index=0,target_begin=0,target_len=2048,target_name=raid,target_version=1.15.1,
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | md.rst | 8 https://www.kernel.org/pub/linux/utils/raid/ 14 for old raid arrays without persistent superblocks:: 16 md=<md device no.>,<raid level>,<chunk size factor>,<fault level>,dev0,dev1,...,devn 18 for raid arrays with persistent superblocks:: 41 ``raid level`` 47 ``raid level`` level 58 (raid-0 and raid-1 only) 83 ``raid=noautodetect``. As of kernel 2.6.9, only drives with a type 0 86 The kernel parameter ``raid=partitionable`` (or ``raid=part``) means 110 So, to boot with a root filesystem of a dirty degraded raid 5 or 6, use:: [all …]
|
/openbmc/linux/Documentation/scsi/ |
H A D | arcmsr_spec.rst | 227 The following are command code defined in raid controller Command 415 Quick create raid/volume set 421 byte 7 raid level 424 byte 10/11/12/13 device mask (the devices to create raid/volume) 520 BYTE gpdRaidNumber; // 0xff if not belongs to a raid set 768 9:new raid level, 775 Activate incomplete raid set 811 byte 28 raid level 835 byte 28 new raid level
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/collectd/collectd/ |
H A D | 0001-fix-to-build-with-glibc-2.25.patch | 21 #include <linux/raid/md_u.h>
|
/openbmc/openbmc/poky/meta/recipes-extended/mdadm/files/ |
H A D | 0001-util.c-add-limits.h-include-for-NAME_MAX-definition.patch | 6 Upstream-Status: Submitted [mariusz.tkaczyk@linux.intel.com,linux-raid@vger.kernel.org]
|
H A D | 0001-include-libgen.h-for-basename-API.patch | 10 Upstream-Status: Submitted [https://lore.kernel.org/linux-raid/20240325061537.275811-1-raj.khem@gma…
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/drbd/ |
H A D | drbd_9.2.1.bb | 5 it as a network raid-1."
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-dev | 21 Users: mdadm <linux-raid@vger.kernel.org>
|
/openbmc/linux/drivers/scsi/esas2r/ |
H A D | esas2r_int.c | 803 if (ae->raid.dwflags & (VDAAE_GROUP_STATE in esas2r_ae_complete() 809 ae->raid.acname, in esas2r_ae_complete() 810 ae->raid.byrebuild_state, in esas2r_ae_complete() 811 ae->raid.bygroup_state); in esas2r_ae_complete()
|
/openbmc/linux/drivers/staging/rtl8723bs/core/ |
H A D | rtw_wlan_util.c | 49 u8 raid; in networktype_to_raid_ex() local 53 raid = RATEID_IDX_B; in networktype_to_raid_ex() 56 raid = RATEID_IDX_G; in networktype_to_raid_ex() 59 raid = RATEID_IDX_BG; in networktype_to_raid_ex() 63 raid = RATEID_IDX_GN_N1SS; in networktype_to_raid_ex() 68 raid = RATEID_IDX_BGN_20M_1SS_BN; in networktype_to_raid_ex() 70 raid = RATEID_IDX_BGN_40M_1SS; in networktype_to_raid_ex() 74 raid = RATEID_IDX_BGN_40M_2SS; in networktype_to_raid_ex() 77 return raid; in networktype_to_raid_ex()
|
/openbmc/openbmc/poky/meta/recipes-extended/mdadm/ |
H A D | mdadm_4.3.bb | 2 HOMEPAGE = "http://www.kernel.org/pub/linux/utils/raid/mdadm/" 12 SRC_URI = "${KERNELORG_MIRROR}/linux/utils/raid/mdadm/${BPN}-${PV}.tar.xz \
|
/openbmc/qemu/hw/net/ |
H A D | e1000e_core.h | 92 E1000IntrDelayTimer raid; member
|
H A D | e1000e_core.c | 190 core->raid.delay_reg = RAID; in e1000e_intrmgr_initialize_all_timers() 196 core->raid.delay_resolution_ns = E1000_INTR_DELAY_NS_RES; in e1000e_intrmgr_initialize_all_timers() 202 core->raid.core = core; in e1000e_intrmgr_initialize_all_timers() 224 core->raid.timer = in e1000e_intrmgr_initialize_all_timers() 225 timer_new_ns(QEMU_CLOCK_VIRTUAL, e1000e_intrmgr_on_timer, &core->raid); in e1000e_intrmgr_initialize_all_timers() 249 e1000e_intrmgr_stop_timer(&core->raid); in e1000e_intrmgr_stop_delay_timers() 260 uint32_t raid = core->mac[RAID]; in e1000e_intrmgr_delay_rx_causes() local 290 if ((raid == 0) && (core->delayed_causes & E1000_ICR_ACK)) { in e1000e_intrmgr_delay_rx_causes() 301 if (!core->raid.running && (core->delayed_causes & E1000_ICR_ACK)) { in e1000e_intrmgr_delay_rx_causes() 302 e1000e_intrmgr_rearm_timer(&core->raid); in e1000e_intrmgr_delay_rx_causes() [all …]
|
/openbmc/linux/drivers/staging/rtl8723bs/hal/ |
H A D | rtl8723b_cmd.c | 330 void rtl8723b_set_FwMacIdConfig_cmd(struct adapter *padapter, u8 mac_id, u8 raid, u8 bw, u8 sgi, u3… in rtl8723b_set_FwMacIdConfig_cmd() argument 335 SET_8723B_H2CCMD_MACID_CFG_RAID(u1H2CMacIdConfigParm, raid); in rtl8723b_set_FwMacIdConfig_cmd() 741 u8 raid = arg[1]; in rtl8723b_Add_RateATid() local 755 rtl8723b_set_FwMacIdConfig_cmd(padapter, mac_id, raid, bw, shortGI, mask); in rtl8723b_Add_RateATid()
|
/openbmc/linux/include/uapi/linux/ |
H A D | edd.h | 156 } __attribute__ ((packed)) raid; member
|
/openbmc/u-boot/include/linux/ |
H A D | edd.h | 146 } __attribute__ ((packed)) raid; member
|
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/webmin/ |
H A D | webmin_2.202.bb | 137 PACKAGES += "${PN}-module-proc ${PN}-module-raid ${PN}-module-exports ${PN}-module-fdisk ${PN}-modu… 139 RDEPENDS:${PN}-module-raid = "mdadm"
|
/openbmc/linux/lib/raid6/ |
H A D | vpermxor.uc | 23 #include <linux/raid/pq.h>
|