Home
last modified time | relevance | path

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

/external/f2fs-tools/tools/sg_write_buffer/
Dsg_pt_linux_nvme.c409 static const uint16_t inq_resp_len = 36; variable
532 n = (alloc_len < inq_resp_len) ? alloc_len : inq_resp_len; in sntl_inq()