Home
last modified time | relevance | path

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

/freebsd/sys/dev/isp/
H A Disp_target.c164 isp_async(isp, ISPASYNC_TARGET_ACTION, local); in isp_target_notify()
330 isp_async(isp, ISPASYNC_TARGET_NOTIFY, &notify); in isp_target_async()
335 isp_async(isp, ISPASYNC_TARGET_NOTIFY, &notify); in isp_target_async()
343 isp_async(isp, ISPASYNC_TARGET_NOTIFY, &notify); in isp_target_async()
418 isp_async(isp, ISPASYNC_TARGET_NOTIFY, &notify); in isp_got_tmf_24xx()
573 isp_async(isp, ISPASYNC_TARGET_NOTIFY, &notify);
711 isp_async(isp, ISPASYNC_TARGET_ACTION, ct); in isp_handle_ctio7()
745 isp_async(isp, ISPASYNC_TARGET_NOTIFY_ACK, inot); in isp_handle_notify_24xx()
807 isp_async(isp, ISPASYNC_TARGET_NOTIFY_ACK, inot); in isp_handle_notify_24xx()
833 isp_async(is in isp_handle_notify_24xx()
[all...]
H A Disp.c1362 isp_async(isp, ISPASYNC_DEV_GONE, chan, lp); in isp_clear_portdb()
1837 isp_async(isp, ISPASYNC_DEV_GONE, chan, lp); in isp_pdb_sync()
1852 isp_async(isp, ISPASYNC_DEV_ARRIVED, chan, lp); in isp_pdb_sync()
1856 isp_async(isp, ISPASYNC_DEV_CHANGED, chan, lp); in isp_pdb_sync()
1862 isp_async(isp, ISPASYNC_DEV_STAYED, chan, lp); in isp_pdb_sync()
3533 * It's up to the handler for isp_async to reinit stuff and in isp_intr_async()
3536 isp_async(isp, ISPASYNC_FW_CRASH); in isp_intr_async()
3568 isp_async(isp, ISPASYNC_LIP, chan); in isp_intr_async()
3621 isp_async(isp, ISPASYNC_LOOP_UP, chan); in isp_intr_async()
3640 isp_async(is in isp_intr_async()
[all...]
H A DDriverManual.txt254 + An asynchronous event handler (isp_async)
388 Each platform module has to provide an isp_async entry point that will
389 handle a set of these. This isp_async entry point also handles things
433 called (e.g., isp_done or isp_async) that any locking or masking that
517 these states, when entered, causes an isp_async event call to the
524 isp_async event will be generated that says a Fabric device has arrived
525 (ISPASYNC_FABRIC_DEV). The function that isp_async must perform in this
H A Dispvar.h866 void isp_async(ispsoftc_t *, ispasync_t, ...);
H A Disp_library.c487 isp_async(isp, ISPASYNC_TARGET_ACTION, &ctio); in isp_clear_commands()
511 isp_async(isp, ISPASYNC_TARGET_NOTIFY, &notify); in isp_clear_commands()
1580 isp_async(isp, ISPASYNC_DEV_CHANGED, chan, lp); in isp_add_wwn_entry()
1589 isp_async(isp, ISPASYNC_DEV_STAYED, chan, lp); in isp_add_wwn_entry()
1625 isp_async(isp, ISPASYNC_DEV_ARRIVED, chan, lp); in isp_add_wwn_entry()
1653 isp_async(isp, ISPASYNC_DEV_GONE, chan, lp); in isp_del_wwn_entry()