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

/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_mgmt.c2154 ocs_mgmt_get_profile_list_cb(int32_t status, ocs_hw_profile_list_t *list, void *ul_arg) argument
2156 ocs_mgmt_get_profile_list_result_t *result = ul_arg;
2229 ocs_mgmt_get_active_profile_cb(int32_t status, uint32_t active_profile, void *ul_arg) argument
2231 ocs_mgmt_get_active_profile_result_t *result = ul_arg;
2285 ocs_mgmt_set_active_profile_cb(int32_t status, void *ul_arg) argument
2287 ocs_mgmt_get_profile_list_result_t *result = ul_arg;
2349 uint32_t preferred_d_id, void *ul_arg)
2351 ocs_mgmt_get_nvparms_result_t *result = ul_arg;
2501 ocs_mgmt_set_nvparms_cb(int32_t status, void *ul_arg) argument
2503 ocs_mgmt_get_profile_list_result_t *result = ul_arg;
2348 ocs_mgmt_get_nvparms_cb(int32_t status, uint8_t *wwpn, uint8_t *wwnn, uint8_t hard_alpa, uint32_t preferred_d_id, void *ul_arg) argument
[all...]
H A Docs_hw.h468 typedef int32_t (*ocs_hw_done_t)(struct ocs_hw_io_s *, ocs_remote_node_t *, uint32_t len, int32_t status, uint32_t ext, void *ul_arg);
1349 extern ocs_hw_rtn_e ocs_hw_get_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);
H A Docs_hw.c7216 * @param ul_arg An argument that is passed to the callback function.
7227 ocs_get_port_protocol_cb_t cb, void* ul_arg)
7255 cb_arg->arg = ul_arg;
7514 * @param ul_arg An argument that is passed to the callback function.
7525 uint32_t pci_func, ocs_set_port_protocol_cb_t cb, void *ul_arg)
7553 cb_arg->arg = ul_arg;
7650 * @param ul_arg An argument that is passed to the callback
7661 ocs_hw_get_profile_list(ocs_hw_t *hw, ocs_get_profile_list_cb_t cb, void* ul_arg) argument
7689 cb_arg->arg = ul_arg;
7760 * @param ul_arg A
7226 ocs_hw_get_port_protocol(ocs_hw_t *hw, uint32_t pci_func, ocs_get_port_protocol_cb_t cb, void* ul_arg) argument
7524 ocs_hw_set_port_protocol(ocs_hw_t *hw, ocs_hw_port_protocol_e new_protocol, uint32_t pci_func, ocs_set_port_protocol_cb_t cb, void *ul_arg) argument
7771 ocs_hw_get_active_profile(ocs_hw_t *hw, ocs_get_active_profile_cb_t cb, void* ul_arg) argument
7868 ocs_hw_get_nvparms(ocs_hw_t *hw, ocs_get_nvparms_cb_t cb, void* ul_arg) argument
7965 ocs_hw_set_nvparms(ocs_hw_t *hw, ocs_set_nvparms_cb_t cb, uint8_t *wwpn, uint8_t *wwnn, uint8_t hard_alpa, uint32_t preferred_d_id, void* ul_arg) argument
8132 ocs_hw_set_active_profile(ocs_hw_t *hw, ocs_set_active_profile_cb_t cb, uint32_t profile_id, void* ul_arg) argument
[all...]

Completed in 104 milliseconds