Searched refs:NIU_MAX_PORTS (Results 1 – 2 of 2) sorted by relevance
2954 #define NIU_MAX_PORTS 4 macro3042 u32 phy_id[PHY_TYPE_MAX][NIU_MAX_PORTS];3043 u8 phy_port[PHY_TYPE_MAX][NIU_MAX_PORTS];3046 struct device_attribute phy_port_attrs[PHY_TYPE_MAX * NIU_MAX_PORTS];3047 struct device_attribute phy_type_attrs[PHY_TYPE_MAX * NIU_MAX_PORTS];3048 struct device_attribute phy_id_attrs[PHY_TYPE_MAX * NIU_MAX_PORTS];3075 struct niu *ports[NIU_MAX_PORTS];3092 u8 rxchan_per_port[NIU_MAX_PORTS];3093 u8 txchan_per_port[NIU_MAX_PORTS];3095 struct niu_rdc_tables rdc_group_cfg[NIU_MAX_PORTS];[all …]
8621 if (p->cur[type] >= NIU_MAX_PORTS) { in phy_record()