Lines Matching refs:num_cmds
225 for (j = 0; j < req->num_cmds; j++) { in tcs_tx_done()
270 for (i = 0, j = cmd_id; i < msg->num_cmds; i++, j++) { in __tcs_buffer_write()
326 for (k = 0; k < msg->num_cmds; k++) { in check_for_req_inflight()
404 if (!msg || !msg->cmds || !msg->num_cmds || in rpmh_rsc_send_data()
405 msg->num_cmds > MAX_RPMH_PAYLOAD) { in rpmh_rsc_send_data()
454 slot = find_match(tcs, msg->cmds, msg->num_cmds); in find_slots()
461 i, msg->num_cmds, 0); in find_slots()
465 } while (slot + msg->num_cmds - 1 >= i); in find_slots()
468 bitmap_set(tcs->slots, slot, msg->num_cmds); in find_slots()
470 for (i = 0; i < msg->num_cmds; i++) in find_slots()
511 if (!msg || !msg->cmds || !msg->num_cmds || in rpmh_rsc_write_ctrl_data()
512 msg->num_cmds > MAX_RPMH_PAYLOAD) { in rpmh_rsc_write_ctrl_data()