Home
last modified time | relevance | path

Searched refs:ppp_data (Results 1 – 1 of 1) sorted by relevance

/linux/arch/powerpc/platforms/pseries/
H A Dlparcfg.c115 static unsigned int h_get_ppp(struct hvcall_ppp_data *ppp_data) in h_get_ppp() argument
122 ppp_data->entitlement = retbuf[0]; in h_get_ppp()
123 ppp_data->unallocated_entitlement = retbuf[1]; in h_get_ppp()
125 ppp_data->active_procs_in_resource_group = (retbuf[2] >> 4 * 8) & 0xffff; in h_get_ppp()
126 ppp_data->group_num = (retbuf[2] >> 2 * 8) & 0xffff; in h_get_ppp()
127 ppp_data->pool_num = retbuf[2] & 0xffff; in h_get_ppp()
129 ppp_data->resource_group_index = (retbuf[3] >> 7 * 8) & 0xff; in h_get_ppp()
130 ppp_data->capped = (retbuf[3] >> 6 * 8) & 0x01; in h_get_ppp()
131 ppp_data->weight = (retbuf[3] >> 5 * 8) & 0xff; in h_get_ppp()
132 ppp_data->unallocated_weight = (retbuf[3] >> 4 * 8) & 0xff; in h_get_ppp()
[all …]