Searched refs:ocs_hw_get_active_profile_cb_arg_t (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_hw.c7716 } ocs_hw_get_active_profile_cb_arg_t; typedef in typeref:struct:ocs_hw_get_active_profile_cb_arg_s
7732 ocs_hw_get_active_profile_cb_arg_t *cb_arg = arg;
7744 ocs_free(hw->os, cb_arg, sizeof(ocs_hw_get_active_profile_cb_arg_t));
7774 ocs_hw_get_active_profile_cb_arg_t *cb_arg;
7790 cb_arg = ocs_malloc(hw->os, sizeof(ocs_hw_get_active_profile_cb_arg_t), OCS_M_NOWAIT);
7807 ocs_free(hw->os, cb_arg, sizeof(ocs_hw_get_active_profile_cb_arg_t));
8106 ocs_free(hw->os, cb_arg, sizeof(ocs_hw_get_active_profile_cb_arg_t));

Completed in 159 milliseconds