Searched refs:HiSax_putstatus (Results 1 – 9 of 9) sorted by relevance
/linux-4.19.296/drivers/isdn/hisax/ |
D | lmgr.c | 36 HiSax_putstatus(st->l1.hardware, "manager: MDL_ERROR", in hisax_manager()
|
D | isdnl3.h | 26 #define l3_debug(st, fmt, args...) HiSax_putstatus(st->l1.hardware, "l3 ", fmt, ## args)
|
D | callc.c | 1001 HiSax_putstatus(chanp->cs, "Ch", in dchan_l3l4() 1428 HiSax_putstatus(chanp->cs, "Ch", "%d CAPIMSG %s", chanp->chan, tmpbuf); in capi_debug() 1595 HiSax_putstatus(csta, "debugging flags ", in HiSax_command() 1602 HiSax_putstatus(csta, "delay ", "card %d set to %d ms", in HiSax_command() 1610 HiSax_putstatus(csta, "Set LEASED ", in HiSax_command() 1618 HiSax_putstatus(csta, "Card", in HiSax_command() 1641 HiSax_putstatus(csta, "set card ", "in PTP mode"); in HiSax_command() 1649 HiSax_putstatus(csta, "set card ", "in PTMP mode"); in HiSax_command() 1660 HiSax_putstatus(csta, "set card ", "in VAR TEI mode"); in HiSax_command() 1665 HiSax_putstatus(csta, "set card ", "in FIXED TEI (%d) mode", num); in HiSax_command() [all …]
|
D | q931.c | 1182 HiSax_putstatus(cs, NULL, cs->dlog); in LogFrame() 1184 HiSax_putstatus(cs, "LogFrame: ", "warning Frame too big (%d)", size); in LogFrame() 1249 HiSax_putstatus(cs, NULL, cs->dlog); in dlogframe() 1512 HiSax_putstatus(cs, NULL, cs->dlog); in dlogframe()
|
D | config.c | 732 void HiSax_putstatus(struct IsdnCardState *cs, char *head, const char *fmt, ...) in HiSax_putstatus() function 1900 HiSax_putstatus(cs, NULL, cs->dlog); in EChannel_proc_rcv() 1902 HiSax_putstatus(cs, "LogEcho: ", in EChannel_proc_rcv()
|
D | isdnl3.c | 220 HiSax_putstatus(st->l1.hardware, "L3", "no D protocol"); in no_l3_proto()
|
D | hisax.h | 1291 void HiSax_putstatus(struct IsdnCardState *cs, char *head, const char *fmt, ...);
|
D | hfc_sx.c | 678 HiSax_putstatus(cs, NULL, cs->dlog); in receive_emsg() 680 HiSax_putstatus(cs, "LogEcho: ", "warning Frame too big (%d)", skb->len); in receive_emsg()
|
D | hfc_pci.c | 905 HiSax_putstatus(cs, NULL, cs->dlog); in receive_emsg() 907 HiSax_putstatus(cs, "LogEcho: ", "warning Frame too big (%d)", total - 3); in receive_emsg()
|