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