Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Dpmcraid.c728 pmcraid_err("no free cmnd block for timeout handler\n"); in pmcraid_timeout_handler()
742 pmcraid_err("cmd is pending but reset in progress\n"); in pmcraid_timeout_handler()
1007 pmcraid_err("IOA Inquiry failed with %x\n", ioasc); in pmcraid_get_fwversion_done()
1160 pmcraid_err("no free command blocks for hcam\n"); in pmcraid_init_hcam()
1442 pmcraid_err("Failed to allocate aen data SKB of size: %x\n", in pmcraid_notify_aen()
1452 pmcraid_err("failed to copy command details\n"); in pmcraid_notify_aen()
1460 pmcraid_err("failed to copy AEN attribute data\n"); in pmcraid_notify_aen()
1580 pmcraid_err("lost CCN, no free cmd for querycfg\n"); in pmcraid_handle_config_change()
1623 pmcraid_err("too many resources attached\n"); in pmcraid_handle_config_change()
1706 pmcraid_err("cmd [%x] for resource %x failed with %x(%s)\n", in pmcraid_ioasc_logger()
[all …]
Dpmcraid.h996 #define pmcraid_err(...) \ macro