Home
last modified time | relevance | path

Searched refs:isp_async (Results 1 – 6 of 6) sorted by relevance

/NextBSD/sys/dev/isp/
HDisp_target.c191 isp_async(isp, ISPASYNC_TARGET_ACTION, local); in isp_target_notify()
221 isp_async(isp, ISPASYNC_TARGET_ACTION, local); in isp_target_notify()
256 isp_async(isp, ISPASYNC_TARGET_NOTIFY_ACK, local); in isp_target_notify()
273 isp_async(isp, ISPASYNC_TARGET_NOTIFY, &notify); in isp_target_notify()
286 isp_async(isp, ISPASYNC_TARGET_NOTIFY, &notify); in isp_target_notify()
299 isp_async(isp, ISPASYNC_TARGET_NOTIFY, &notify); in isp_target_notify()
313 isp_async(isp, ISPASYNC_TARGET_NOTIFY, &notify); in isp_target_notify()
327 isp_async(isp, ISPASYNC_TARGET_NOTIFY, &notify); in isp_target_notify()
333 isp_async(isp, ISPASYNC_TARGET_NOTIFY_ACK, local); in isp_target_notify()
370 isp_async(isp, ISPASYNC_TARGET_ACTION, &local); in isp_target_notify()
[all …]
HDisp.c2516 isp_async(isp, ISPASYNC_DEV_GONE, chan, lp); in isp_clear_portdb()
3167 isp_async(isp, ISPASYNC_DEV_GONE, chan, lp); in isp_pdb_sync()
3182 isp_async(isp, ISPASYNC_DEV_ARRIVED, chan, lp); in isp_pdb_sync()
3186 isp_async(isp, ISPASYNC_DEV_CHANGED, chan, lp); in isp_pdb_sync()
3191 isp_async(isp, ISPASYNC_DEV_STAYED, chan, lp); in isp_pdb_sync()
5575 isp_async(isp, ISPASYNC_BUS_RESET, chan); in isp_parse_async()
5593 isp_async(isp, ISPASYNC_FW_CRASH); in isp_parse_async()
5766 isp_async(isp, ISPASYNC_FW_CRASH); in isp_parse_async_fc()
5826 isp_async(isp, ISPASYNC_LIP, chan); in isp_parse_async_fc()
5881 isp_async(isp, ISPASYNC_LOOP_UP, chan); in isp_parse_async_fc()
[all …]
HDDriverManual.txt255 + 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
HDisp_freebsd.c1944 isp_async(isp, ISPASYNC_CHANGE_NOTIFY, 0, in isp_handle_platform_atio2()
2309 isp_async(isp, ISPASYNC_TARGET_NOTIFY_ACK, inot); in isp_handle_srr_start()
2347 isp_async(isp, ISPASYNC_TARGET_NOTIFY_ACK, inot_raw); in isp_handle_srr_notify()
2354 isp_async(isp, ISPASYNC_TARGET_NOTIFY_ACK, inot); in isp_handle_srr_notify()
2361 isp_async(isp, ISPASYNC_TARGET_NOTIFY_ACK, inot); in isp_handle_srr_notify()
2623 isp_async(isp, ISPASYNC_TARGET_NOTIFY_ACK, inp); in isp_handle_platform_notify_fc()
2698 isp_async(isp, ISPASYNC_TARGET_NOTIFY_ACK, inot); in isp_handle_platform_notify_24xx()
2723 isp_async(isp, ISPASYNC_TARGET_NOTIFY_ACK, inot); in isp_handle_platform_notify_24xx()
2743 isp_async(isp, ISPASYNC_TARGET_NOTIFY_ACK, inot); in isp_handle_platform_notify_24xx()
2963 isp_async(isp, ISPASYNC_TARGET_NOTIFY_ACK, notify->nt_lreserved); in isp_handle_platform_target_tmf()
[all …]
HDispvar.h922 void isp_async(ispsoftc_t *, ispasync_t, ...);
HDisp_library.c605 isp_async(isp, ISPASYNC_TARGET_ACTION, local); in isp_clear_commands()
628 isp_async(isp, ISPASYNC_TARGET_NOTIFY, &notify); in isp_clear_commands()
2425 isp_async(isp, ISPASYNC_DEV_CHANGED, chan, lp); in isp_add_wwn_entry()
2434 isp_async(isp, ISPASYNC_DEV_STAYED, chan, lp); in isp_add_wwn_entry()
2470 isp_async(isp, ISPASYNC_DEV_ARRIVED, chan, lp); in isp_add_wwn_entry()
2500 isp_async(isp, ISPASYNC_DEV_GONE, chan, lp); in isp_del_wwn_entry()