Searched refs:scsi_vpd_supported_page (Results 1 – 4 of 4) sorted by relevance
2461 if (!scsi_vpd_supported_page(periph, SVPD_LBP)) { in dastart()2503 if (!scsi_vpd_supported_page(periph, SVPD_BLOCK_LIMITS)) { in dastart()2537 if (!scsi_vpd_supported_page(periph, SVPD_BDC)) { in dastart()2570 if (!scsi_vpd_supported_page(periph, SVPD_ATA_INFORMATION)) { in dastart()
909 if (scsi_vpd_supported_page(periph, SVPD_DEVICE_ID)) in probestart()933 if (scsi_vpd_supported_page(periph, SVPD_EXTENDED_INQUIRY_DATA)) in probestart()969 if (scsi_vpd_supported_page(periph, SVPD_UNIT_SERIAL_NUMBER)) in probestart()
3628 int scsi_vpd_supported_page(struct cam_periph *periph,
8746 scsi_vpd_supported_page(struct cam_periph *periph, uint8_t page_id) in scsi_vpd_supported_page() function