Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/isp/
H A DDriverManual.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
H A Disp_freebsd.c104 error = isp_control(isp, ISPCTL_CHANGE_ROLE, chan, value); in isp_role_sysctl()
404 retval = isp_control(isp, ISPCTL_CHANGE_ROLE, chan, nr); in ispioctl()
437 if (isp_control(isp, ISPCTL_SEND_LIP, chan)) { in ispioctl()
1957 if (isp_control(isp, ISPCTL_ABORT_CMD, xs) == 0) { in isp_watchdog()
2173 if (isp_control(isp, ISPCTL_ABORT_CMD, xs) == 0) { in isp_loop_dead()
2541 error = isp_control(isp, ISPCTL_RESET_DEV, bus, tgt); in isp_action()
2569 error = isp_control(isp, ISPCTL_ABORT_CMD, accb); in isp_action()
2634 error = isp_control(isp, ISPCTL_RESET_BUS, bus); in isp_action()
2696 if (isp_control(isp, ISPCTL_CHANGE_ROLE, in isp_action()
H A Dispvar.h734 int isp_control(ispsoftc_t *, ispctl_t, ...);
H A Disp_library.c283 res = isp_control(isp, ISPCTL_FCLINK_TEST, chan, tval); in isp_fc_runstate()
288 res = isp_control(isp, ISPCTL_SCAN_LOOP, chan); in isp_fc_runstate()
293 res = isp_control(isp, ISPCTL_SCAN_FABRIC, chan); in isp_fc_runstate()
298 res = isp_control(isp, ISPCTL_PDB_SYNC, chan); in isp_fc_runstate()
2141 isp_control(isp, ISPCTL_RUN_MBOXCMD, &mbs); in isp_exec_entry_mbox()
H A Disp.c2768 isp_control(ispsoftc_t *isp, ispctl_t ctl, ...) in isp_control() function