Lines Matching defs:inqbuf
571 struct scsipi_inquiry_data *inqbuf;
600 inqbuf = (struct scsipi_inquiry_data *)buf;
602 sd->sc_type = inqbuf->device & SID_TYPE;
607 if ((inqbuf->version & SID_ANSII) >= 2) {
608 // if ((inqbuf->flags3 & SID_CmdQue) != 0)
610 if ((inqbuf->flags3 & SID_Sync) != 0)
614 if ((inqbuf->version & SID_ANSII) >= 3) {
620 switch (inqbuf->flags4 & SID_Clocking) {
628 (inqbuf->dev_qual2 & SID_REMOVABLE) ? FLAGS_REMOVABLE : 0;
644 strncpy(sd->sc_label.d_typename, inqbuf->product, 16);