Searched refs:isp_control (Results 1 – 5 of 5) sorted by relevance
| /src/sys/dev/isp/ |
| H A D | DriverManual.txt | 232 (isp_control). 429 upon entry (e.g., via isp_start, isp_control, isp_intr) that appropriate 447 the isp_control function). 485 isp_control with the ISPCTL_FCLINK_TEST function code). This function 521 isp_scan_fabric (reachable via isp_control(..ISPCTL_SCAN_FABRIC)) will, 530 internal function isp_scan_loop (isp_control(...ISPCTL_SCAN_LOOP)) can 537 (isp_control(..ISPCTL_PDB_SYNC)). The purpose of this function is to
|
| H A D | isp_freebsd.c | 102 error = isp_control(isp, ISPCTL_CHANGE_ROLE, chan, value); in isp_role_sysctl() 411 retval = isp_control(isp, ISPCTL_CHANGE_ROLE, chan, nr); in ispioctl() 444 if (isp_control(isp, ISPCTL_SEND_LIP, chan)) { in ispioctl() 1947 if (isp_control(isp, ISPCTL_ABORT_CMD, xs) == 0) { in isp_watchdog() 2163 if (isp_control(isp, ISPCTL_ABORT_CMD, xs) == 0) { in isp_loop_dead() 2553 error = isp_control(isp, ISPCTL_RESET_DEV, bus, tgt); in isp_action() 2581 error = isp_control(isp, ISPCTL_ABORT_CMD, accb); in isp_action() 2646 error = isp_control(isp, ISPCTL_RESET_BUS, bus); in isp_action() 2708 if (isp_control(isp, ISPCTL_CHANGE_ROLE, in isp_action()
|
| H A D | ispvar.h | 844 int isp_control(ispsoftc_t *, ispctl_t, ...);
|
| H A D | isp_library.c | 282 res = isp_control(isp, ISPCTL_FCLINK_TEST, chan, tval); in isp_fc_runstate() 287 res = isp_control(isp, ISPCTL_SCAN_LOOP, chan); in isp_fc_runstate() 292 res = isp_control(isp, ISPCTL_SCAN_FABRIC, chan); in isp_fc_runstate() 297 res = isp_control(isp, ISPCTL_PDB_SYNC, chan); in isp_fc_runstate() 2138 isp_control(isp, ISPCTL_RUN_MBOXCMD, &mbs); in isp_exec_entry_mbox()
|
| H A D | isp.c | 2996 isp_control(ispsoftc_t *isp, ispctl_t ctl, ...) in isp_control() function
|