Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/isp/
H A Disp_target.c165 isp_async(isp, ISPASYNC_TARGET_ACTION, local); in isp_target_notify()
331 isp_async(isp, ISPASYNC_TARGET_NOTIFY, &notify); in isp_target_async()
336 isp_async(isp, ISPASYNC_TARGET_NOTIFY, &notify); in isp_target_async()
344 isp_async(isp, ISPASYNC_TARGET_NOTIFY, &notify); in isp_target_async()
419 isp_async(isp, ISPASYNC_TARGET_NOTIFY, &notify); in isp_got_tmf_24xx()
571 isp_async(isp, ISPASYNC_TARGET_NOTIFY, &notify); in isp_handle_abts()
709 isp_async(isp, ISPASYNC_TARGET_ACTION, ct); in isp_handle_ctio7()
743 isp_async(isp, ISPASYNC_TARGET_NOTIFY_ACK, inot); in isp_handle_notify_24xx()
805 isp_async(isp, ISPASYNC_TARGET_NOTIFY_ACK, inot); in isp_handle_notify_24xx()
831 isp_async(isp, ISPASYNC_TARGET_NOTIFY_ACK, inot); in isp_handle_notify_24xx()
[all …]
H A Disp.c1144 isp_async(isp, ISPASYNC_DEV_GONE, chan, lp); in isp_clear_portdb()
3307 isp_async(isp, ISPASYNC_FW_CRASH); in isp_intr_async()
3339 isp_async(isp, ISPASYNC_LIP, chan); in isp_intr_async()
3392 isp_async(isp, ISPASYNC_LOOP_UP, chan); in isp_intr_async()
3411 isp_async(isp, ISPASYNC_LOOP_DOWN, chan); in isp_intr_async()
3430 isp_async(isp, ISPASYNC_LOOP_RESET, chan); in isp_intr_async()
3494 isp_async(isp, ISPASYNC_CHANGE_NOTIFY, chan, in isp_intr_async()
3606 isp_async(isp, ISPASYNC_CHANGE_NOTIFY, in isp_handle_rpt_id_acq()
3610 isp_async(isp, ISPASYNC_LOOP_DOWN, in isp_handle_rpt_id_acq()
3621 isp_async(isp, ISPASYNC_CHANGE_NOTIFY, in isp_handle_rpt_id_acq()
[all …]
H A 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
H A Dispvar.h756 void isp_async(ispsoftc_t *, ispasync_t, ...);
H A Disp_library.c488 isp_async(isp, ISPASYNC_TARGET_ACTION, &ctio); in isp_clear_commands()
512 isp_async(isp, ISPASYNC_TARGET_NOTIFY, &notify); in isp_clear_commands()
1581 isp_async(isp, ISPASYNC_DEV_CHANGED, chan, lp); in isp_add_wwn_entry()
1590 isp_async(isp, ISPASYNC_DEV_STAYED, chan, lp); in isp_add_wwn_entry()
1626 isp_async(isp, ISPASYNC_DEV_ARRIVED, chan, lp); in isp_add_wwn_entry()
1656 isp_async(isp, ISPASYNC_DEV_GONE, chan, lp); in isp_del_wwn_entry()
H A Disp_freebsd.c1524 isp_async(isp, ISPASYNC_TARGET_NOTIFY_ACK, inot); in isp_handle_srr_start()
1563 isp_async(isp, ISPASYNC_TARGET_NOTIFY_ACK, inot); in isp_handle_platform_srr()
1881 isp_async(isp, ISPASYNC_TARGET_NOTIFY_ACK, notify->nt_lreserved); in isp_handle_platform_target_tmf()
2358 isp_async(isp, ISPASYNC_TARGET_NOTIFY_ACK, in isp_abort_inot()
2828 isp_async(ispsoftc_t *isp, ispasync_t cmd, ...) in isp_async() function
3153 isp_async(isp, ISPASYNC_FW_RESTARTED, NULL); in isp_async()