Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/isp/
Disp_target.c191 isp_async(isp, ISPASYNC_TARGET_ACTION, local); in isp_target_notify()
550 isp_async(isp, ISPASYNC_TARGET_NOTIFY, &notify); in isp_target_async()
555 isp_async(isp, ISPASYNC_TARGET_NOTIFY, &notify); in isp_target_async()
563 isp_async(isp, ISPASYNC_TARGET_NOTIFY, &notify); in isp_target_async()
569 isp_async(isp, ISPASYNC_TARGET_NOTIFY, &notify); in isp_target_async()
574 isp_async(isp, ISPASYNC_TARGET_NOTIFY, &notify); in isp_target_async()
595 isp_async(isp, ISPASYNC_TARGET_ACTION, storage); in isp_target_async()
643 isp_async(isp, ISPASYNC_TARGET_NOTIFY_ACK, inp); in isp_got_msg_fc()
664 isp_async(isp, ISPASYNC_TARGET_NOTIFY_ACK, inp); in isp_got_msg_fc()
667 isp_async(isp, ISPASYNC_TARGET_NOTIFY, &notify); in isp_got_msg_fc()
[all …]
Disp.c2509 isp_async(isp, ISPASYNC_DEV_GONE, chan, lp); in isp_clear_portdb()
3180 isp_async(isp, ISPASYNC_DEV_GONE, chan, lp); in isp_pdb_sync()
3195 isp_async(isp, ISPASYNC_DEV_ARRIVED, chan, lp); in isp_pdb_sync()
3199 isp_async(isp, ISPASYNC_DEV_CHANGED, chan, lp); in isp_pdb_sync()
3205 isp_async(isp, ISPASYNC_DEV_STAYED, chan, lp); in isp_pdb_sync()
5463 isp_async(isp, ISPASYNC_BUS_RESET, chan); in isp_parse_async()
5480 isp_async(isp, ISPASYNC_FW_CRASH); in isp_parse_async()
5636 isp_async(isp, ISPASYNC_FW_CRASH); in isp_parse_async_fc()
5690 isp_async(isp, ISPASYNC_LIP, chan); in isp_parse_async_fc()
5743 isp_async(isp, ISPASYNC_LOOP_UP, chan); in isp_parse_async_fc()
[all …]
DDriverManual.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
Dispvar.h927 void isp_async(ispsoftc_t *, ispasync_t, ...);
Disp_freebsd.c2016 isp_async(isp, ISPASYNC_TARGET_NOTIFY_ACK, inot); in isp_handle_srr_start()
2055 isp_async(isp, ISPASYNC_TARGET_NOTIFY_ACK, inot); in isp_handle_platform_srr()
2433 isp_async(isp, ISPASYNC_TARGET_NOTIFY_ACK, notify->nt_lreserved); in isp_handle_platform_target_tmf()
2955 isp_async(isp, ISPASYNC_TARGET_NOTIFY_ACK, in isp_abort_inot()
3581 isp_async(ispsoftc_t *isp, ispasync_t cmd, ...) in isp_async() function
3997 isp_async(isp, ISPASYNC_FW_RESTARTED, NULL); in isp_async()
Disp_library.c651 isp_async(isp, ISPASYNC_TARGET_ACTION, local); in isp_clear_commands()
674 isp_async(isp, ISPASYNC_TARGET_NOTIFY, &notify); in isp_clear_commands()
2323 isp_async(isp, ISPASYNC_DEV_CHANGED, chan, lp); in isp_add_wwn_entry()
2332 isp_async(isp, ISPASYNC_DEV_STAYED, chan, lp); in isp_add_wwn_entry()
2368 isp_async(isp, ISPASYNC_DEV_ARRIVED, chan, lp); in isp_add_wwn_entry()
2398 isp_async(isp, ISPASYNC_DEV_GONE, chan, lp); in isp_del_wwn_entry()