Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/char/rio/
Drio.h72 #define RIO_HOSTS 4 /* number of hosts that can be found */ macro
75 #define RIO_PORTS (PORTS_PER_HOST * RIO_HOSTS) /* max. no. of ports */
90 #define MAX_RTA_BINDINGS (MAX_RUP * RIO_HOSTS)
Drioinit.c150 if ( p->RIONumHosts >= RIO_HOSTS )
408 if ( RIONumHosts >= RIO_HOSTS )
603 if ( RIONumHosts >= RIO_HOSTS )
1397 p->RIOHosts = (struct Host *)sysbrk(RIO_HOSTS * sizeof(struct Host));
1403 bzero(p->RIOHosts, sizeof(struct Host)*RIO_HOSTS);
1408 for( host=0; host<RIO_HOSTS; host++ ) {
1433 for ( host=0; host<RIO_HOSTS; host++ ) {
Drio_linux.c1006 RIO_HOSTS * HOST_SZ, in rio_init_datastructures()
1012 if (!(p->RIOHosts = ckmalloc (RIO_HOSTS * HOST_SZ))) goto free1; in rio_init_datastructures()
Driotable.c318 for ( Host=0; Host<RIO_HOSTS; Host++ ) {
457 for ( Host=0; Host<RIO_HOSTS; Host++ ) {