Searched refs:HiSax_putstatus (Results 1 – 9 of 9) sorted by relevance
/linux-2.4.37.9/drivers/isdn/hisax/ |
D | lmgr.c | 37 HiSax_putstatus(st->l1.hardware, "manager: MDL_ERROR", in hisax_manager()
|
D | callc.c | 1010 HiSax_putstatus(chanp->cs, "Ch", in dchan_l3l4() 1436 HiSax_putstatus(chanp->cs, "Ch", "%d CAPIMSG %s", chanp->chan, tmpbuf); in capi_debug() 1596 HiSax_putstatus(csta, " LOCK ", "modcnt %lx", in HiSax_command() 1604 HiSax_putstatus(csta, " UNLOCK ", "modcnt %lx", in HiSax_command() 1619 HiSax_putstatus(csta, "debugging flags ", in HiSax_command() 1626 HiSax_putstatus(csta, "delay ", "card %d set to %d ms", in HiSax_command() 1642 HiSax_putstatus(csta, "Set LEASED ", in HiSax_command() 1650 HiSax_putstatus(csta, "Card", in HiSax_command() 1673 HiSax_putstatus(csta, "set card ", "in PTP mode"); in HiSax_command() 1681 HiSax_putstatus(csta, "set card ", "in PTMP mode"); in HiSax_command() [all …]
|
D | isdnl3.h | 26 #define l3_debug(st, fmt, args...) HiSax_putstatus(st->l1.hardware, "l3 ", fmt, ## args)
|
D | q931.c | 1192 HiSax_putstatus(cs, NULL, cs->dlog); in LogFrame() 1194 HiSax_putstatus(cs, "LogFrame: ", "warning Frame too big (%d)", size); in LogFrame() 1259 HiSax_putstatus(cs, NULL, cs->dlog); in dlogframe() 1522 HiSax_putstatus(cs, NULL, cs->dlog); in dlogframe()
|
D | config.c | 777 void HiSax_putstatus(struct IsdnCardState *cs, char *head, char *fmt, ...) in HiSax_putstatus() function 2073 HiSax_putstatus(cs, NULL, cs->dlog); in EChannel_proc_rcv() 2075 HiSax_putstatus(cs, "LogEcho: ", in EChannel_proc_rcv()
|
D | isdnl3.c | 223 HiSax_putstatus(st->l1.hardware, "L3", "no D protocol"); in no_l3_proto()
|
D | hisax.h | 1342 void HiSax_putstatus(struct IsdnCardState *cs, char *head, char *fmt, ...);
|
D | hfc_sx.c | 751 HiSax_putstatus(cs, NULL, cs->dlog); in receive_emsg() 753 HiSax_putstatus(cs, "LogEcho: ", "warning Frame too big (%d)", skb->len); in receive_emsg()
|
D | hfc_pci.c | 949 HiSax_putstatus(cs, NULL, cs->dlog); in receive_emsg() 951 HiSax_putstatus(cs, "LogEcho: ", "warning Frame too big (%d)", total - 3); in receive_emsg()
|