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

/freebsd-current/sys/dev/isp/
H A Disp_freebsd.c102 error = isp_control(isp, ISPCTL_CHANGE_ROLE, chan, value);
411 retval = isp_control(isp, ISPCTL_CHANGE_ROLE, chan, nr);
444 if (isp_control(isp, ISPCTL_SEND_LIP, chan)) {
1964 if (isp_control(isp, ISPCTL_ABORT_CMD, xs) == 0) {
2180 if (isp_control(isp, ISPCTL_ABORT_CMD, xs) == 0) {
2548 error = isp_control(isp, ISPCTL_RESET_DEV, bus, tgt);
2576 error = isp_control(isp, ISPCTL_ABORT_CMD, accb);
2641 error = isp_control(isp, ISPCTL_RESET_BUS, bus);
2703 if (isp_control(isp, ISPCTL_CHANGE_ROLE,
H A Dispvar.h843 int isp_control(ispsoftc_t *, ispctl_t, ...);
H A Disp_library.c282 res = isp_control(isp, ISPCTL_FCLINK_TEST, chan, tval);
287 res = isp_control(isp, ISPCTL_SCAN_LOOP, chan);
292 res = isp_control(isp, ISPCTL_SCAN_FABRIC, chan);
297 res = isp_control(isp, ISPCTL_PDB_SYNC, chan);
2138 isp_control(isp, ISPCTL_RUN_MBOXCMD, &mbs);
H A Disp.c2985 isp_control(ispsoftc_t *isp, ispctl_t ctl, ...) function

Completed in 292 milliseconds