Searched refs:ocs_scsi_get_property_ptr (Results 1 – 4 of 4) sorted by relevance
320 extern void *ocs_scsi_get_property_ptr(ocs_t *ocs, ocs_scsi_property_e prop);
2118 wwn = *((uint64_t *)ocs_scsi_get_property_ptr(ocs, OCS_SCSI_WWPN)); in ocs_action()2121 wwn = *((uint64_t *)ocs_scsi_get_property_ptr(ocs, OCS_SCSI_WWNN)); in ocs_action()2242 wwn = *((uint64_t *)ocs_scsi_get_property_ptr(ocs, in ocs_action()2246 wwn = *((uint64_t *)ocs_scsi_get_property_ptr(ocs, in ocs_action()
906 pserial = ocs_scsi_get_property_ptr(ocs, OCS_SCSI_SERIALNUMBER); in get_sn()922 pserial = ocs_scsi_get_property_ptr(ocs, OCS_SCSI_PARTNUMBER); in get_pn()946 phy_port = ocs_scsi_get_property_ptr(ocs, OCS_SCSI_PORTNUM); in get_phy_port_num()
2794 void *ocs_scsi_get_property_ptr(ocs_t *ocs, ocs_scsi_property_e prop) in ocs_scsi_get_property_ptr() function