Home
last modified time | relevance | path

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

/external/f2fs-tools/tools/sg_write_buffer/
Dsg_cmds_mmc.c230 int max_num_desc, int ttype, void * resp, in sg_ll_get_performance() argument
246 if ((max_num_desc < 0) || (max_num_desc > 0xffff)) { in sg_ll_get_performance()
247 pr2ws("Bad max_num_desc: 0x%x\n", max_num_desc); in sg_ll_get_performance()
250 sg_put_unaligned_be16((uint16_t)max_num_desc, gpCmdBlk + 8); in sg_ll_get_performance()
/external/f2fs-tools/tools/sg_write_buffer/include/
Dsg_cmds_mmc.h28 int max_num_desc, int type, void * resp,