Searched refs:ppp_data (Results 1 – 1 of 1) sorted by relevance
114 static unsigned int h_get_ppp(struct hvcall_ppp_data *ppp_data) in h_get_ppp() argument121 ppp_data->entitlement = retbuf[0]; in h_get_ppp()122 ppp_data->unallocated_entitlement = retbuf[1]; in h_get_ppp()124 ppp_data->group_num = (retbuf[2] >> 2 * 8) & 0xffff; in h_get_ppp()125 ppp_data->pool_num = retbuf[2] & 0xffff; in h_get_ppp()127 ppp_data->capped = (retbuf[3] >> 6 * 8) & 0x01; in h_get_ppp()128 ppp_data->weight = (retbuf[3] >> 5 * 8) & 0xff; in h_get_ppp()129 ppp_data->unallocated_weight = (retbuf[3] >> 4 * 8) & 0xff; in h_get_ppp()130 ppp_data->active_procs_in_pool = (retbuf[3] >> 2 * 8) & 0xffff; in h_get_ppp()131 ppp_data->active_system_procs = retbuf[3] & 0xffff; in h_get_ppp()[all …]