Lines Matching refs:emrp
7716 mac_resource_props_t *mrp, mac_resource_props_t *emrp) in mac_set_pool_effective() argument
7721 emrp->mrp_mask |= MRP_POOL; in mac_set_pool_effective()
7723 (void) strcpy(emrp->mrp_pool, in mac_set_pool_effective()
7727 (void) strcpy(emrp->mrp_pool, in mac_set_pool_effective()
7731 emrp->mrp_mask &= ~MRP_POOL; in mac_set_pool_effective()
7732 bzero(emrp->mrp_pool, MAXPATHLEN); in mac_set_pool_effective()
7748 mac_resource_props_t *mrp, *emrp; in mac_pool_link_update() local
7762 emrp = MCIP_EFFECTIVE_PROPS(mcip); in mac_pool_link_update()
7801 (strcmp(emrp->mrp_pool, "pool_default") == 0) && in mac_pool_link_update()
7818 mrp, emrp); in mac_pool_link_update()
7831 emrp->mrp_mask &= ~MRP_POOL; in mac_pool_link_update()
7832 bzero(emrp->mrp_pool, MAXPATHLEN); in mac_pool_link_update()
7913 mac_resource_props_t *emrp = MCIP_EFFECTIVE_PROPS(mcip); in mac_set_rings_effective() local
7925 emrp->mrp_mask |= MRP_RX_RINGS; in mac_set_rings_effective()
7926 emrp->mrp_nrxrings = grp->mrg_cur_count; in mac_set_rings_effective()
7946 emrp = MCIP_EFFECTIVE_PROPS(gmcip); in mac_set_rings_effective()
7947 if (emrp->mrp_mask & MRP_RX_RINGS) { in mac_set_rings_effective()
7948 emrp->mrp_mask &= ~MRP_RX_RINGS; in mac_set_rings_effective()
7949 emrp->mrp_nrxrings = 0; in mac_set_rings_effective()
7962 emrp->mrp_mask |= MRP_TX_RINGS; in mac_set_rings_effective()
7963 emrp->mrp_ntxrings = grp->mrg_cur_count; in mac_set_rings_effective()
7968 emrp = MCIP_EFFECTIVE_PROPS(gmcip); in mac_set_rings_effective()
7969 if (emrp->mrp_mask & MRP_TX_RINGS) { in mac_set_rings_effective()
7970 emrp->mrp_mask &= ~MRP_TX_RINGS; in mac_set_rings_effective()
7971 emrp->mrp_ntxrings = 0; in mac_set_rings_effective()
7985 emrp = MCIP_EFFECTIVE_PROPS(gmcip); in mac_set_rings_effective()
7986 emrp->mrp_ntxrings = defgrp->mrg_cur_count; in mac_set_rings_effective()
7989 emrp = MCIP_EFFECTIVE_PROPS(mcip); in mac_set_rings_effective()