Searched refs:lo_pvc (Results 1 – 3 of 3) sorted by relevance
58 u32 lo_pvc; member
116 unsigned lo_pvc; /* lowest permanent circuit number */ member
288 card->u.x.lo_pvc = min_t(unsigned int, conf->u.x25.lo_pvc, card->u.x.hi_pvc); in cycx_x25_wan_init()296 if (card->u.x.lo_pvc == 255) in cycx_x25_wan_init()299 cfg.npvc = card->u.x.hi_pvc - card->u.x.lo_pvc + 1; in cycx_x25_wan_init()429 if (lcn >= card->u.x.lo_pvc && lcn <= card->u.x.hi_pvc) in cycx_wan_new_if()