Searched refs:SPX5_PORT_CPU (Results 1 – 2 of 2) sorted by relevance
55 #define SPX5_PORT_CPU (SPX5_PORTS) /* Next port is CPU port */ macro56 #define SPX5_PORT_CPU_0 (SPX5_PORT_CPU + 0) /* CPU Port 65 */57 #define SPX5_PORT_CPU_1 (SPX5_PORT_CPU + 1) /* CPU Port 66 */58 #define SPX5_PORT_VD0 (SPX5_PORT_CPU + 2) /* VD0/Port 67 used for IPMC */59 #define SPX5_PORT_VD1 (SPX5_PORT_CPU + 3) /* VD1/Port 68 used for AFI/OAM */60 #define SPX5_PORT_VD2 (SPX5_PORT_CPU + 4) /* VD2/Port 69 used for IPinIP*/61 #define SPX5_PORTS_ALL (SPX5_PORT_CPU + 5) /* Total number of ports */
71 ifh_encode_bitfield(ifh_hdr, SPX5_PORT_CPU, 46, 7); in sparx5_set_port_ifh()