Searched refs:ocs_hw_get_nvparms (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/ocs_fc/ |
H A D | ocs_mgmt.c | 2220 if(ocs_hw_get_nvparms(&ocs->hw, ocs_mgmt_get_nvparms_cb, &result) == OCS_HW_RTN_SUCCESS) { in get_nv_wwpn() 2258 if(ocs_hw_get_nvparms(&ocs->hw, ocs_mgmt_get_nvparms_cb, &result) == OCS_HW_RTN_SUCCESS) { in get_nv_wwnn() 2377 rc = ocs_hw_get_nvparms(&ocs->hw, ocs_mgmt_get_nvparms_cb, &result); in set_nv_wwn()
|
H A D | ocs_hw.h | 1355 extern ocs_hw_rtn_e ocs_hw_get_nvparms(ocs_hw_t *hw, ocs_get_nvparms_cb_t mgmt_cb, void *arg);
|
H A D | ocs_hw.c | 7860 ocs_hw_get_nvparms(ocs_hw_t *hw, ocs_get_nvparms_cb_t cb, void* ul_arg) in ocs_hw_get_nvparms() function
|