Searched refs:swim3_dbg (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/block/ |
D | swim3.c | 216 #define swim3_dbg(fmt, arg...) dev_dbg(&fs->mdev->ofdev.dev, "[fd%d] " fmt, fs->index, arg) macro 218 #define swim3_dbg(fmt, arg...) do { } while(0) macro 265 swim3_dbg(" end request, err=%d nr_bytes=%d, cur_req=%p\n", in swim3_end_request() 317 swim3_dbg("start request, initial state=%d\n", fs->state); in start_request() 325 swim3_dbg("start request, idle loop, cur_req=%p\n", fs->cur_req); in start_request() 328 swim3_dbg(" fetched request %p\n", fs->cur_req); in start_request() 336 swim3_dbg("%s", " media bay absent, dropping req\n"); in start_request() 342 swim3_dbg("do_fd_req: dev=%s cmd=%d sec=%ld nr_sec=%u buf=%p\n", in start_request() 346 swim3_dbg(" errors=%d current_nr_sectors=%u\n", in start_request() 351 swim3_dbg(" pos out of bounds (%ld, max is %ld)\n", in start_request() [all …]
|