Home
last modified time | relevance | path

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

/dragonfly/sys/dev/disk/isp/
HDDriverManual.txt233 (isp_control).
430 upon entry (e.g., via isp_start, isp_control, isp_intr) that appropriate
448 the isp_control function).
486 isp_control with the ISPCTL_FCLINK_TEST function code). This function
522 isp_scan_fabric (reachable via isp_control(..ISPCTL_SCAN_FABRIC)) will,
531 internal function isp_scan_loop (isp_control(...ISPCTL_SCAN_LOOP)) can
538 (isp_control(..ISPCTL_PDB_SYNC)). The purpose of this function is to
HDisp_freebsd.c463 if (isp_control(isp, ISPCTL_SEND_LIP, chan)) { in ispioctl()
662 retval = isp_control(isp, ISPCTL_RUN_MBOXCMD, &mbs); in ispioctl()
717 retval = isp_control(isp, ISPCTL_RUN_MBOXCMD, &mbs); in ispioctl()
1383 … if (isp_control(isp, ISPCTL_RUN_MBOXCMD, &mbs) < 0 || mbs.param[0] != MBOX_COMMAND_COMPLETE) { in isp_enable_target_mode()
1410 … if (isp_control(isp, ISPCTL_RUN_MBOXCMD, &mbs) < 0 || mbs.param[0] != MBOX_COMMAND_COMPLETE) { in isp_disable_target_mode()
3851 (void) isp_control(isp, ISPCTL_UPDATE_PARAMS, bus); in isp_cam_async()
3917 if (isp_control(isp, ISPCTL_ABORT_CMD, xs) == 0) { in isp_watchdog()
4523 error = isp_control(isp, ISPCTL_RESET_DEV, bus, tgt); in isp_action()
4541 error = isp_control(isp, ISPCTL_ABORT_CMD, ccb); in isp_action()
4666 (void) isp_control(isp, ISPCTL_UPDATE_PARAMS, bus); in isp_action()
[all …]
HDispvar.h912 int isp_control(ispsoftc_t *, ispctl_t, ...);
HDisp_library.c381 if (isp_control(isp, ISPCTL_FCLINK_TEST, chan, tval) != 0) { in isp_fc_runstate()
395 if (isp_control(isp, ISPCTL_SCAN_LOOP, chan) != 0) { in isp_fc_runstate()
399 if (isp_control(isp, ISPCTL_SCAN_FABRIC, chan) != 0) { in isp_fc_runstate()
403 if (isp_control(isp, ISPCTL_PDB_SYNC, chan) != 0) { in isp_fc_runstate()
578 isp_control(isp, ISPCTL_RUN_MBOXCMD, &mbs); in isp_fc_change_role()
HDisp.c4470 isp_control(ispsoftc_t *isp, ispctl_t ctl, ...) in isp_control() function