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

/freebsd-13-stable/sys/dev/ocs_fc/
H A Docs_xport.c831 if (ocs_hw_async_call(hw, ocs_xport_post_node_event_cb, &payload)) {
832 ocs_log_test(ocs, "ocs_hw_async_call failed\n");
H A Docs_scsi.c1050 * ocs_hw_async_call()
1052 if (ocs_hw_async_call(&ocs->hw, ocs_scsi_check_pending_async_cb, io)) {
1053 ocs_log_test(ocs, "call to ocs_hw_async_call() failed\n");
1090 if (ocs_hw_async_call(&ocs->hw, ocs_scsi_check_pending_async_cb, io)) {
1091 ocs_log_test(ocs, "call to ocs_hw_async_call() failed\n");
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.c10106 if (ocs_hw_async_call(hw, __ocs_hw_port_realloc_cb, sport)) {
10107 ocs_log_err(hw->os, "ocs_hw_async_call failed\n");
11236 if (ocs_hw_async_call(hw, target_wqe_timer_nop_cb, hw)) {
11237 ocs_log_test(hw->os, "ocs_hw_async_call failed\n");
11779 ocs_hw_async_call(ocs_hw_t *hw, ocs_hw_async_cb_t callback, void *arg) function

Completed in 189 milliseconds