Lines Matching refs:tpgt
920 unsigned long tpgt;
926 if (kstrtoul(name+5, 10, &tpgt))
929 if (tpgt >= TL_TPGS_PER_HBA) {
930 pr_err("Passed tpgt: %lu exceeds TL_TPGS_PER_HBA: %u\n",
931 tpgt, TL_TPGS_PER_HBA);
934 tl_tpg = &tl_hba->tl_hba_tpgs[tpgt];
936 tl_tpg->tl_tpgt = tpgt;
946 config_item_name(&wwn->wwn_group.cg_item), tpgt);
957 unsigned short tpgt;
960 tpgt = tl_tpg->tl_tpgt;
975 config_item_name(&wwn->wwn_group.cg_item), tpgt);