Lines Matching refs:region
983 int i, region;
1050 for (region = 0; region < NXGE_VR_SR_MAX; region++) {
1051 nhd->vr[region].region = region;
1419 if ((hv_rv = (*fp->assign)(vr->region, cookie, &vr->cookie))) {
1432 (nxge->niu_cfg_hdl, vr->region, cookie, &vr->cookie))) {
1576 shp = &nxge->shares[vr->region];
1578 shp->index = vr->region;
1709 rg->sindex = vr->region;
1745 rg->sindex = vr->region;
1874 int first, limit, region;
1885 /* Find an empty virtual region (VR). */
1900 for (region = first; region < limit; region++) {
1901 if (nhd->vr[region].nxge == 0)
1905 if (region == limit) {
1910 vr = &nhd->vr[region];
1912 vr->region = (uintptr_t)region;
1930 vr_region_t region;
1956 region = vr->region;
1958 vr->region = region;