Searched refs:STL_MAXBRDS (Results 1 - 6 of 6) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Distallion.h32 #define STL_MAXBRDS 4 macro
36 #define STL_MAXDEVS (STL_MAXBRDS * STL_MAXPORTS)
H A Dstallion.h32 #define STL_MAXBRDS 4 macro
37 #define STL_MAXDEVS (STL_MAXBRDS * STL_MAXPORTS)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Distallion.h32 #define STL_MAXBRDS 4 macro
36 #define STL_MAXDEVS (STL_MAXBRDS * STL_MAXPORTS)
H A Dstallion.h32 #define STL_MAXBRDS 4 macro
37 #define STL_MAXDEVS (STL_MAXBRDS * STL_MAXPORTS)
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Distallion.c232 static stlibrd_t *stli_brds[STL_MAXBRDS];
4560 for (i = 0; (i < STL_MAXBRDS); i++) {
4567 if (i < STL_MAXBRDS)
4605 for (i = 0; (i < STL_MAXBRDS); i++) {
4640 "maximum supported %d\n", STL_MAXBRDS);
4733 if (stli_nrbrds > STL_MAXBRDS) {
4735 "table, truncating to %d\n", STL_MAXBRDS);
4736 stli_nrbrds = STL_MAXBRDS;
4935 if (stli_brdstats.brd >= STL_MAXBRDS)
4972 if ((brdnr < 0) || (brdnr >= STL_MAXBRDS))
[all...]
H A Dstallion.c193 static stlbrd_t *stl_brds[STL_MAXBRDS];
2707 for (i = 0; (i < STL_MAXBRDS); i++) {
2742 "maximum supported %d\n", STL_MAXBRDS);
2844 if (stl_nrbrds > STL_MAXBRDS) {
2846 "truncating to %d\n", STL_MAXBRDS);
2847 stl_nrbrds = STL_MAXBRDS;
2898 if (stl_brdstats.brd >= STL_MAXBRDS)
2935 if ((brdnr < 0) || (brdnr >= STL_MAXBRDS))
3067 if ((stl_dummybrd.brdnr < 0) || (stl_dummybrd.brdnr >= STL_MAXBRDS))
3093 if (brdnr >= STL_MAXBRDS)
[all...]

Completed in 92 milliseconds