Home
last modified time | relevance | path

Searched refs:ocs_hw_async_call (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/ocs_fc/
H A Docs_xport.c866 if (ocs_hw_async_call(hw, ocs_xport_post_node_event_cb, &payload)) { in ocs_xport_control()
H A Docs_scsi.c1049 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 Docs_hw.h1428 extern int32_t ocs_hw_async_call(ocs_hw_t *hw, ocs_hw_async_cb_t callback, void *arg);
H A Docs_hw.c10132 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