Searched refs:RIO_HOSTS (Results 1 – 4 of 4) sorted by relevance
72 #define RIO_HOSTS 4 /* number of hosts that can be found */ macro75 #define RIO_PORTS (PORTS_PER_HOST * RIO_HOSTS) /* max. no. of ports */90 #define MAX_RTA_BINDINGS (MAX_RUP * RIO_HOSTS)
150 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++ ) {
1006 RIO_HOSTS * HOST_SZ, in rio_init_datastructures()1012 if (!(p->RIOHosts = ckmalloc (RIO_HOSTS * HOST_SZ))) goto free1; in rio_init_datastructures()
318 for ( Host=0; Host<RIO_HOSTS; Host++ ) {457 for ( Host=0; Host<RIO_HOSTS; Host++ ) {