Home
last modified time | relevance | path

Searched refs:SNIC_ERR (Results 1 – 5 of 5) sorted by relevance

/drivers/scsi/snic/
Dsnic_main.c377 SNIC_ERR("Unable to alloc scsi_host\n"); in snic_probe()
859 SNIC_ERR("Failed to allocate Global Context.\n"); in snic_global_data_init()
870 SNIC_ERR("Failed to create sysfs dir for tracing and stats.\n"); in snic_global_data_init()
879 SNIC_ERR("Trace buffer init failed, SNIC tracing disabled\n"); in snic_global_data_init()
894 SNIC_ERR("Failed to create snic default sgl slab\n"); in snic_global_data_init()
907 SNIC_ERR("Failed to create snic max sgl slab\n"); in snic_global_data_init()
918 SNIC_ERR("Failed to create snic tm req slab\n"); in snic_global_data_init()
928 SNIC_ERR("snic event queue create failed\n"); in snic_global_data_init()
1002 SNIC_ERR("Failed to Initialize Global Data.\n"); in snic_init_module()
1009 SNIC_ERR("PCI driver register error\n"); in snic_init_module()
Dsnic_trc.c131 SNIC_ERR("Failed to Allocate Trace Buffer Size. %d\n", tbuf_sz); in snic_trc_init()
132 SNIC_ERR("Trace Facility not enabled.\n"); in snic_trc_init()
144 SNIC_ERR("Failed to create Debugfs Files.\n"); in snic_trc_init()
Dsnic.h170 #define SNIC_ERR(fmt, args...) \ macro
177 SNIC_ERR("SNIC BUG(%s)\n", #EXPR); \
185 SNIC_ERR("SNIC BUG(%s) at %s : %d\n", \
Dsnic_debugfs.c515 SNIC_ERR("Debugfs root directory for snic doesn't exist.\n"); in snic_trc_debugfs_init()
526 SNIC_ERR("Can't create trace_enable file.\n"); in snic_trc_debugfs_init()
539 SNIC_ERR("Cann't create trace file.\n"); in snic_trc_debugfs_init()
Dsnic_ctl.c93 SNIC_ERR("Invalid version string [%s].\n", s); in snic_ver_enc()