Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/isp/
Disp_freebsd.c864 ISP_GET_PC_ADDR(isp, bus, lun_hash[i], lhp); in is_any_lun_enabled()
877 ISP_GET_PC_ADDR(isp, bus, lun_hash[LUN_HASH_FUNC(lun)], lhp); in is_lun_enabled()
897 ISP_GET_PC_ADDR(isp, bus, lun_hash[i], lhp); in dump_tstates()
915 ISP_GET_PC_ADDR(isp, bus, lun_hash[i], lhp); in get_lun_statep()
937 ISP_GET_PC_ADDR(isp, bus, lun_hash[i], lhp); in get_lun_statep_from_tag()
960 ISP_GET_PC_ADDR(isp, bus, lun_hash[i], lhp); in get_ntp_from_tagdata()
993 ISP_GET_PC_ADDR(isp, bus, lun_hash[i], lhp); in isp_tmcmd_restart()
1146 ISP_GET_PC_ADDR(isp, bus, lun_hash[LUN_HASH_FUNC(xpt_path_lun_id(tptr->owner))], lhp); in create_lun_state()
1177ISP_GET_PC_ADDR(isp, cam_sim_bus(xpt_path_sim(tptr->owner)), lun_hash[LUN_HASH_FUNC(xpt_path_lun_i… in destroy_lun_state()
1349 ISP_GET_PC_ADDR(isp, bus, lun_hash[i], lhp); in isp_enable_deferred_luns()
[all …]
Disp_freebsd.h374 #define ISP_GET_PC_ADDR(isp, chan, tag, rp) \ macro