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

/freebsd-13-stable/sys/dev/ocs_fc/
H A Docs_scsi.c2799 rc = ocs_hw_get_ptr(&ocs->hw, OCS_HW_WWN_NODE);
2802 rc = ocs_hw_get_ptr(&ocs->hw, OCS_HW_WWN_PORT);
2805 rc = ocs_hw_get_ptr(&ocs->hw, OCS_HW_PORTNUM);
2808 rc = ocs_hw_get_ptr(&ocs->hw, OCS_HW_BIOS_VERSION_STRING);
2822 pvpd = ocs_hw_get_ptr(&ocs->hw, OCS_HW_VPD);
2850 pvpd = ocs_hw_get_ptr(&ocs->hw, OCS_HW_VPD);
H A Docs_ioctl.c824 wwnn = ocs_hw_get_ptr(&ocs->hw, OCS_HW_WWN_NODE);
862 wwpn = ocs_hw_get_ptr(&ocs->hw, OCS_HW_WWN_PORT);
1103 (char *)ocs_hw_get_ptr(&ocs->hw, OCS_HW_FW_REV),
H A Docs_mgmt.c956 ocs_mgmt_emit_string(textbuf, MGMT_MODE_RD, "fw_rev", ocs_hw_get_ptr(&ocs->hw, OCS_HW_FW_REV));
962 ocs_mgmt_emit_string(textbuf, MGMT_MODE_RD, "fw_rev2", ocs_hw_get_ptr(&ocs->hw, OCS_HW_FW_REV2));
968 ocs_mgmt_emit_string(textbuf, MGMT_MODE_RD, "ipl", ocs_hw_get_ptr(&ocs->hw, OCS_HW_IPL));
1005 wwnn = ocs_hw_get_ptr(&ocs->hw, OCS_HW_WWN_NODE);
1015 wwpn = ocs_hw_get_ptr(&ocs->hw, OCS_HW_WWN_PORT);
H A Docs_domain.c1293 uint8_t *p = ocs_hw_get_ptr(hw, prop);
H A Docs_xport.c504 ocs->fw_version = (const char*) ocs_hw_get_ptr(&ocs->hw, OCS_HW_FW_REV);
H A Docs_hw.h1256 extern void *ocs_hw_get_ptr(ocs_hw_t *, ocs_hw_property_e);
H A Docs_hw.c1757 ocs_hw_get_ptr(ocs_hw_t *hw, ocs_hw_property_e prop) function

Completed in 201 milliseconds