Home
last modified time | relevance | path

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

/freebsd/sys/dev/ocs_fc/
H A Docs_hw.h275 } ocs_hw_profile_list_t; typedef
1346 typedef void (*ocs_get_profile_list_cb_t)(int32_t status, ocs_hw_profile_list_t*, void *arg);
H A Docs_mgmt.c1991 ocs_hw_profile_list_t *list;
1995 ocs_mgmt_get_profile_list_cb(int32_t status, ocs_hw_profile_list_t *list, void *ul_arg) in ocs_mgmt_get_profile_list_cb()
2055 ocs_free(ocs, result.list, sizeof(ocs_hw_profile_list_t)); in get_profile_list()
H A Docs_hw.c7593 ocs_hw_profile_list_t *list; in ocs_hw_get_profile_list_cb()
7600 list = ocs_malloc(hw->os, sizeof(ocs_hw_profile_list_t), OCS_M_ZERO); in ocs_hw_get_profile_list_cb()