Home
last modified time | relevance | path

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

/freebsd/share/examples/scsi_target/
H A Dscsi_cmds.c360 scsi_ulto2b(req_flags, &inq->spc2_flags); in init_inquiry()
/freebsd/sys/cam/scsi/
H A Dscsi_all.h2280 uint8_t spc2_flags; member
2289 (((iqd)->flags & SID_CmdQue) && !((iqd)->spc2_flags & SPC2_SID_BQueue)) || \
2290 (!((iqd)->flags & SID_CmdQue) && ((iqd)->spc2_flags & SPC2_SID_BQueue)))
/freebsd/sys/cam/ctl/
H A Dctl.c10219 inq_ptr->spc2_flags = SPC2_SID_ADDR16; in ctl_inquiry_std()
10220 inq_ptr->spc2_flags |= SPC2_SID_MultiP; in ctl_inquiry_std()