/src/sys/external/bsd/drm2/dist/drm/i915/gt/ |
intel_rps_types.h | 92 struct intel_ips ips; member in struct:intel_rps
|
intel_rps.c | 23 * Lock protecting IPS related data structures 181 rps->ips.m = cparams[i].m; 182 rps->ips.c = cparams[i].c; 205 __ips_chipset_val(struct intel_ips *ips) 208 rps_to_uncore(container_of(ips, struct intel_rps, ips)); 221 dt = now - ips->last_time1; 223 return ips->chipset_power; 230 delta = total - ips->last_count1; 232 result = div_u64(div_u64(ips->m * delta, dt) + ips->c, 10) 1810 struct intel_ips *ips = &i915->gt.rps.ips; local in function:i915_read_mch_val [all...] |
/src/sys/net/npf/ |
npf_connkey.c | 88 const npf_addr_t * const *ips = ipv; local in function:npf_connkey_setkey 106 k[2] = ips[isrc]->word32[0]; 107 k[3] = ips[idst]->word32[0]; 111 memcpy(&k[2], ips[isrc], alen); 112 memcpy(&k[2 + nwords], ips[idst], alen); 119 npf_addr_t *ips, uint16_t *id) 135 memcpy(&ips[NPF_SRC], &k[2], *alen); 136 memcpy(&ips[NPF_DST], &k[2 + ((unsigned)*alen >> 2)], *alen); 317 npf_addr_t ips[2]; local in function:npf_connkey_export 323 npf_connkey_getkey(key, &alen, &proto, ips, ids) 346 npf_addr_t const * ips[2]; local in function:npf_connkey_import 384 npf_addr_t ips[2]; local in function:npf_connkey_print [all...] |
/src/sys/netinet/ |
ip_flow.c | 371 net_stat_ref_t ips; local in function:ipflow_addstats 379 ips = IP_STAT_GETREF(); 380 _NET_STATADD_REF(ips, IP_STAT_CANTFORWARD, 382 _NET_STATADD_REF(ips, IP_STAT_TOTAL, ipf->ipf_uses); 383 _NET_STATADD_REF(ips, IP_STAT_FORWARD, ipf->ipf_uses); 384 _NET_STATADD_REF(ips, IP_STAT_FASTFORWARD, ipf->ipf_uses); 480 net_stat_ref_t ips; local in function:ipflow_slowtimo_work 496 ips = IP_STAT_GETREF(); 497 _NET_STATADD_REF(ips, IP_STAT_TOTAL, ipf->ipf_uses); 498 _NET_STATADD_REF(ips, IP_STAT_FORWARD, ipf->ipf_uses) [all...] |
raw_ip.c | 221 net_stat_ref_t ips; local in function:rip_input 225 ips = IP_STAT_GETREF(); 226 _NET_STATINC_REF(ips, IP_STAT_NOPROTO); 227 _NET_STATDEC_REF(ips, IP_STAT_DELIVERED);
|
ip_input.c | 1346 net_stat_ref_t ips; local in function:ip_forward 1447 ips = IP_STAT_GETREF(); 1448 _NET_STATINC_REF(ips, IP_STAT_FORWARD); 1451 _NET_STATINC_REF(ips, IP_STAT_REDIRECTSENT);
|
/src/sys/external/bsd/ipf/netinet/ |
ip_htable.c | 1130 u_32_t msk, ips; local in function:ipf_iphmfind 1138 ips = addr->s_addr & msk; 1139 hv = IPE_V4_HASH_FN(ips, msk, iph->iph_size); 1143 (ipe->ipe_addr.in4_addr != ips)) { 1328 i6addr_t *msk, ips; local in function:ipf_iphmfind6 1336 ips.i6[0] = addr->i6[0] & msk->i6[0]; 1337 ips.i6[1] = addr->i6[1] & msk->i6[1]; 1338 ips.i6[2] = addr->i6[2] & msk->i6[2]; 1339 ips.i6[3] = addr->i6[3] & msk->i6[3]; 1340 hv = IPE_V6_HASH_FN(ips.i6, msk->i6, iph->iph_size) [all...] |
ip_sync.c | 365 /* ips(IO) - pointer to data to be converted. */ 371 ipf_sync_storder(int way, ipstate_t *ips) 373 ipf_sync_tcporder(way, &ips->is_tcp.ts_data[0]); 374 ipf_sync_tcporder(way, &ips->is_tcp.ts_data[1]); 377 ips->is_hv = htonl(ips->is_hv); 378 ips->is_die = htonl(ips->is_die); 379 ips->is_pass = htonl(ips->is_pass) 1147 ipstate_t *ips; local in function:ipf_sync_update [all...] |
ip_state.c | 845 ipstate_save_t ips; local in function:ipf_state_getent 848 error = ipf_inobj(softc, data, NULL, &ips, IPFOBJ_STATESAVE); 853 isn = ips.ips_next; 857 if (ips.ips_next == NULL) { 879 ips.ips_next = isn->is_next; 880 bcopy((char *)isn, (char *)&ips.ips_is, sizeof(ips.ips_is)); 881 ips.ips_rule = isn->is_rule; 883 bcopy((char *)isn->is_rule, (char *)&ips.ips_fr, 884 sizeof(ips.ips_fr)) 907 ipstate_save_t ips; local in function:ipf_state_putent 1352 ipstate_t *is, ips; local in function:ipf_state_add 5268 ipstate_t *ips; local in function:ipf_state_dump [all...] |
ip_fil_compat.c | 2977 ipstate_save_t *ips = (ipstate_save_t *)current; local in function:ipstate_save_current_to_4_1_16 2979 old->ips_next = ips->ips_next; 2980 ipstate_current_to_4_1_0(&ips->ips_is, &old->ips_is); 2981 frentry_current_to_4_1_16(&ips->ips_fr, &old->ips_fr); 2988 ipstate_save_t *ips = (ipstate_save_t *)current; local in function:ipstate_save_current_to_4_1_0 2990 old->ips_next = ips->ips_next; 2991 ipstate_current_to_4_1_0(&ips->ips_is, &old->ips_is); 2992 frentry_current_to_4_1_0(&ips->ips_fr, &old->ips_fr);
|
/src/usr.bin/pr/ |
pr.c | 177 int ips; local in function:onecol 239 ips = 0; 266 if (otln(obuf,cnt+off, &ips, &ops, mor)) 268 } else if (otln(lbuf, cnt, &ips, &ops, mor)) 285 ips = 0; 349 int ips = 0; local in function:vertcol 532 ips = 0; 534 if (offst&& otln(buf,offst,&ips,&ops,1)) { 560 if (otln(vc[tvc].pt, cnt, &ips, 570 if (otln(buf, 0, &ips, &ops, 0) 667 int ips = 0; local in function:horzcol 821 int ips = 0; local in function:mulfile 1136 int ips; \/* last col in buf examined *\/ local in function:otln 1487 int ips = 0; local in function:prhead [all...] |
/src/sys/external/bsd/drm2/dist/drm/i915/gvt/ |
gtt.c | 230 /* We take IPS bit as 'PSE' for PTE level. */ 530 /* Update entry type per pse and ips bit. */ 532 struct intel_gvt_gtt_entry *entry, bool ips) 541 if (ips) 1055 u32 ips = vgpu_vreg_t(vgpu, GEN8_GAMW_ECO_DEV_RW_IA) & local in function:vgpu_ips_enabled 1058 return ips == GAMW_ECO_ENABLE_64K_IPS_FIELD; 1060 /* 64K paging only controlled by IPS bit in PTE now. */ 1073 bool ips = false; local in function:ppgtt_populate_spt_by_guest_entry 1079 ips = vgpu_ips_enabled(vgpu) && ops->test_ips(we); 1085 if (ips != spt->guest_page.pde_ips) [all...] |
handlers.c | 223 u32 ips = (*(u32 *)p_data) & GAMW_ECO_ENABLE_64K_IPS_FIELD; local in function:gamw_echo_dev_rw_ia_write 226 if (ips == GAMW_ECO_ENABLE_64K_IPS_FIELD) 227 gvt_dbg_core("vgpu%d: ips enabled\n", vgpu->id); 228 else if (!ips) 229 gvt_dbg_core("vgpu%d: ips disabled\n", vgpu->id); 235 gvt_vgpu_err("Unsupported IPS setting %x, cannot enable 64K gtt.\n", 236 ips);
|
/src/sys/dev/ic/ |
nvmereg.h | 397 uint8_t ips; /* Idle Power Scale */ member in struct:nvm_identify_psd
|