/src/sys/dev/raidframe/ |
rf_paritymap.h | 85 RF_Raid_t *raid; member in struct:rf_paritymap 117 void rf_paritymap_detach(RF_Raid_t *); /* Not while the RAID is live! */
|
/src/sys/dev/ata/ |
ata_raidreg.h | 35 * Macro to compute the LBA of the Promise RAID configuration structure, 108 } raid; member in struct:promise_raid_conf 173 /* VIA Tech V-RAID Metadata */ 174 /* Derrived from FreeBSD ata-raid.h 1.46 */ 206 /* taken from FreeBSD ata-raid.h 1.47 */ 301 #define INTEL_MAGIC "Intel Raid ISM Cfg Sig. "
|
/src/sys/dev/pci/ |
if_rtwn.c | 1835 uint8_t raid, type, tid, qid; local in function:rtwn_tx 1894 raid = R92C_RAID_11B; 1896 raid = R92C_RAID_11BG; 1901 SM(R92C_TXDW1_RAID, raid) |
|
ips.c | 274 u_int8_t raid; member in struct:ips_driveinfo::ips_drive 941 "LD%d RAID%d", target, drive->raid); 1124 bv->bv_level = di->drive[vid].raid;
|
/src/sys/dev/usb/ |
if_urtwn.c | 2700 uint8_t raid, type, tid; local in function:urtwn_tx 2780 raid = R92C_RAID_11B; 2782 raid = R92C_RAID_11BG; 2783 DPRINTFN(DBG_TX, "data packet: tid=%jd, raid=%jd", 2784 tid, raid, 0, 0); 2790 SM(R92C_TXDW1_RAID, raid) | 2796 SM(R92C_TXDW1_RAID, raid) |
|