Searched refs:ul_arg (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/ocs_fc/ |
H A D | ocs_mgmt.c | 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() argument 1997 ocs_mgmt_get_profile_list_result_t *result = 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() argument 2071 ocs_mgmt_get_active_profile_result_t *result = 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() argument 2126 ocs_mgmt_get_profile_list_result_t *result = ul_arg; in ocs_mgmt_set_active_profile_cb() 2188 uint32_t preferred_d_id, void *ul_arg) in ocs_mgmt_get_nvparms_cb() argument 2190 ocs_mgmt_get_nvparms_result_t *result = 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() argument 2341 ocs_mgmt_get_profile_list_result_t *result = ul_arg; in ocs_mgmt_set_nvparms_cb()
|
H A D | ocs_hw.h | 464 …ruct ocs_hw_io_s *, ocs_remote_node_t *, uint32_t len, int32_t status, uint32_t ext, void *ul_arg); 1340 …t_port_protocol(ocs_hw_t *hw, uint32_t pci_func, ocs_get_port_protocol_cb_t mgmt_cb, void* ul_arg); 1344 void* ul_arg);
|
H A D | ocs_hw.c | 7221 ocs_get_port_protocol_cb_t cb, void* ul_arg) in ocs_hw_get_port_protocol() argument 7248 cb_arg->arg = 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() argument 7541 cb_arg->arg = 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() argument 7681 cb_arg->arg = 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() argument 7790 cb_arg->arg = 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() argument 7882 cb_arg->arg = ul_arg; in ocs_hw_get_nvparms() [all …]
|