Lines Matching refs:num_cmds
224 for (j = 0; j < req->num_cmds; j++) { in tcs_tx_done()
268 for (i = 0, j = cmd_id; i < msg->num_cmds; i++, j++) { in __tcs_buffer_write()
324 for (k = 0; k < msg->num_cmds; k++) { in check_for_req_inflight()
402 if (!msg || !msg->cmds || !msg->num_cmds || in rpmh_rsc_send_data()
403 msg->num_cmds > MAX_RPMH_PAYLOAD) { in rpmh_rsc_send_data()
452 slot = find_match(tcs, msg->cmds, msg->num_cmds); in find_slots()
459 i, msg->num_cmds, 0); in find_slots()
463 } while (slot + msg->num_cmds - 1 >= i); in find_slots()
466 bitmap_set(tcs->slots, slot, msg->num_cmds); in find_slots()
468 for (i = 0; i < msg->num_cmds; i++) in find_slots()
509 if (!msg || !msg->cmds || !msg->num_cmds || in rpmh_rsc_write_ctrl_data()
510 msg->num_cmds > MAX_RPMH_PAYLOAD) { in rpmh_rsc_write_ctrl_data()