Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Dispvar.h685 #define SDPARAM(isp, chan) (&((sdparam *)(isp)->isp_param)[(chan)]) macro
692 SDPARAM(isp, chan)->sendmarker = val; \
698 SDPARAM(isp, chan)->sendmarker != 0)
H A Disp.c289 sdp = SDPARAM(isp, 0); in isp_reset()
291 sdp = SDPARAM(isp, 1); in isp_reset()
316 sdparam *sdp = SDPARAM(isp, 0); in isp_reset()
348 sdp = SDPARAM(isp, 1); in isp_reset()
373 sdparam *sdp = SDPARAM(isp, 0); in isp_reset()
617 if (SDPARAM(isp, 0)->isp_ptisp) { in isp_reset()
618 if (SDPARAM(isp, 0)->isp_ultramode) { in isp_reset()
1187 sdp_chan0 = SDPARAM(isp, 0); in isp_scsi_init()
1190 sdp_chan1 = SDPARAM(isp, 1); in isp_scsi_init()
1372 sdp = SDPARAM(isp, chan); in isp_scsi_channel_init()
[all …]
H A Disp_netbsd.c148 SDPARAM(isp, i)->isp_initiator_id; in isp_attach()
231 *(int *)addr = SDPARAM(isp, bus)->role; in ispioctl()
252 *(int *)addr = SDPARAM(isp, bus)->role; in ispioctl()
253 SDPARAM(isp, bus)->role = nr; in ispioctl()
717 sdparam *sdp = SDPARAM(isp, chan->chan_channel); in isprequest()
1200 sdp = SDPARAM(isp, bus); in isp_async()
H A Disp_target.c519 el.le_tgt = SDPARAM(isp, bus)->isp_initiator_id; in isp_lun_cmd()
/netbsd-src/sys/dev/sbus/
H A Disp_sbus.c224 SDPARAM(isp, 0)->role = ISP_DEFAULT_ROLES; in isp_sbus_attach()
236 SDPARAM(isp, 0)->isp_ptisp = 1; in isp_sbus_attach()