Searched refs:HiSax_putstatus (Results 1 - 9 of 9) sorted by relevance
/linux-4.4.14/drivers/isdn/hisax/ |
H A D | isdnl3.h | 26 #define l3_debug(st, fmt, args...) HiSax_putstatus(st->l1.hardware, "l3 ", fmt, ## args)
|
H A D | lmgr.c | 36 HiSax_putstatus(st->l1.hardware, "manager: MDL_ERROR", hisax_manager()
|
H A D | callc.c | 1001 HiSax_putstatus(chanp->cs, "Ch", dchan_l3l4() 1427 HiSax_putstatus(chanp->cs, "Ch", "%d CAPIMSG %s", chanp->chan, tmpbuf); capi_debug() 1594 HiSax_putstatus(csta, "debugging flags ", HiSax_command() 1601 HiSax_putstatus(csta, "delay ", "card %d set to %d ms", HiSax_command() 1609 HiSax_putstatus(csta, "Set LEASED ", HiSax_command() 1617 HiSax_putstatus(csta, "Card", HiSax_command() 1640 HiSax_putstatus(csta, "set card ", "in PTP mode"); HiSax_command() 1648 HiSax_putstatus(csta, "set card ", "in PTMP mode"); HiSax_command() 1659 HiSax_putstatus(csta, "set card ", "in VAR TEI mode"); HiSax_command() 1664 HiSax_putstatus(csta, "set card ", "in FIXED TEI (%d) mode", num); HiSax_command() 1675 HiSax_putstatus(cards[0].cs, "l1 debugging ", HiSax_command() 1684 HiSax_putstatus(cards[0].cs, "l3 debugging ", HiSax_command()
|
H A D | q931.c | 1182 HiSax_putstatus(cs, NULL, cs->dlog); LogFrame() 1184 HiSax_putstatus(cs, "LogFrame: ", "warning Frame too big (%d)", size); LogFrame() 1249 HiSax_putstatus(cs, NULL, cs->dlog); dlogframe() 1512 HiSax_putstatus(cs, NULL, cs->dlog); dlogframe()
|
H A D | config.c | 732 void HiSax_putstatus(struct IsdnCardState *cs, char *head, char *fmt, ...) HiSax_putstatus() function 1899 HiSax_putstatus(cs, NULL, cs->dlog); EChannel_proc_rcv() 1901 HiSax_putstatus(cs, "LogEcho: ", EChannel_proc_rcv()
|
H A D | isdnl3.c | 222 HiSax_putstatus(st->l1.hardware, "L3", "no D protocol"); no_l3_proto()
|
H A D | hfc_sx.c | 677 HiSax_putstatus(cs, NULL, cs->dlog); receive_emsg() 679 HiSax_putstatus(cs, "LogEcho: ", "warning Frame too big (%d)", skb->len); receive_emsg()
|
H A D | hfc_pci.c | 904 HiSax_putstatus(cs, NULL, cs->dlog); receive_emsg() 906 HiSax_putstatus(cs, "LogEcho: ", "warning Frame too big (%d)", total - 3); receive_emsg()
|
H A D | hisax.h | 1291 void HiSax_putstatus(struct IsdnCardState *cs, char *head, char *fmt, ...);
|
Completed in 248 milliseconds