Searched refs:VPD_PAGE (Results 1 – 1 of 1) sorted by relevance
/drivers/scsi/ |
D | hpsa.c | 211 #define VPD_PAGE (1 << 8) macro 2215 rc = hpsa_scsi_do_inquiry(h, scsi3addr, VPD_PAGE | 0xC1, buf, 64); in hpsa_get_raid_level() 2356 VPD_PAGE | HPSA_VPD_SUPPORTED_PAGES, in hpsa_vpd_page_supported() 2368 VPD_PAGE | HPSA_VPD_SUPPORTED_PAGES, in hpsa_vpd_page_supported() 2401 VPD_PAGE | HPSA_VPD_LV_IOACCEL_STATUS, buf, 64); in hpsa_get_ioaccel_status() 2434 rc = hpsa_scsi_do_inquiry(h, scsi3addr, VPD_PAGE | 0x83, buf, 64); in hpsa_get_device_id() 2523 rc = hpsa_scsi_do_inquiry(h, scsi3addr, VPD_PAGE | HPSA_VPD_LV_STATUS, in hpsa_get_volume_status() 2530 rc = hpsa_scsi_do_inquiry(h, scsi3addr, VPD_PAGE | HPSA_VPD_LV_STATUS, in hpsa_get_volume_status() 5289 if (page_code & VPD_PAGE) { in fill_cmd()
|