Home
last modified time | relevance | path

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

/freebsd/sys/dev/ocs_fc/
H A Docs_mgmt.c2069 ocs_mgmt_get_active_profile_cb(int32_t status, uint32_t active_profile, void *ul_arg) in ocs_mgmt_get_active_profile_cb() argument
2074 result->active_profile_id = active_profile; in ocs_mgmt_get_active_profile_cb()
H A Docs_hw.h1348 typedef void (*ocs_get_active_profile_cb_t)(int32_t status, uint32_t active_profile, void *arg);
H A Docs_hw.c7727 uint32_t active_profile; in ocs_hw_get_active_profile_cb() local
7729 active_profile = response->active_profile_id; in ocs_hw_get_active_profile_cb()
7732 cb_arg->cb(status, active_profile, cb_arg->arg); in ocs_hw_get_active_profile_cb()