Searched refs:MAX_LCN_NUM (Results 1 – 2 of 2) sorted by relevance
121 #define MAX_LCN_NUM 4095 /* Maximum lcn number */ macro
657 card->u.x.hi_pvc = min_t(unsigned int, conf->u.x25.hi_pvc, MAX_LCN_NUM); in wpx_init()662 card->u.x.hi_svc = min_t(unsigned int, conf->u.x25.hi_svc, MAX_LCN_NUM); in wpx_init()4197 if ((lcn <= MAX_LCN_NUM) && (lcn > 0)){ in find_channel()