Lines Matching refs:HPSA
61 #define HPSA "hpsa" macro
276 dev_warn(&h->pdev->dev, HPSA "%d: a state change " in check_for_unit_attention()
281 HPSA "%d: LUN failure detected\n", h->ctlr); in check_for_unit_attention()
285 HPSA "%d: report LUN data changed\n", h->ctlr); in check_for_unit_attention()
292 dev_warn(&h->pdev->dev, HPSA "%d: a power on " in check_for_unit_attention()
296 dev_warn(&h->pdev->dev, HPSA "%d: unit attention " in check_for_unit_attention()
300 dev_warn(&h->pdev->dev, HPSA "%d: unknown " in check_for_unit_attention()
313 dev_warn(&h->pdev->dev, HPSA "device busy"); in check_for_busy()
672 .name = HPSA,
673 .proc_name = HPSA,
5685 strncpy(driver_version, HPSA " " HPSA_DRIVER_VERSION, len - 1); in init_driver_version()
6284 err = pci_request_regions(h->pdev, HPSA); in hpsa_pci_init()
6906 sprintf(h->devname, HPSA "%d", number_of_controllers); in hpsa_init_one()
7148 .name = HPSA,