Searched refs:RIO_HOSTS (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/rio/
H A Drio.h40 #define RIO_HOSTS 4 /* number of hosts that can be found */ macro
43 #define RIO_PORTS (PORTS_PER_HOST * RIO_HOSTS) /* max. no. of ports */
58 #define MAX_RTA_BINDINGS (MAX_RUP * RIO_HOSTS)
H A Drio_linux.c819 rio_dprintk(RIO_DEBUG_INIT, "getting : %Zd %Zd %Zd %Zd %Zd bytes\n", RI_SZ, RIO_HOSTS * HOST_SZ, RIO_PORTS * PORT_SZ, RIO_PORTS * TMIO_SZ, RIO_PORTS * TMIO_SZ);
823 if (!(p->RIOHosts = kzalloc(RIO_HOSTS * HOST_SZ, GFP_KERNEL)))
H A Driotable.c287 for (Host = 0; Host < RIO_HOSTS; Host++) {
411 for (Host = 0; Host < RIO_HOSTS; Host++) {

Completed in 102 milliseconds