Lines Matching refs:tpgt
960 unsigned long tpgt;
966 if (kstrtoul(name+5, 10, &tpgt))
969 if (tpgt >= TL_TPGS_PER_HBA) {
970 pr_err("Passed tpgt: %lu exceeds TL_TPGS_PER_HBA: %u\n",
971 tpgt, TL_TPGS_PER_HBA);
974 tl_tpg = &tl_hba->tl_hba_tpgs[tpgt];
976 tl_tpg->tl_tpgt = tpgt;
986 config_item_name(&wwn->wwn_group.cg_item), tpgt);
997 unsigned short tpgt;
1000 tpgt = tl_tpg->tl_tpgt;
1015 config_item_name(&wwn->wwn_group.cg_item), tpgt);