Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/
Dpmcraid.c733 pmcraid_err("no free cmnd block for timeout handler\n"); in pmcraid_timeout_handler()
747 pmcraid_err("cmd is pending but reset in progress\n"); in pmcraid_timeout_handler()
1014 pmcraid_err("IOA Inquiry failed with %x\n", ioasc); in pmcraid_get_fwversion_done()
1167 pmcraid_err("no free command blocks for hcam\n"); in pmcraid_init_hcam()
1453 pmcraid_err("Failed to allocate aen data SKB of size: %x\n", in pmcraid_notify_aen()
1463 pmcraid_err("failed to copy command details\n"); in pmcraid_notify_aen()
1471 pmcraid_err("failed to copy AEN attribute data\n"); in pmcraid_notify_aen()
1591 pmcraid_err("lost CCN, no free cmd for querycfg\n"); in pmcraid_handle_config_change()
1639 pmcraid_err("too many resources attached\n"); in pmcraid_handle_config_change()
1722 pmcraid_err("cmd [%x] for resource %x failed with %x(%s)\n", in pmcraid_ioasc_logger()
[all …]
Dpmcraid.h998 #define pmcraid_err(...) \ macro