Home
last modified time | relevance | path

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

/freebsd-12.1/sys/cam/scsi/
H A Dscsi_low.h257 struct lun_info { struct
261 LIST_ENTRY(lun_info) lun_chain; /* targ_info link */ argument
268 int li_maxnexus;
269 int li_maxnqio;
270 int li_nqio;
271 int li_disc;
274 u_int li_qtagbits;
278 u_int li_qd;
282 u_int li_qflags;
311 struct scsi_low_inq_data {
[all …]
/freebsd-12.1/sys/cam/ctl/
H A Dctl_backend.h207 be_luninfo_t lun_info; /* passed to CTL */ member