Home
last modified time | relevance | path

Searched defs:ul_arg (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/ocs_fc/
H A Docs_mgmt.c1995 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()
2069 ocs_mgmt_get_active_profile_cb(int32_t status, uint32_t active_profile, void *ul_arg) in ocs_mgmt_get_active_profile_cb()
2124 ocs_mgmt_set_active_profile_cb(int32_t status, void *ul_arg) in ocs_mgmt_set_active_profile_cb()
2188 uint32_t preferred_d_id, void *ul_arg) in ocs_mgmt_get_nvparms_cb()
2339 ocs_mgmt_set_nvparms_cb(int32_t status, void *ul_arg) in ocs_mgmt_set_nvparms_cb()
H A Docs_hw.c7221 ocs_get_port_protocol_cb_t cb, void* ul_arg) in ocs_hw_get_port_protocol()
7514 uint32_t pci_func, ocs_set_port_protocol_cb_t cb, void *ul_arg) in ocs_hw_set_port_protocol()
7654 ocs_hw_get_profile_list(ocs_hw_t *hw, ocs_get_profile_list_cb_t cb, void* ul_arg) in ocs_hw_get_profile_list()
7763 ocs_hw_get_active_profile(ocs_hw_t *hw, ocs_get_active_profile_cb_t cb, void* ul_arg) in ocs_hw_get_active_profile()
7860 ocs_hw_get_nvparms(ocs_hw_t *hw, ocs_get_nvparms_cb_t cb, void* ul_arg) in ocs_hw_get_nvparms()
7958 uint8_t *wwnn, uint8_t hard_alpa, uint32_t preferred_d_id, void* ul_arg) in ocs_hw_set_nvparms()
8122 …set_active_profile(ocs_hw_t *hw, ocs_set_active_profile_cb_t cb, uint32_t profile_id, void* ul_arg) in ocs_hw_set_active_profile()