Home
last modified time | relevance | path

Searched refs:tpgs (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/scsi/device_handler/
Dscsi_dh_alua.c82 int tpgs; member
224 int group_id, int tpgs) in alua_alloc_pg() argument
246 pg->tpgs = tpgs; in alua_alloc_pg()
282 int tpgs = TPGS_MODE_NONE; in alua_check_tpgs() local
292 return tpgs; in alua_check_tpgs()
295 tpgs = scsi_device_tpgs(sdev); in alua_check_tpgs()
296 switch (tpgs) { in alua_check_tpgs()
317 ALUA_DH_NAME, tpgs); in alua_check_tpgs()
318 tpgs = TPGS_MODE_NONE; in alua_check_tpgs()
322 return tpgs; in alua_check_tpgs()
[all …]