Searched refs:FLCNFW_PRINTK (Results 1 – 1 of 1) sorted by relevance
/linux-6.6.21/drivers/gpu/drm/nouveau/include/nvkm/core/ |
D | falcon.h | 161 #define FLCNFW_PRINTK(f,l,p,fmt,a...) FLCN_PRINTK((f)->falcon, l, p, "%s: "fmt, (f)->fw.name, ##a) macro 162 #define FLCNFW_DBG(f,fmt,a...) FLCNFW_PRINTK((f), DEBUG, info, fmt"\n", ##a) 163 #define FLCNFW_ERR(f,fmt,a...) FLCNFW_PRINTK((f), ERROR, err, fmt"\n", ##a)
|