Searched refs:MAX_LEC_ITF (Results 1 - 5 of 5) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Datmlec.h22 #define MAX_LEC_ITF 48 macro
24 /* From the total of MAX_LEC_ITF, last NUM_TR_DEVS are reserved for Token Ring.
25 * E.g. if MAX_LEC_ITF = 48 and NUM_TR_DEVS = 8, then lec0-lec39 are for
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Datmlec.h22 #define MAX_LEC_ITF 48 macro
24 /* From the total of MAX_LEC_ITF, last NUM_TR_DEVS are reserved for Token Ring.
25 * E.g. if MAX_LEC_ITF = 48 and NUM_TR_DEVS = 8, then lec0-lec39 are for
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/atm/
H A Dlec.c89 static struct net_device *dev_lec[MAX_LEC_ITF];
730 if (ioc_data.dev_num < 0 || ioc_data.dev_num >= MAX_LEC_ITF ||
743 if (arg <0 || arg >= MAX_LEC_ITF || !dev_lec[arg])
761 if (arg >= MAX_LEC_ITF)
764 if (arg >= (MAX_LEC_ITF-NUM_TR_DEVS))
771 if (i >= (MAX_LEC_ITF - NUM_TR_DEVS))
853 for (i = 0; i < MAX_LEC_ITF; i++) {
H A Dproc.c447 for(d=0;d<MAX_LEC_ITF;d++) {
H A Dmpc.c572 if (ioc_data.dev_num < 0 || ioc_data.dev_num >= MAX_LEC_ITF)

Completed in 92 milliseconds