Home
last modified time | relevance | path

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

/dragonfly/sys/dev/disk/isp/
H A Disp_freebsd.c129 ISP_SET_PC(isp, chan, proc_active, 1); in isp_attach_chan()
131 ISP_SET_PC(isp, chan, proc_active, 0); in isp_attach_chan()
171 ISP_SET_PC(isp, chan, proc_active, 1); in isp_attach_chan()
173 ISP_SET_PC(isp, chan, proc_active, 0); in isp_attach_chan()
1208 ISP_SET_PC(isp, bus, tm_enable_defer, 1); in isp_enable_lun()
1273 ISP_SET_PC(isp, bus, tm_luns_enabled, 1); in isp_enable_deferred()
1389 ISP_SET_PC(isp, bus, tm_enabled, 1); in isp_enable_target_mode()
1416 ISP_SET_PC(isp, bus, tm_enabled, 0); in isp_disable_target_mode()
H A Disp_freebsd.h295 #define ISP_SET_PC(isp, chan, tag, val) \ macro