Lines Matching refs:emrp

8379     mac_resource_props_t *mrp, mac_resource_props_t *emrp)  in mac_set_pool_effective()  argument
8384 emrp->mrp_mask |= MRP_POOL; in mac_set_pool_effective()
8386 (void) strcpy(emrp->mrp_pool, in mac_set_pool_effective()
8390 (void) strcpy(emrp->mrp_pool, in mac_set_pool_effective()
8394 emrp->mrp_mask &= ~MRP_POOL; in mac_set_pool_effective()
8395 bzero(emrp->mrp_pool, MAXPATHLEN); in mac_set_pool_effective()
8411 mac_resource_props_t *mrp, *emrp; in mac_pool_link_update() local
8425 emrp = MCIP_EFFECTIVE_PROPS(mcip); in mac_pool_link_update()
8464 (strcmp(emrp->mrp_pool, "pool_default") == 0) && in mac_pool_link_update()
8481 mrp, emrp); in mac_pool_link_update()
8494 emrp->mrp_mask &= ~MRP_POOL; in mac_pool_link_update()
8495 bzero(emrp->mrp_pool, MAXPATHLEN); in mac_pool_link_update()
8576 mac_resource_props_t *emrp = MCIP_EFFECTIVE_PROPS(mcip); in mac_set_rings_effective() local
8588 emrp->mrp_mask |= MRP_RX_RINGS; in mac_set_rings_effective()
8589 emrp->mrp_nrxrings = grp->mrg_cur_count; in mac_set_rings_effective()
8609 emrp = MCIP_EFFECTIVE_PROPS(gmcip); in mac_set_rings_effective()
8610 if (emrp->mrp_mask & MRP_RX_RINGS) { in mac_set_rings_effective()
8611 emrp->mrp_mask &= ~MRP_RX_RINGS; in mac_set_rings_effective()
8612 emrp->mrp_nrxrings = 0; in mac_set_rings_effective()
8625 emrp->mrp_mask |= MRP_TX_RINGS; in mac_set_rings_effective()
8626 emrp->mrp_ntxrings = grp->mrg_cur_count; in mac_set_rings_effective()
8631 emrp = MCIP_EFFECTIVE_PROPS(gmcip); in mac_set_rings_effective()
8632 if (emrp->mrp_mask & MRP_TX_RINGS) { in mac_set_rings_effective()
8633 emrp->mrp_mask &= ~MRP_TX_RINGS; in mac_set_rings_effective()
8634 emrp->mrp_ntxrings = 0; in mac_set_rings_effective()
8648 emrp = MCIP_EFFECTIVE_PROPS(gmcip); in mac_set_rings_effective()
8649 emrp->mrp_ntxrings = defgrp->mrg_cur_count; in mac_set_rings_effective()
8652 emrp = MCIP_EFFECTIVE_PROPS(mcip); in mac_set_rings_effective()