Lines Matching refs:ipds
298 unsigned int init, targ, total_size, ipds, tpds;
311 ipds = hmat_loc->number_of_initiator_Pds;
313 total_size = sizeof(*hmat_loc) + sizeof(*entries) * ipds * tpds +
314 sizeof(*inits) * ipds + sizeof(*targs) * tpds;
322 hmat_loc->flags, hmat_data_type(type), ipds, tpds,
326 targs = inits + ipds;
328 for (init = 0; init < ipds; init++) {
497 unsigned int ipds, tpds, i, idx = 0, tdx = 0;
501 ipds = hmat_loc->number_of_initiator_Pds;
504 targs = inits + ipds;
507 for (i = 0; i < ipds; i++) {
514 if (i == ipds)