Home
last modified time | relevance | path

Searched refs:outg (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/isdn/hardware/eicon/
Ddebug.c1638 if (channel->pInterfaceStat->outg.Calls) { in diva_maint_state_change_notify()
1640 "Outg Calls =%lu", channel->pInterfaceStat->outg.Calls); in diva_maint_state_change_notify()
1642 if (channel->pInterfaceStat->outg.Connected) { in diva_maint_state_change_notify()
1644 "Outg Connected =%lu", channel->pInterfaceStat->outg.Connected); in diva_maint_state_change_notify()
1646 if (channel->pInterfaceStat->outg.User_Busy) { in diva_maint_state_change_notify()
1648 "Outg Busy =%lu", channel->pInterfaceStat->outg.User_Busy); in diva_maint_state_change_notify()
1650 if (channel->pInterfaceStat->outg.No_Answer) { in diva_maint_state_change_notify()
1652 "Outg No Answer =%lu", channel->pInterfaceStat->outg.No_Answer); in diva_maint_state_change_notify()
1654 if (channel->pInterfaceStat->outg.Wrong_Number) { in diva_maint_state_change_notify()
1656 "Outg Wrong Nr =%lu", channel->pInterfaceStat->outg.Wrong_Number); in diva_maint_state_change_notify()
[all …]
Dkst_ifc.h166 diva_outgoing_call_statistics_t outg; member
Dmaintidi.c1493 &pLib->InterfaceStat.outg.Calls; in diva_create_parse_table()
1498 &pLib->InterfaceStat.outg.Connected; in diva_create_parse_table()
1503 &pLib->InterfaceStat.outg.User_Busy; in diva_create_parse_table()
1508 &pLib->InterfaceStat.outg.No_Answer; in diva_create_parse_table()
1513 &pLib->InterfaceStat.outg.Wrong_Number; in diva_create_parse_table()
1518 &pLib->InterfaceStat.outg.Call_Rejected; in diva_create_parse_table()
1523 &pLib->InterfaceStat.outg.Other_Failures; in diva_create_parse_table()