Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/snic/
Dsnic_main.c383 SNIC_ERR("Unable to alloc scsi_host\n"); in snic_probe()
839 SNIC_ERR("Failed to allocate Global Context.\n"); in snic_global_data_init()
854 SNIC_ERR("Trace buffer init failed, SNIC tracing disabled\n"); in snic_global_data_init()
869 SNIC_ERR("Failed to create snic default sgl slab\n"); in snic_global_data_init()
882 SNIC_ERR("Failed to create snic max sgl slab\n"); in snic_global_data_init()
893 SNIC_ERR("Failed to create snic tm req slab\n"); in snic_global_data_init()
903 SNIC_ERR("snic event queue create failed\n"); in snic_global_data_init()
977 SNIC_ERR("Failed to Initialize Global Data.\n"); in snic_init_module()
984 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()
Dsnic.h172 #define SNIC_ERR(fmt, args...) \ macro
179 SNIC_ERR("SNIC BUG(%s)\n", #EXPR); \
187 SNIC_ERR("SNIC BUG(%s) at %s : %d\n", \
Dsnic_ctl.c91 SNIC_ERR("Invalid version string [%s].\n", s); in snic_ver_enc()
Dsnic_disc.c492 SNIC_ERR("snic driver removal in progress ...\n"); in snic_disc_start()