Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/isp/
HDispvar.h605 #define SDPARAM(isp, chan) (&((sdparam *)(isp)->isp_param)[(chan)]) macro
612 SDPARAM(isp, chan)->sendmarker = val; \
618 SDPARAM(isp, chan)->sendmarker != 0)
HDisp.c252 sdp = SDPARAM(isp, 0); in isp_reset()
254 sdp = SDPARAM(isp, 1); in isp_reset()
279 sdparam *sdp = SDPARAM(isp, 0); in isp_reset()
311 sdp = SDPARAM(isp, 1); in isp_reset()
336 sdparam *sdp = SDPARAM(isp, 0); in isp_reset()
565 if (SDPARAM(isp, 0)->isp_ptisp) { in isp_reset()
566 if (SDPARAM(isp, 0)->isp_ultramode) { in isp_reset()
1342 sdp_chan0 = SDPARAM(isp, 0); in isp_scsi_init()
1345 sdp_chan1 = SDPARAM(isp, 1); in isp_scsi_init()
1527 sdp = SDPARAM(isp, chan); in isp_scsi_channel_init()
[all …]
HDisp_sbus.c223 SDPARAM(isp, 0)->isp_ptisp = 1; in isp_sbus_attach()
HDisp_freebsd.c2496 sdparam *sdp = SDPARAM(isp, bus); in isp_cam_async()
3205 sdparam *sdp = SDPARAM(isp, bus); in isp_action()
3291 sdparam *sdp = SDPARAM(isp, bus); in isp_action()
3526 sdparam *sdp = SDPARAM(isp, bus); in isp_action()
3615 sdp = SDPARAM(isp, bus); in isp_async()