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

/freebsd-13-stable/sys/dev/ocs_fc/
H A Docs_hw.c8047 } ocs_hw_set_active_profile_cb_arg_t; typedef in typeref:struct:ocs_hw_set_active_profile_cb_arg_s
8063 ocs_hw_set_active_profile_cb_arg_t *cb_arg = arg;
8099 ocs_hw_set_active_profile_cb_arg_t *cb_arg;
8115 cb_arg = ocs_malloc(hw->os, sizeof(ocs_hw_set_active_profile_cb_arg_t), OCS_M_NOWAIT);
8132 ocs_free(hw->os, cb_arg, sizeof(ocs_hw_set_active_profile_cb_arg_t));

Completed in 122 milliseconds