Searched refs:hupflags (Results 1 – 2 of 2) sorted by relevance
346 if (l->hupflags & ISDN_MANCHARGE && in isdn_net_autohup()347 l->hupflags & ISDN_CHARGEHUP) { in isdn_net_autohup()351 if (l->outgoing || l->hupflags & ISDN_INHUP) in isdn_net_autohup()354 if (l->hupflags & ISDN_CHARGEHUP) { in isdn_net_autohup()355 if (l->hupflags & ISDN_WAITCHARGE) { in isdn_net_autohup()357 p->dev->name, l->hupflags); in isdn_net_autohup()367 } else if (l->hupflags & ISDN_INHUP) in isdn_net_autohup()533 if (lp->hupflags & ISDN_HAVECHARGE) { in isdn_net_stat_callback()534 lp->hupflags &= ~ISDN_WAITCHARGE; in isdn_net_stat_callback()537 if (lp->hupflags & ISDN_WAITCHARGE) in isdn_net_stat_callback()[all …]
192 int hupflags; /* Flags for charge-unit-hangup: */ member