Searched refs:ocs_hw_get_ptr (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_scsi.c2805 rc = ocs_hw_get_ptr(&ocs->hw, OCS_HW_WWN_NODE);
2808 rc = ocs_hw_get_ptr(&ocs->hw, OCS_HW_WWN_PORT);
2811 rc = ocs_hw_get_ptr(&ocs->hw, OCS_HW_PORTNUM);
2814 rc = ocs_hw_get_ptr(&ocs->hw, OCS_HW_BIOS_VERSION_STRING);
2828 pvpd = ocs_hw_get_ptr(&ocs->hw, OCS_HW_VPD);
2856 pvpd = ocs_hw_get_ptr(&ocs->hw, OCS_HW_VPD);
H A Docs_ioctl.c833 wwnn = ocs_hw_get_ptr(&ocs->hw, OCS_HW_WWN_NODE);
872 wwpn = ocs_hw_get_ptr(&ocs->hw, OCS_HW_WWN_PORT);
1115 (char *)ocs_hw_get_ptr(&ocs->hw, OCS_HW_FW_REV),
H A Docs_mgmt.c983 ocs_mgmt_emit_string(textbuf, MGMT_MODE_RD, "fw_rev", ocs_hw_get_ptr(&ocs->hw, OCS_HW_FW_REV));
989 ocs_mgmt_emit_string(textbuf, MGMT_MODE_RD, "fw_rev2", ocs_hw_get_ptr(&ocs->hw, OCS_HW_FW_REV2));
995 ocs_mgmt_emit_string(textbuf, MGMT_MODE_RD, "ipl", ocs_hw_get_ptr(&ocs->hw, OCS_HW_IPL));
1032 wwnn = ocs_hw_get_ptr(&ocs->hw, OCS_HW_WWN_NODE);
1042 wwpn = ocs_hw_get_ptr(&ocs->hw, OCS_HW_WWN_PORT);
H A Docs_domain.c1302 uint8_t *p = ocs_hw_get_ptr(hw, prop);
H A Docs_xport.c508 ocs->fw_version = (const char*) ocs_hw_get_ptr(&ocs->hw, OCS_HW_FW_REV);
H A Docs_hw.h1263 extern void *ocs_hw_get_ptr(ocs_hw_t *, ocs_hw_property_e);
H A Docs_hw.c1769 ocs_hw_get_ptr(ocs_hw_t *hw, ocs_hw_property_e prop) function

Completed in 118 milliseconds