Searched refs:emrp (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/uts/common/io/mac/ |
H A D | mac_datapath_setup.c | 813 mac_resource_props_t *emrp = &flent->fe_effective_props; in mac_flow_user_cpu_init() local 1056 emrp->mrp_cpu[i] = mrp->mrp_cpu[i]; in mac_flow_user_cpu_init() 1058 emrp->mrp_ncpus = mrp->mrp_ncpus; in mac_flow_user_cpu_init() 1059 emrp->mrp_mask = mrp->mrp_mask; in mac_flow_user_cpu_init() 1060 bzero(emrp->mrp_pool, MAXPATHLEN); in mac_flow_user_cpu_init() 1077 mac_resource_props_t *emrp = &flent->fe_effective_props; in mac_flow_cpu_init() local 1151 if (emrp->mrp_cpu[j] == cpus[i]) in mac_flow_cpu_init() 1155 emrp->mrp_cpu[k++] = cpus[i]; in mac_flow_cpu_init() 1157 emrp->mrp_ncpus = k; in mac_flow_cpu_init() 2354 mac_resource_props_t *emrp = MCIP_EFFECTIVE_PROPS(mcip); in mac_srs_group_setup() local [all …]
|
H A D | mac.c | 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() [all …]
|
H A D | mac_flow.c | 733 mac_resource_props_t *emrp = MCIP_EFFECTIVE_PROPS(mcip); in mac_flow_modify() local 777 mac_set_pool_effective(use_default, cpupart, mrp, emrp); in mac_flow_modify()
|