isp_control
if (isp_control(isp, ISPCTL_FCLINK_TEST, chan, tval) != 0) {
if (isp_control(isp, ISPCTL_SCAN_LOOP, chan) != 0) {
if (isp_control(isp, ISPCTL_SCAN_FABRIC, chan) != 0) {
if (isp_control(isp, ISPCTL_PDB_SYNC, chan) != 0) {
isp_control(isp, ISPCTL_RUN_MBOXCMD, &mbs);
(void) isp_control(isp, ISPCTL_RESET_BUS, i);
if (isp_control(isp, ISPCTL_SEND_LIP, bus)) {
retval = isp_control(isp, ISPCTL_RUN_MBOXCMD, &mbs);
retval = isp_control(isp, ISPCTL_GET_NAMES, channel,
if (isp_control(isp, ISPCTL_RESET_BUS, &chan->chan_channel)) {
if (isp_control(isp, ISPCTL_ABORT_CMD, xs)) {
(void) isp_control(isp, ISPCTL_ABORT_CMD, arg);
int isp_control(ispsoftc_t *, ispctl_t, ...);