Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Disp_netbsd.c150 (void) isp_control(isp, ISPCTL_RESET_BUS, i); in isp_attach()
290 if (isp_control(isp, ISPCTL_SEND_LIP, bus)) { in ispioctl()
451 retval = isp_control(isp, ISPCTL_RUN_MBOXCMD, &mbs); in ispioctl()
492 retval = isp_control(isp, ISPCTL_GET_NAMES, channel, in ispioctl()
516 if (isp_control(isp, ISPCTL_RESET_BUS, &chan->chan_channel)) { in ispioctl()
771 if (isp_control(isp, ISPCTL_ABORT_CMD, xs)) { in isp_polled_cmd_wait()
871 (void) isp_control(isp, ISPCTL_ABORT_CMD, arg); in isp_dog()
H A Dispvar.h954 int isp_control(ispsoftc_t *, ispctl_t, ...);
H A Disp_library.c403 if (isp_control(isp, ISPCTL_FCLINK_TEST, chan, tval) != 0) { in isp_fc_runstate()
417 if (isp_control(isp, ISPCTL_SCAN_LOOP, chan) != 0) { in isp_fc_runstate()
421 if (isp_control(isp, ISPCTL_SCAN_FABRIC, chan) != 0) { in isp_fc_runstate()
425 if (isp_control(isp, ISPCTL_PDB_SYNC, chan) != 0) { in isp_fc_runstate()
600 isp_control(isp, ISPCTL_RUN_MBOXCMD, &mbs); in isp_fc_change_role()
H A Disp.c4466 isp_control(ispsoftc_t *isp, ispctl_t ctl, ...) in isp_control() function