Searched refs:ocs_hw_async_call (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/ocs_fc/ |
H A D | ocs_xport.c | 866 if (ocs_hw_async_call(hw, ocs_xport_post_node_event_cb, &payload)) { in ocs_xport_control()
|
H A D | ocs_scsi.c | 1049 if (ocs_hw_async_call(&ocs->hw, ocs_scsi_check_pending_async_cb, io)) { in ocs_scsi_check_pending() 1087 if (ocs_hw_async_call(&ocs->hw, ocs_scsi_check_pending_async_cb, io)) { in ocs_scsi_check_pending()
|
H A D | ocs_hw.h | 1428 extern int32_t ocs_hw_async_call(ocs_hw_t *hw, ocs_hw_async_cb_t callback, void *arg);
|
H A D | ocs_hw.c | 10132 if (ocs_hw_async_call(hw, __ocs_hw_port_realloc_cb, sport)) { in __ocs_hw_port_free_nop() 11261 if (ocs_hw_async_call(hw, target_wqe_timer_nop_cb, hw)) { in target_wqe_timer_cb() 11804 ocs_hw_async_call(ocs_hw_t *hw, ocs_hw_async_cb_t callback, void *arg) in ocs_hw_async_call() function
|