HomeSort by: relevance | last modified time | path
    Searched refs:isp_control (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/ic/
isp_netbsd.c 150 (void) isp_control(isp, ISPCTL_RESET_BUS, i);
290 if (isp_control(isp, ISPCTL_SEND_LIP, bus)) {
451 retval = isp_control(isp, ISPCTL_RUN_MBOXCMD, &mbs);
492 retval = isp_control(isp, ISPCTL_GET_NAMES, channel,
516 if (isp_control(isp, ISPCTL_RESET_BUS, &chan->chan_channel)) {
771 if (isp_control(isp, ISPCTL_ABORT_CMD, xs)) {
871 (void) isp_control(isp, ISPCTL_ABORT_CMD, arg);
ispvar.h 954 int isp_control(ispsoftc_t *, ispctl_t, ...);
isp_library.c 403 if (isp_control(isp, ISPCTL_FCLINK_TEST, chan, tval) != 0) {
417 if (isp_control(isp, ISPCTL_SCAN_LOOP, chan) != 0) {
421 if (isp_control(isp, ISPCTL_SCAN_FABRIC, chan) != 0) {
425 if (isp_control(isp, ISPCTL_PDB_SYNC, chan) != 0) {
600 isp_control(isp, ISPCTL_RUN_MBOXCMD, &mbs);
isp.c 4466 isp_control(ispsoftc_t *isp, ispctl_t ctl, ...) function in typeref:typename:int

Completed in 172 milliseconds