Searched refs:isp_async (Results 1 – 6 of 6) sorted by relevance
/dflybsd-src/sys/dev/disk/isp/ |
H A D | isp_target.c | 193 isp_async(isp, ISPASYNC_TARGET_ACTION, local); in isp_target_notify() 232 isp_async(isp, ISPASYNC_TARGET_ACTION, local); in isp_target_notify() 299 isp_async(isp, ISPASYNC_TARGET_NOTIFY, ¬ify); in isp_target_notify() 312 isp_async(isp, ISPASYNC_TARGET_NOTIFY, ¬ify); in isp_target_notify() 325 isp_async(isp, ISPASYNC_TARGET_NOTIFY, ¬ify); in isp_target_notify() 337 isp_async(isp, ISPASYNC_TARGET_NOTIFY, ¬ify); in isp_target_notify() 395 isp_async(isp, ISPASYNC_TARGET_ACTION, &local); in isp_target_notify() 769 isp_async(isp, ISPASYNC_TARGET_NOTIFY, ¬ify); in isp_target_async() 774 isp_async(isp, ISPASYNC_TARGET_NOTIFY, ¬ify); in isp_target_async() 782 isp_async(isp, ISPASYNC_TARGET_NOTIFY, ¬ify); in isp_target_async() [all …]
|
H A D | DriverManual.txt | 255 + An asynchronous event handler (isp_async) 389 Each platform module has to provide an isp_async entry point that will 390 handle a set of these. This isp_async entry point also handles things 434 called (e.g., isp_done or isp_async) that any locking or masking that 518 these states, when entered, causes an isp_async event call to the 525 isp_async event will be generated that says a Fabric device has arrived 526 (ISPASYNC_FABRIC_DEV). The function that isp_async must perform in this
|
H A D | isp.c | 2807 isp_async(isp, ISPASYNC_DEV_GONE, chan, lp); in isp_pdb_sync() 2832 isp_async(isp, ISPASYNC_DEV_ARRIVED, chan, lp); in isp_pdb_sync() 2843 isp_async(isp, ISPASYNC_DEV_CHANGED, chan, lp); in isp_pdb_sync() 2857 isp_async(isp, ISPASYNC_DEV_STAYED, chan, lp); in isp_pdb_sync() 5451 isp_async(isp, ISPASYNC_BUS_RESET, chan); in isp_parse_async() 5469 isp_async(isp, ISPASYNC_FW_CRASH); in isp_parse_async() 5651 isp_async(isp, ISPASYNC_FW_CRASH); in isp_parse_async_fc() 5714 isp_async(isp, ISPASYNC_LIP, chan); in isp_parse_async_fc() 5768 isp_async(isp, ISPASYNC_LOOP_UP, chan); in isp_parse_async_fc() 5793 isp_async(isp, ISPASYNC_LOOP_DOWN, chan); in isp_parse_async_fc() [all …]
|
H A D | ispvar.h | 935 void isp_async(ispsoftc_t *, ispasync_t, ...);
|
H A D | isp_library.c | 658 isp_async(isp, ISPASYNC_TARGET_ACTION, local); in isp_clear_commands() 672 isp_async(isp, ISPASYNC_TARGET_NOTIFY, ¬ify); in isp_clear_commands() 2510 isp_async(isp, ISPASYNC_TARGET_NOTIFY, &nt); in isp_add_wwn_entry() 2557 isp_async(isp, ISPASYNC_TARGET_NOTIFY, &nt); in isp_del_wwn_entry()
|
H A D | isp_freebsd.c | 4973 isp_async(ispsoftc_t *isp, ispasync_t cmd, ...) in isp_async() function 5446 isp_async(isp, ISPASYNC_FW_RESTARTED, NULL); in isp_async()
|