Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Dadwlib.h1052 u_int8_t rsp_data_fmt : 4; /* response data format */ member
H A Dadvlib.h344 u_int8_t rsp_data_fmt:4; member
H A Dadwlib.c2207 if ((inq->rsp_data_fmt < 2) /*SCSI-1 | CCS*/ && in AdwInquiryHandling()
H A Dadvlib.c3041 if (inq->byte3.rsp_data_fmt >= 2 || inq->byte2.ansi_apr_ver >= 2) { in AscInquiryHandling()