Home
last modified time | relevance | path

Searched refs:HPSA (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/Documentation/scsi/
Dhpsa.txt2 HPSA - Hewlett Packard Smart Array driver
37 HPSA specific entries in /sys
43 HPSA specific host attributes:
81 HPSA specific disk attributes:
99 HPSA specific ioctls:
/linux-4.4.14/drivers/scsi/
Dhpsa.c64 #define HPSA "hpsa" macro
400 dev_warn(&h->pdev->dev, HPSA "device busy"); in check_for_busy()
890 .name = HPSA,
891 .proc_name = HPSA,
7052 strncpy(driver_version, HPSA " " HPSA_DRIVER_VERSION, len - 1); in init_driver_version()
7702 err = pci_request_regions(h->pdev, HPSA); in hpsa_pci_init()
8403 sprintf(h->devname, HPSA "%d", h->scsi_host->host_no); in hpsa_init_one()
8781 .name = HPSA,