isp_control
error = isp_control(isp, ISPCTL_CHANGE_ROLE, chan, value);
if (isp_control(isp, ISPCTL_ABORT_CMD, xs) == 0) {
if (isp_control(isp, ISPCTL_ABORT_CMD, xs) == 0) {
error = isp_control(isp, ISPCTL_RESET_DEV, bus, tgt);
error = isp_control(isp, ISPCTL_ABORT_CMD, accb);
error = isp_control(isp, ISPCTL_RESET_BUS, bus);
if (isp_control(isp, ISPCTL_CHANGE_ROLE,
retval = isp_control(isp, ISPCTL_CHANGE_ROLE, chan, nr);
if (isp_control(isp, ISPCTL_SEND_LIP, chan)) {
isp_control(isp, ISPCTL_RUN_MBOXCMD, &mbs);
res = isp_control(isp, ISPCTL_FCLINK_TEST, chan, tval);
res = isp_control(isp, ISPCTL_SCAN_LOOP, chan);
res = isp_control(isp, ISPCTL_SCAN_FABRIC, chan);
res = isp_control(isp, ISPCTL_PDB_SYNC, chan);
int isp_control(ispsoftc_t *, ispctl_t, ...);