Searched refs:VPRINTK (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/drivers/scsi/ |
D | ch.c | 95 #define VPRINTK(level, fmt, arg...) \ macro 268 VPRINTK(KERN_INFO, "device has no volume tag support\n"); in ch_read_element_status() 283 VPRINTK(KERN_INFO, "INITIALIZE ELEMENT STATUS, may take some time ...\n"); in ch_init_elem() 288 VPRINTK(KERN_INFO, "... finished\n"); in ch_init_elem() 331 VPRINTK(KERN_INFO, "type #1 (mt): 0x%x+%d [medium transport]\n", in ch_readconfig() 334 VPRINTK(KERN_INFO, "type #2 (st): 0x%x+%d [storage]\n", in ch_readconfig() 337 VPRINTK(KERN_INFO, "type #3 (ie): 0x%x+%d [import/export]\n", in ch_readconfig() 340 VPRINTK(KERN_INFO, "type #4 (dt): 0x%x+%d [data transfer]\n", in ch_readconfig() 344 VPRINTK(KERN_INFO, "reading element address assignment page failed!\n"); in ch_readconfig() 355 VPRINTK(KERN_INFO, "type #%d (v%d): 0x%x+%d [%s, vendor specific]\n", in ch_readconfig() [all …]
|
/linux-5.19.10/drivers/block/ |
D | sx8.c | 84 #define VPRINTK(fmt, args...) printk(KERN_ERR "%s: " fmt, __func__, ## args) macro 86 #define VPRINTK(fmt, args...) macro 90 #define VPRINTK(fmt, args...) macro 483 VPRINTK("ENTER\n"); in carm_send_msg() 669 VPRINTK("STOPPED QUEUE %p\n", q); in carm_push_q() 694 VPRINTK("STARTED QUEUE %p\n", q); in carm_round_robin() 748 VPRINTK("build msg\n"); in carm_queue_rq() 783 VPRINTK("send msg, tag == %u\n", rq->tag); in carm_queue_rq() 916 VPRINTK("ENTER, handle == 0x%x\n", handle); in carm_handle_resp() 925 VPRINTK("tag == %u\n", msg_idx); in carm_handle_resp() [all …]
|