Searched refs:max_num_desc (Results 1 – 2 of 2) sorted by relevance
230 int max_num_desc, int ttype, void * resp, in sg_ll_get_performance() argument246 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()
28 int max_num_desc, int type, void * resp,