ocs_hw_property_e
ocs_get_wwn(ocs_hw_t *hw, ocs_hw_property_e prop)
extern uint64_t ocs_get_wwn(ocs_hw_t *hw, ocs_hw_property_e prop);
ocs_hw_get(ocs_hw_t *hw, ocs_hw_property_e prop, uint32_t *value)
ocs_hw_get_ptr(ocs_hw_t *hw, ocs_hw_property_e prop)
ocs_hw_set(ocs_hw_t *hw, ocs_hw_property_e prop, uint32_t value)
ocs_hw_set_ptr(ocs_hw_t *hw, ocs_hw_property_e prop, void *value)
extern ocs_hw_rtn_e ocs_hw_get(ocs_hw_t *, ocs_hw_property_e, uint32_t *);
extern void *ocs_hw_get_ptr(ocs_hw_t *, ocs_hw_property_e);
extern ocs_hw_rtn_e ocs_hw_set(ocs_hw_t *, ocs_hw_property_e, uint32_t);
extern ocs_hw_rtn_e ocs_hw_set_ptr(ocs_hw_t *, ocs_hw_property_e, void*);