Home
last modified time | relevance | path

Searched refs:TL_TPGS_PER_HBA (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/drivers/target/tcm_remote/
H A Dtcm_remote.h7 #define TL_TPGS_PER_HBA 32 macro
18 struct tcm_remote_tpg remote_hba_tpgs[TL_TPGS_PER_HBA];
H A Dtcm_remote.c104 if (tpgt >= TL_TPGS_PER_HBA) { in tcm_remote_make_tpg()
105 pr_err("Passed tpgt: %lu exceeds TL_TPGS_PER_HBA: %u\n", in tcm_remote_make_tpg()
106 tpgt, TL_TPGS_PER_HBA); in tcm_remote_make_tpg()
/kernel/linux/linux-6.6/drivers/target/loopback/
H A Dtcm_loop.h8 #define TL_TPGS_PER_HBA 32 macro
52 struct tcm_loop_tpg tl_hba_tpgs[TL_TPGS_PER_HBA];
H A Dtcm_loop.c929 if (tpgt >= TL_TPGS_PER_HBA) { in tcm_loop_make_naa_tpg()
930 pr_err("Passed tpgt: %lu exceeds TL_TPGS_PER_HBA: %u\n", in tcm_loop_make_naa_tpg()
931 tpgt, TL_TPGS_PER_HBA); in tcm_loop_make_naa_tpg()
/kernel/linux/linux-5.10/drivers/target/loopback/
H A Dtcm_loop.h8 #define TL_TPGS_PER_HBA 32 macro
53 struct tcm_loop_tpg tl_hba_tpgs[TL_TPGS_PER_HBA];
H A Dtcm_loop.c969 if (tpgt >= TL_TPGS_PER_HBA) { in tcm_loop_make_naa_tpg()
970 pr_err("Passed tpgt: %lu exceeds TL_TPGS_PER_HBA: %u\n", in tcm_loop_make_naa_tpg()
971 tpgt, TL_TPGS_PER_HBA); in tcm_loop_make_naa_tpg()

Completed in 4 milliseconds