Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/scsi/snic/
Dsnic_main.c368 SNIC_ERR("Unable to alloc scsi_host\n"); in snic_probe()
824 SNIC_ERR("Failed to allocate Global Context.\n"); in snic_global_data_init()
839 SNIC_ERR("Trace buffer init failed, SNIC tracing disabled\n"); in snic_global_data_init()
854 SNIC_ERR("Failed to create snic default sgl slab\n"); in snic_global_data_init()
867 SNIC_ERR("Failed to create snic max sgl slab\n"); in snic_global_data_init()
878 SNIC_ERR("Failed to create snic tm req slab\n"); in snic_global_data_init()
889 SNIC_ERR("snic event queue create failed\n"); in snic_global_data_init()
963 SNIC_ERR("Failed to Initialize Global Data.\n"); in snic_init_module()
970 SNIC_ERR("PCI driver register error\n"); in snic_init_module()
Dsnic_trc.c117 SNIC_ERR("Failed to Allocate Trace Buffer Size. %d\n", tbuf_sz); in snic_trc_init()
118 SNIC_ERR("Trace Facility not enabled.\n"); in snic_trc_init()
Dsnic.h158 #define SNIC_ERR(fmt, args...) \ macro
165 SNIC_ERR("SNIC BUG(%s)\n", #EXPR); \
173 SNIC_ERR("SNIC BUG(%s) at %s : %d\n", \
Dsnic_ctl.c77 SNIC_ERR("Invalid version string [%s].\n", s); in snic_ver_enc()
Dsnic_disc.c481 SNIC_ERR("snic driver removal in progress ...\n"); in snic_disc_start()