Searched refs:isp_async (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/sys/dev/isp/ |
| H A D | isp_target.c | 191 isp_async(isp, ISPASYNC_TARGET_ACTION, local); in isp_target_notify() 550 isp_async(isp, ISPASYNC_TARGET_NOTIFY, ¬ify); in isp_target_async() 555 isp_async(isp, ISPASYNC_TARGET_NOTIFY, ¬ify); in isp_target_async() 563 isp_async(isp, ISPASYNC_TARGET_NOTIFY, ¬ify); in isp_target_async() 667 isp_async(isp, ISPASYNC_TARGET_NOTIFY, ¬ify); in isp_got_msg_fc() 737 isp_async(isp, ISPASYNC_TARGET_NOTIFY, ¬ify); in isp_got_tmf_24xx() 927 isp_async(isp, ISPASYNC_TARGET_NOTIFY, ¬ify); in isp_handle_abts() 1005 isp_async(isp, ISPASYNC_CHANGE_NOTIFY, 0, in isp_handle_atio2() 1010 isp_async(isp, ISPASYNC_TARGET_ACTION, aep); in isp_handle_atio2() 1181 isp_async(isp, ISPASYNC_TARGET_ACTION, ct); in isp_handle_ctio2() [all …]
|
| H A D | isp.c | 5461 isp_async(isp, ISPASYNC_BUS_RESET, chan); in isp_parse_async() 5478 isp_async(isp, ISPASYNC_FW_CRASH); in isp_parse_async() 5634 isp_async(isp, ISPASYNC_FW_CRASH); in isp_parse_async_fc() 5688 isp_async(isp, ISPASYNC_LIP, chan); in isp_parse_async_fc() 5741 isp_async(isp, ISPASYNC_LOOP_UP, chan); in isp_parse_async_fc() 5760 isp_async(isp, ISPASYNC_LOOP_DOWN, chan); in isp_parse_async_fc() 5884 isp_async(isp, ISPASYNC_FW_CRASH); in isp_parse_async_fc() 5975 isp_async(isp, ISPASYNC_CHANGE_NOTIFY, in isp_handle_other_response() 5979 isp_async(isp, ISPASYNC_LOOP_DOWN, in isp_handle_other_response() 5990 isp_async(isp, ISPASYNC_CHANGE_NOTIFY, in isp_handle_other_response() [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 | ispvar.h | 927 void isp_async(ispsoftc_t *, ispasync_t, ...);
|
| H A D | isp_freebsd.c | 2023 isp_async(isp, ISPASYNC_TARGET_NOTIFY_ACK, inot); in isp_handle_srr_start() 2062 isp_async(isp, ISPASYNC_TARGET_NOTIFY_ACK, inot); in isp_handle_platform_srr() 2440 isp_async(isp, ISPASYNC_TARGET_NOTIFY_ACK, notify->nt_lreserved); in isp_handle_platform_target_tmf() 2962 isp_async(isp, ISPASYNC_TARGET_NOTIFY_ACK, in isp_abort_inot() 3588 isp_async(ispsoftc_t *isp, ispasync_t cmd, ...) in isp_async() function 4004 isp_async(isp, ISPASYNC_FW_RESTARTED, NULL); in isp_async()
|
| H A D | isp_library.c | 651 isp_async(isp, ISPASYNC_TARGET_ACTION, local); in isp_clear_commands() 674 isp_async(isp, ISPASYNC_TARGET_NOTIFY, ¬ify); 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()
|