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

/freebsd-13-stable/sys/dev/ocs_fc/
H A Docs_mgmt.c192 {"active_profile", get_active_profile, set_active_profile, NULL},
2198 ocs_mgmt_get_active_profile_cb(int32_t status, uint32_t active_profile, void *ul_arg) argument
2203 result->active_profile_id = active_profile;
2240 ocs_mgmt_emit_string(textbuf, MGMT_MODE_RW, "active_profile", result_string);
H A Docs_hw.h1350 typedef void (*ocs_get_active_profile_cb_t)(int32_t status, uint32_t active_profile, void *arg);
H A Docs_hw.c7701 uint32_t active_profile; local
7703 active_profile = response->active_profile_id;
7706 cb_arg->cb(status, active_profile, cb_arg->arg);

Completed in 236 milliseconds