Lines Matching defs:subport_id
595 "tmgr <tmgr_name> subport <subport_id>\n"
604 uint32_t subport_id, subport_profile_id;
615 if (parser_read_uint32(&subport_id, tokens[3]) != 0) {
616 snprintf(out, out_size, MSG_ARG_INVALID, "subport_id");
625 status = tmgr_subport_config(name, subport_id, subport_profile_id);
634 "tmgr <tmgr_name> subport <subport_id> pipe\n"
644 uint32_t subport_id, pipe_id_first, pipe_id_last, pipe_profile_id;
655 if (parser_read_uint32(&subport_id, tokens[3]) != 0) {
656 snprintf(out, out_size, MSG_ARG_INVALID, "subport_id");
695 status = tmgr_pipe_config(name, subport_id, pipe_id_first,
3003 * [tm subport <subport_id> pipe <pipe_id>]
3215 uint32_t subport_id, pipe_id;
3220 parser_read_uint32(&subport_id, tokens[2]) ||
3225 a->tm.subport_id = subport_id;
4864 a->tm.subport_id,