Searched refs:dlog (Results 1 – 11 of 11) sorted by relevance
/drivers/scsi/ |
D | mesh.c | 212 static void dlog(struct mesh_state *ms, char *fmt, int a) in dlog() function 290 static inline void dlog(struct mesh_state *ms, char *fmt, int a) in dlog() function 440 dlog(ms, "start cmd=%x", (int) cmd); in mesh_start_cmd() 444 dlog(ms, "about to arb, intr/exc/err/fc=%.8x", in mesh_start_cmd() 456 dlog(ms, "busy b4 arb, intr/exc/err/fc=%.8x", in mesh_start_cmd() 463 dlog(ms, "intr b4 arb, intr/exc/err/fc=%.8x", in mesh_start_cmd() 501 dlog(ms, "intr after disresel, intr/exc/err/fc=%.8x", in mesh_start_cmd() 507 dlog(ms, "after intr after disresel, intr/exc/err/fc=%.8x", in mesh_start_cmd() 519 dlog(ms, "after arb, intr/exc/err/fc=%.8x", in mesh_start_cmd() 524 dlog(ms, "resel? after arb, intr/exc/err/fc=%.8x", in mesh_start_cmd() [all …]
|
/drivers/isdn/hisax/ |
D | q931.c | 1172 dp = cs->dlog; in LogFrame() 1182 HiSax_putstatus(cs, NULL, cs->dlog); in LogFrame() 1200 dp = cs->dlog; in dlogframe() 1249 HiSax_putstatus(cs, NULL, cs->dlog); in dlogframe() 1512 HiSax_putstatus(cs, NULL, cs->dlog); in dlogframe()
|
D | amd7930_fn.c | 313 char *t = cs->dlog; in Amd7930_empty_Dfifo() 317 debugl1(cs, "%s", cs->dlog); in Amd7930_empty_Dfifo() 405 char *t = cs->dlog; in Amd7930_fill_Dfifo() 409 debugl1(cs, "%s", cs->dlog); in Amd7930_fill_Dfifo()
|
D | icc.c | 133 char *t = cs->dlog; in icc_empty_fifo() 137 debugl1(cs, "%s", cs->dlog); in icc_empty_fifo() 175 char *t = cs->dlog; in icc_fill_fifo() 179 debugl1(cs, "%s", cs->dlog); in icc_fill_fifo()
|
D | isac.c | 136 char *t = cs->dlog; in isac_empty_fifo() 140 debugl1(cs, "%s", cs->dlog); in isac_empty_fifo() 178 char *t = cs->dlog; in isac_fill_fifo() 182 debugl1(cs, "%s", cs->dlog); in isac_fill_fifo()
|
D | ipacx.c | 259 char *t = cs->dlog; in dch_empty_fifo() 263 debugl1(cs, "%s", cs->dlog); in dch_empty_fifo() 306 char *t = cs->dlog; in dch_fill_fifo() 310 debugl1(cs, "%s", cs->dlog); in dch_fill_fifo()
|
D | config.c | 773 kfree(cs->dlog); in ll_unload() 774 cs->dlog = NULL; in ll_unload() 1062 if (!(cs->dlog = kmalloc(MAX_DLOG_SPACE, GFP_ATOMIC))) { in hisax_cs_new() 1113 kfree(cs->dlog); in hisax_cs_new() 1888 ptr = cs->dlog; in EChannel_proc_rcv() 1899 HiSax_putstatus(cs, NULL, cs->dlog); in EChannel_proc_rcv()
|
D | w6692.c | 153 char *t = cs->dlog; in W6692_empty_fifo() 157 debugl1(cs, "%s", cs->dlog); in W6692_empty_fifo() 195 char *t = cs->dlog; in W6692_fill_fifo() 199 debugl1(cs, "%s", cs->dlog); in W6692_fill_fifo()
|
D | hfc_sx.c | 666 ptr = cs->dlog; in receive_emsg() 677 HiSax_putstatus(cs, NULL, cs->dlog); in receive_emsg()
|
D | hisax.h | 945 char *dlog; member
|
D | hfc_pci.c | 893 ptr = cs->dlog; in receive_emsg() 904 HiSax_putstatus(cs, NULL, cs->dlog); in receive_emsg()
|