Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/device_handler/
H A Dscsi_dh_alua.c220 struct alua_port_group *pg, *tmp_pg; in alua_alloc_pg() local
255 if (tmp_pg) { in alua_alloc_pg()
258 return tmp_pg; in alua_alloc_pg()
525 struct alua_port_group *tmp_pg; in alua_rtpg() local
677 if (tmp_pg) { in alua_rtpg()
679 if ((tmp_pg == pg) || in alua_rtpg()
683 tmp_pg->state = desc[0] & 0x0f; in alua_rtpg()
684 tmp_pg->pref = desc[0] >> 7; in alua_rtpg()
687 &tmp_pg->dh_list, node) { in alua_rtpg()
694 if (tmp_pg == pg) in alua_rtpg()
[all …]