Lines Matching refs:ipds
299 unsigned int init, targ, total_size, ipds, tpds; in hmat_parse_locality() local
312 ipds = hmat_loc->number_of_initiator_Pds; in hmat_parse_locality()
314 total_size = sizeof(*hmat_loc) + sizeof(*entries) * ipds * tpds + in hmat_parse_locality()
315 sizeof(*inits) * ipds + sizeof(*targs) * tpds; in hmat_parse_locality()
323 hmat_loc->flags, hmat_data_type(type), ipds, tpds, in hmat_parse_locality()
327 targs = inits + ipds; in hmat_parse_locality()
329 for (init = 0; init < ipds; init++) { in hmat_parse_locality()
498 unsigned int ipds, tpds, i, idx = 0, tdx = 0; in hmat_initiator_perf() local
502 ipds = hmat_loc->number_of_initiator_Pds; in hmat_initiator_perf()
505 targs = inits + ipds; in hmat_initiator_perf()
508 for (i = 0; i < ipds; i++) { in hmat_initiator_perf()
515 if (i == ipds) in hmat_initiator_perf()