Lines Matching refs:lhp
782 struct tslist *lhp; in get_lun_statep() local
785 ISP_GET_PC_ADDR(isp, bus, lun_hash[LUN_HASH_FUNC(lun)], lhp); in get_lun_statep()
786 SLIST_FOREACH(tptr, lhp, next) { in get_lun_statep()
833 struct tslist *lhp; in isp_tmcmd_restart() local
839 ISP_GET_PC_ADDR(isp, bus, lun_hash[i], lhp); in isp_tmcmd_restart()
840 SLIST_FOREACH(tptr, lhp, next) in isp_tmcmd_restart()
958 struct tslist *lhp; in create_lun_state() local
975 ISP_GET_PC_ADDR(isp, bus, lun_hash[LUN_HASH_FUNC(lun)], lhp); in create_lun_state()
976 SLIST_INSERT_HEAD(lhp, tptr, next); in create_lun_state()
986 struct tslist *lhp; in destroy_lun_state() local
1004 ISP_GET_PC_ADDR(isp, bus, lun_hash[LUN_HASH_FUNC(tptr->ts_lun)], lhp); in destroy_lun_state()
1005 SLIST_REMOVE(lhp, tptr, tstate, next); in destroy_lun_state()