Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/scsi/
H A Dhpsa.rst4 HPSA - Hewlett Packard Smart Array driver
39 HPSA specific entries in /sys
45 HPSA specific host attributes
85 HPSA specific disk attributes
105 HPSA specific ioctls
/openbmc/linux/drivers/scsi/
H A Dhpsa.c65 #define HPSA "hpsa" macro
433 dev_warn(&h->pdev->dev, HPSA "device busy"); in check_for_busy()
972 .name = HPSA,
973 .proc_name = HPSA,
7240 strncpy(driver_version, HPSA " " HPSA_DRIVER_VERSION, len - 1); in init_driver_version()
7889 err = pci_request_regions(h->pdev, HPSA); in hpsa_pci_init()
8734 sprintf(h->devname, HPSA "%d", h->scsi_host->host_no); in hpsa_init_one()
9130 .name = HPSA,