Lines Matching defs:cont_id
680 struct dpaa2_cmd *cmd, uint32_t *cont_id)
685 if (portal == NULL || cmd == NULL || cont_id == NULL)
690 *cont_id = cmd->params[0] & 0xFFFFFFFF;
697 uint32_t cont_id, uint16_t *token)
706 cmd->params[0] = cont_id;
855 uint32_t cont_id;
869 attr->cont_id = pattr->cont_id;
2766 rc = DPAA2_CMD_MNG_GET_CONTAINER_ID(rcdev, child, &cmd, &sc->cont_id);
2773 device_printf(rcdev, "Resource container ID: %u\n", sc->cont_id);
2777 rc = DPAA2_CMD_RC_OPEN(rcdev, child, &cmd, sc->cont_id, &rc_token);
2779 device_printf(rcdev, "%s: failed to open container: cont_id=%u, "
2780 "error=%d\n", __func__, sc->cont_id, rc);
2788 "cont_id=%u, error=%d\n", __func__, sc->cont_id, rc);
2799 "container: cont_id=%u, error=%d\n", __func__, sc->cont_id,
2809 rcinfo->id = dprc_attr.cont_id;