Searched refs:scsi_vpd_inquiry (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/scsi/ |
| H A D | scsi.c | 299 static int scsi_vpd_inquiry(struct scsi_device *sdev, unsigned char *buffer, in scsi_vpd_inquiry() function 356 result = scsi_vpd_inquiry(sdev, vpd, 0, sizeof(vpd)); in scsi_get_vpd_size() 377 result = scsi_vpd_inquiry(sdev, vpd, page, SCSI_VPD_HEADER_SIZE); in scsi_get_vpd_size() 423 result = scsi_vpd_inquiry(sdev, buf, page, vpd_len); in scsi_get_vpd_page() 460 result = scsi_vpd_inquiry(sdev, vpd_buf->data, page, vpd_len); in scsi_get_vpd_buf()
|