Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/fs/scsi/ltpscsi/
Dscsimain.c76 #define INQ_REPLY_LEN 96 /* logic assumes >= sizeof(inqCmdBlk) */ macro
440 { 0x12, 0, 0, 0, INQ_REPLY_LEN, 0 };
642 unsigned char inqBuff[OFF + INQ_REPLY_LEN]; in run_sg_scan_tests()
644 int inqOutLen = OFF + INQ_REPLY_LEN; in run_sg_scan_tests()
841 io_hdr.dxfer_len = INQ_REPLY_LEN; in sg3_inq()