Searched refs:PORTS_PER_HOST (Results 1 – 1 of 1) sorted by relevance
73 #define PORTS_PER_HOST 128 /* number of ports per host */ macro75 #define RIO_PORTS (PORTS_PER_HOST * RIO_HOSTS) /* max. no. of ports */77 #define PORTS_PER_RTA (PORTS_PER_HOST/RTAS_PER_HOST) /* ports on a rta */210 #define RIO_PORT(DEV,FIRST_MAJ) ( (major(DEV) - FIRST_MAJ) * PORTS_PER_HOST) \