Home
last modified time | relevance | path

Searched refs:STL_MAXBRDS (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/include/linux/
Dstallion.h32 #define STL_MAXBRDS 4 macro
37 #define STL_MAXDEVS (STL_MAXBRDS * STL_MAXPORTS)
Distallion.h32 #define STL_MAXBRDS 4 macro
36 #define STL_MAXDEVS (STL_MAXBRDS * STL_MAXPORTS)
/linux-2.4.37.9/drivers/char/
Distallion.c232 static stlibrd_t *stli_brds[STL_MAXBRDS];
4558 for (i = 0; (i < STL_MAXBRDS); i++) { in stli_getbrdnr()
4613 for (i = 0; (i < STL_MAXBRDS); i++) { in stli_findeisabrds()
4620 if (i < STL_MAXBRDS) in stli_findeisabrds()
4673 "maximum supported %d\n", STL_MAXBRDS); in stli_initpcibrd()
4766 if (stli_nrbrds > STL_MAXBRDS) { in stli_initbrds()
4768 "table, truncating to %d\n", STL_MAXBRDS); in stli_initbrds()
4769 stli_nrbrds = STL_MAXBRDS; in stli_initbrds()
4972 if (stli_brdstats.brd >= STL_MAXBRDS) in stli_getbrdstats()
5009 if ((brdnr < 0) || (brdnr >= STL_MAXBRDS)) in stli_getport()
[all …]
Dstallion.c193 static stlbrd_t *stl_brds[STL_MAXBRDS];
2705 for (i = 0; (i < STL_MAXBRDS); i++) { in stl_getbrdnr()
2740 "maximum supported %d\n", STL_MAXBRDS); in stl_initpcibrd()
2842 if (stl_nrbrds > STL_MAXBRDS) { in stl_initbrds()
2844 "truncating to %d\n", STL_MAXBRDS); in stl_initbrds()
2845 stl_nrbrds = STL_MAXBRDS; in stl_initbrds()
2896 if (stl_brdstats.brd >= STL_MAXBRDS) in stl_getbrdstats()
2933 if ((brdnr < 0) || (brdnr >= STL_MAXBRDS)) in stl_getport()
3065 if ((stl_dummybrd.brdnr < 0) || (stl_dummybrd.brdnr >= STL_MAXBRDS)) in stl_getbrdstruct()
3091 if (brdnr >= STL_MAXBRDS) in stl_memioctl()
[all …]