Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/ocs_fc/
Docs_mgmt.c2015 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() argument
2017 ocs_mgmt_get_profile_list_result_t *result = ul_arg; in ocs_mgmt_get_profile_list_cb()
2090 ocs_mgmt_get_active_profile_cb(int32_t status, uint32_t active_profile, void *ul_arg) in ocs_mgmt_get_active_profile_cb() argument
2092 ocs_mgmt_get_active_profile_result_t *result = ul_arg; in ocs_mgmt_get_active_profile_cb()
2146 ocs_mgmt_set_active_profile_cb(int32_t status, void *ul_arg) in ocs_mgmt_set_active_profile_cb() argument
2148 ocs_mgmt_get_profile_list_result_t *result = ul_arg; in ocs_mgmt_set_active_profile_cb()
2210 uint32_t preferred_d_id, void *ul_arg) in ocs_mgmt_get_nvparms_cb() argument
2212 ocs_mgmt_get_nvparms_result_t *result = ul_arg; in ocs_mgmt_get_nvparms_cb()
2362 ocs_mgmt_set_nvparms_cb(int32_t status, void *ul_arg) in ocs_mgmt_set_nvparms_cb() argument
2364 ocs_mgmt_get_profile_list_result_t *result = ul_arg; in ocs_mgmt_set_nvparms_cb()
Docs_hw.h468 …ruct ocs_hw_io_s *, ocs_remote_node_t *, uint32_t len, int32_t status, uint32_t ext, void *ul_arg);
1349 …t_port_protocol(ocs_hw_t *hw, uint32_t pci_func, ocs_get_port_protocol_cb_t mgmt_cb, void* ul_arg);
1353 void* ul_arg);
Docs_hw.c7231 ocs_get_port_protocol_cb_t cb, void* ul_arg) in ocs_hw_get_port_protocol() argument
7259 cb_arg->arg = ul_arg; in ocs_hw_get_port_protocol()
7529 uint32_t pci_func, ocs_set_port_protocol_cb_t cb, void *ul_arg) in ocs_hw_set_port_protocol() argument
7557 cb_arg->arg = ul_arg; in ocs_hw_set_port_protocol()
7670 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() argument
7698 cb_arg->arg = ul_arg; in ocs_hw_get_profile_list()
7780 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() argument
7807 cb_arg->arg = ul_arg; in ocs_hw_get_active_profile()
7877 ocs_hw_get_nvparms(ocs_hw_t *hw, ocs_get_nvparms_cb_t cb, void* ul_arg) in ocs_hw_get_nvparms() argument
7899 cb_arg->arg = ul_arg; in ocs_hw_get_nvparms()
[all …]