Home
last modified time | relevance | path

Searched refs:ocs_hw_property_e (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/ocs_fc/
H A Docs_domain.h45 extern uint64_t ocs_get_wwn(ocs_hw_t *hw, ocs_hw_property_e prop);
H A Docs_hw.h231 } ocs_hw_property_e; typedef
1253 extern ocs_hw_rtn_e ocs_hw_get(ocs_hw_t *, ocs_hw_property_e, uint32_t *);
1254 extern void *ocs_hw_get_ptr(ocs_hw_t *, ocs_hw_property_e);
1255 extern ocs_hw_rtn_e ocs_hw_set(ocs_hw_t *, ocs_hw_property_e, uint32_t);
1256 extern ocs_hw_rtn_e ocs_hw_set_ptr(ocs_hw_t *, ocs_hw_property_e, void*);
H A Docs_domain.c1289 ocs_get_wwn(ocs_hw_t *hw, ocs_hw_property_e prop) in ocs_get_wwn()
H A Docs_hw.c1482 ocs_hw_get(ocs_hw_t *hw, ocs_hw_property_e prop, uint32_t *value) in ocs_hw_get()
1770 ocs_hw_get_ptr(ocs_hw_t *hw, ocs_hw_property_e prop) in ocs_hw_get_ptr()
1810 ocs_hw_set(ocs_hw_t *hw, ocs_hw_property_e prop, uint32_t value) in ocs_hw_set()
2032 ocs_hw_set_ptr(ocs_hw_t *hw, ocs_hw_property_e prop, void *value) in ocs_hw_set_ptr()