Searched refs:VPRINTK (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/scsi/ |
D | ch.c | 95 #define VPRINTK(level, fmt, arg...) \ macro 269 VPRINTK(KERN_INFO, "device has no volume tag support\n"); in ch_read_element_status() 284 VPRINTK(KERN_INFO, "INITIALIZE ELEMENT STATUS, may take some time ...\n"); in ch_init_elem() 289 VPRINTK(KERN_INFO, "... finished\n"); in ch_init_elem() 332 VPRINTK(KERN_INFO, "type #1 (mt): 0x%x+%d [medium transport]\n", in ch_readconfig() 335 VPRINTK(KERN_INFO, "type #2 (st): 0x%x+%d [storage]\n", in ch_readconfig() 338 VPRINTK(KERN_INFO, "type #3 (ie): 0x%x+%d [import/export]\n", in ch_readconfig() 341 VPRINTK(KERN_INFO, "type #4 (dt): 0x%x+%d [data transfer]\n", in ch_readconfig() 345 VPRINTK(KERN_INFO, "reading element address assignment page failed!\n"); in ch_readconfig() 356 VPRINTK(KERN_INFO, "type #%d (v%d): 0x%x+%d [%s, vendor specific]\n", in ch_readconfig() [all …]
|