Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/
H A Darcmsr.c904 struct req_cvolset { in arc_bio_volops() struct
922 struct req_cvolset req_cvolset; in arc_bio_volops() local
935 memset(&req_cvolset, 0, sizeof(req_cvolset)); in arc_bio_volops()
959 req_cvolset.cmdcode = ARC_FW_CREATE_VOLUME; in arc_bio_volops()
960 req_cvolset.raidset = bc->bc_volid; in arc_bio_volops()
961 req_cvolset.capacity = bc->bc_size * ARC_BLOCKSIZE; in arc_bio_volops()
969 req_cvolset.raidlevel = bc->bc_level; in arc_bio_volops()
972 req_cvolset.raidlevel = 1; in arc_bio_volops()
975 req_cvolset.raidlevel = ARC_FW_VOL_RAIDLEVEL_3; in arc_bio_volops()
978 req_cvolset.raidlevel = ARC_FW_VOL_RAIDLEVEL_5; in arc_bio_volops()
[all …]