Home
last modified time | relevance | path

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

/dragonfly/sys/dev/disk/isp/
HDisp_freebsd.h127 #define LUN_HASH_FUNC(lun) ((lun) & (LUN_HASH_SIZE - 1)) macro
HDisp_freebsd.c827 ISP_GET_PC_ADDR(isp, bus, lun_hash[LUN_HASH_FUNC(lun)], lhp); in is_lun_enabled()
1079 ISP_GET_PC_ADDR(isp, bus, lun_hash[LUN_HASH_FUNC(xpt_path_lun_id(tptr->owner))], lhp); in create_lun_state()
1091 …ISP_GET_PC_ADDR(isp, xpt_path_path_id(tptr->owner), lun_hash[LUN_HASH_FUNC(xpt_path_lun_id(tptr->o… in destroy_lun_state()