Home
last modified time | relevance | path

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

/freebsd/sys/dev/ocs_fc/
H A Docs_hw.c7708 } ocs_hw_get_active_profile_cb_arg_t; typedef
7724 ocs_hw_get_active_profile_cb_arg_t *cb_arg = arg; in ocs_hw_get_active_profile_cb()
7736 ocs_free(hw->os, cb_arg, sizeof(ocs_hw_get_active_profile_cb_arg_t)); in ocs_hw_get_active_profile_cb()
7766 ocs_hw_get_active_profile_cb_arg_t *cb_arg; in ocs_hw_get_active_profile()
7782 cb_arg = ocs_malloc(hw->os, sizeof(ocs_hw_get_active_profile_cb_arg_t), OCS_M_NOWAIT); in ocs_hw_get_active_profile()
7799 ocs_free(hw->os, cb_arg, sizeof(ocs_hw_get_active_profile_cb_arg_t)); in ocs_hw_get_active_profile()
8096 ocs_free(hw->os, cb_arg, sizeof(ocs_hw_get_active_profile_cb_arg_t)); in ocs_hw_set_active_profile_cb()