Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dcyclomx.h59 u32 hi_pvc; member
Dwanrouter.h117 unsigned hi_pvc; /* highest permanent circuit number */ member
/linux-3.4.99/drivers/net/wan/
Dcycx_x25.c288 if (conf->u.x25.hi_pvc) { in cycx_x25_wan_init()
289 card->u.x.hi_pvc = min_t(unsigned int, conf->u.x25.hi_pvc, 4095); in cycx_x25_wan_init()
290 card->u.x.lo_pvc = min_t(unsigned int, conf->u.x25.lo_pvc, card->u.x.hi_pvc); in cycx_x25_wan_init()
301 cfg.npvc = card->u.x.hi_pvc - card->u.x.lo_pvc + 1; in cycx_x25_wan_init()
430 if (lcn >= card->u.x.lo_pvc && lcn <= card->u.x.hi_pvc) in cycx_wan_new_if()