Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/snic/
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_main.c377 SNIC_ERR("Unable to alloc scsi_host\n"); in snic_probe()
856 SNIC_ERR("Failed to allocate Global Context.\n"); in snic_global_data_init()
867 SNIC_ERR("Failed to create sysfs dir for tracing and stats.\n"); in snic_global_data_init()
876 SNIC_ERR("Trace buffer init failed, SNIC tracing disabled\n"); in snic_global_data_init()
891 SNIC_ERR("Failed to create snic default sgl slab\n"); in snic_global_data_init()
904 SNIC_ERR("Failed to create snic max sgl slab\n"); in snic_global_data_init()
915 SNIC_ERR("Failed to create snic tm req slab\n"); in snic_global_data_init()
925 SNIC_ERR("snic event queue create failed\n"); in snic_global_data_init()
999 SNIC_ERR("Failed to Initialize Global Data.\n"); in snic_init_module()
1006 SNIC_ERR("PCI driver register error\n"); in snic_init_module()
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()