Home
last modified time | relevance | path

Searched refs:num_of_ch (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/include/linux/
Dwanpipe.h423 u16 num_of_ch; /* Number of channels configured by the user */ member
/linux-2.4.37.9/drivers/net/wan/
Dsdla_x25.c667 card->u.x.num_of_ch = 0; in wpx_init()
669 card->u.x.num_of_ch = (card->u.x.hi_svc - card->u.x.lo_svc) + 1; in wpx_init()
672 card->u.x.num_of_ch += (card->u.x.hi_pvc - card->u.x.lo_pvc) + 1; in wpx_init()
675 if (card->u.x.num_of_ch == 0){ in wpx_init()
1264 if (card->open_cnt == card->u.x.num_of_ch){ in if_open()
2310 if (card->open_cnt != card->u.x.num_of_ch){ in wpx_poll()
5511 if (card->open_cnt != card->u.x.num_of_ch){ in x25_timer_routine()