Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/isp/
Dispvar.h597 #define SDPARAM(isp, chan) (&((sdparam *)(isp)->isp_param)[(chan)]) macro
604 SDPARAM(isp, chan)->sendmarker = val; \
610 SDPARAM(isp, chan)->sendmarker != 0)
Disp.c250 sdp = SDPARAM(isp, 0); in isp_reset()
252 sdp = SDPARAM(isp, 1); in isp_reset()
277 sdparam *sdp = SDPARAM(isp, 0); in isp_reset()
309 sdp = SDPARAM(isp, 1); in isp_reset()
334 sdparam *sdp = SDPARAM(isp, 0); in isp_reset()
563 if (SDPARAM(isp, 0)->isp_ptisp) { in isp_reset()
564 if (SDPARAM(isp, 0)->isp_ultramode) { in isp_reset()
1336 sdp_chan0 = SDPARAM(isp, 0); in isp_scsi_init()
1339 sdp_chan1 = SDPARAM(isp, 1); in isp_scsi_init()
1521 sdp = SDPARAM(isp, chan); in isp_scsi_channel_init()
[all …]
Disp_sbus.c223 SDPARAM(isp, 0)->isp_ptisp = 1; in isp_sbus_attach()
Disp_freebsd.c2484 sdparam *sdp = SDPARAM(isp, bus); in isp_cam_async()
3193 sdparam *sdp = SDPARAM(isp, bus); in isp_action()
3279 sdparam *sdp = SDPARAM(isp, bus); in isp_action()
3513 sdparam *sdp = SDPARAM(isp, bus); in isp_action()
3602 sdp = SDPARAM(isp, bus); in isp_async()