Home
last modified time | relevance | path

Searched defs:mly_lun_map (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/pci/
H A Dmlyreg.h173 struct mly_lun_map { struct
174 u_int8_t res1:4;
175 …_t host_port_mapped:1; /* this system drive visibile to host on this controller/port combination */
176 u_int8_t tid_valid:1; /* target ID valid */
177 u_int8_t hid_valid:1; /* host ID valid */
178 u_int8_t lun_valid:1; /* LUN valid */
179 u_int8_t res2;
180 u_int8_t lun; /* LUN */
181 u_int8_t tid; /* TID */
182 u_int8_t hid[32]; /* HID (one bit for each host) */