Searched refs:isp_control (Results 1 – 5 of 5) sorted by relevance
| /freebsd-11-stable/sys/dev/isp/ |
| HD | DriverManual.txt | 233 (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
|
| HD | isp_freebsd.c | 101 error = isp_control(isp, ISPCTL_CHANGE_ROLE, chan, value); in isp_role_sysctl() 431 retval = isp_control(isp, ISPCTL_CHANGE_ROLE, chan, nr); in ispioctl() 468 if (isp_control(isp, ISPCTL_SEND_LIP, chan)) { in ispioctl() 704 retval = isp_control(isp, ISPCTL_RUN_MBOXCMD, &mbs); in ispioctl() 2508 (void) isp_control(isp, ISPCTL_UPDATE_PARAMS, bus); in isp_cam_async() 2556 if (isp_control(isp, ISPCTL_ABORT_CMD, xs) == 0) { in isp_watchdog() 2774 if (isp_control(isp, ISPCTL_ABORT_CMD, xs) == 0) { in isp_loop_dead() 3147 error = isp_control(isp, ISPCTL_RESET_DEV, bus, tgt); in isp_action() 3176 error = isp_control(isp, ISPCTL_ABORT_CMD, accb); in isp_action() 3297 (void) isp_control(isp, ISPCTL_UPDATE_PARAMS, bus); in isp_action() [all …]
|
| HD | ispvar.h | 901 int isp_control(ispsoftc_t *, ispctl_t, ...);
|
| HD | isp_library.c | 433 res = isp_control(isp, ISPCTL_FCLINK_TEST, chan, tval); in isp_fc_runstate() 438 res = isp_control(isp, ISPCTL_SCAN_LOOP, chan); in isp_fc_runstate() 443 res = isp_control(isp, ISPCTL_SCAN_FABRIC, chan); in isp_fc_runstate() 448 res = isp_control(isp, ISPCTL_PDB_SYNC, chan); in isp_fc_runstate()
|
| HD | isp.c | 4691 isp_control(ispsoftc_t *isp, ispctl_t ctl, ...) in isp_control() function
|