Searched refs:ocs_hw_get_ptr (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12-stable/sys/dev/ocs_fc/ |
| D | ocs_scsi.c | 2816 rc = ocs_hw_get_ptr(&ocs->hw, OCS_HW_WWN_NODE); in ocs_scsi_get_property_ptr() 2819 rc = ocs_hw_get_ptr(&ocs->hw, OCS_HW_WWN_PORT); in ocs_scsi_get_property_ptr() 2822 rc = ocs_hw_get_ptr(&ocs->hw, OCS_HW_PORTNUM); in ocs_scsi_get_property_ptr() 2825 rc = ocs_hw_get_ptr(&ocs->hw, OCS_HW_BIOS_VERSION_STRING); in ocs_scsi_get_property_ptr() 2838 pvpd = ocs_hw_get_ptr(&ocs->hw, OCS_HW_VPD); in ocs_scsi_get_property_ptr() 2866 pvpd = ocs_hw_get_ptr(&ocs->hw, OCS_HW_VPD); in ocs_scsi_get_property_ptr()
|
| D | ocs_ioctl.c | 823 wwnn = ocs_hw_get_ptr(&ocs->hw, OCS_HW_WWN_NODE); in ocs_sysctl_wwnn() 862 wwpn = ocs_hw_get_ptr(&ocs->hw, OCS_HW_WWN_PORT); in ocs_sysctl_wwpn() 1105 (char *)ocs_hw_get_ptr(&ocs->hw, OCS_HW_FW_REV), in ocs_sysctl_init()
|
| D | ocs_mgmt.c | 839 ocs_mgmt_emit_string(textbuf, MGMT_MODE_RD, "fw_rev", ocs_hw_get_ptr(&ocs->hw, OCS_HW_FW_REV)); in get_fw_rev() 845 ocs_mgmt_emit_string(textbuf, MGMT_MODE_RD, "fw_rev2", ocs_hw_get_ptr(&ocs->hw, OCS_HW_FW_REV2)); in get_fw_rev2() 851 ocs_mgmt_emit_string(textbuf, MGMT_MODE_RD, "ipl", ocs_hw_get_ptr(&ocs->hw, OCS_HW_IPL)); in get_ipl() 888 wwnn = ocs_hw_get_ptr(&ocs->hw, OCS_HW_WWN_NODE); in get_wwnn() 898 wwpn = ocs_hw_get_ptr(&ocs->hw, OCS_HW_WWN_PORT); in get_wwpn()
|
| D | ocs_xport.c | 545 ocs->fw_version = (const char*) ocs_hw_get_ptr(&ocs->hw, OCS_HW_FW_REV); in ocs_xport_initialize()
|
| D | ocs_domain.c | 1302 uint8_t *p = ocs_hw_get_ptr(hw, prop); in ocs_get_wwn()
|
| D | ocs_hw.h | 1263 extern void *ocs_hw_get_ptr(ocs_hw_t *, ocs_hw_property_e);
|
| D | ocs_hw.c | 1772 ocs_hw_get_ptr(ocs_hw_t *hw, ocs_hw_property_e prop) in ocs_hw_get_ptr() function
|