Searched refs:PORTS_PER_HOST (Results 1 - 1 of 1) 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.h41 #define PORTS_PER_HOST 128 /* number of ports per host */ macro
43 #define RIO_PORTS (PORTS_PER_HOST * RIO_HOSTS) /* max. no. of ports */
45 #define PORTS_PER_RTA (PORTS_PER_HOST/RTAS_PER_HOST) /* ports on a rta */
145 #define RIO_PORT(DEV,FIRST_MAJ) ( (MAJOR(DEV) - FIRST_MAJ) * PORTS_PER_HOST) \

Completed in 81 milliseconds