Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/device_handler/
H A Dscsi_dh_alua.c69 int tpgs; member
211 int group_id, int tpgs) in alua_alloc_pg() argument
233 pg->tpgs = tpgs; in alua_alloc_pg()
269 int tpgs = TPGS_MODE_NONE; in alua_check_tpgs() local
279 return tpgs; in alua_check_tpgs()
282 tpgs = scsi_device_tpgs(sdev); in alua_check_tpgs()
283 switch (tpgs) { in alua_check_tpgs()
304 ALUA_DH_NAME, tpgs); in alua_check_tpgs()
305 tpgs = TPGS_MODE_NONE; in alua_check_tpgs()
309 return tpgs; in alua_check_tpgs()
[all …]