Searched refs:NIU_MAX_PORTS (Results 1 – 2 of 2) sorted by relevance
2951 #define NIU_MAX_PORTS 4 macro3039 u32 phy_id[PHY_TYPE_MAX][NIU_MAX_PORTS];3040 u8 phy_port[PHY_TYPE_MAX][NIU_MAX_PORTS];3043 struct device_attribute phy_port_attrs[PHY_TYPE_MAX * NIU_MAX_PORTS];3044 struct device_attribute phy_type_attrs[PHY_TYPE_MAX * NIU_MAX_PORTS];3045 struct device_attribute phy_id_attrs[PHY_TYPE_MAX * NIU_MAX_PORTS];3072 struct niu *ports[NIU_MAX_PORTS];3089 u8 rxchan_per_port[NIU_MAX_PORTS];3090 u8 txchan_per_port[NIU_MAX_PORTS];3092 struct niu_rdc_tables rdc_group_cfg[NIU_MAX_PORTS];[all …]
8595 if (p->cur[type] >= NIU_MAX_PORTS) { in phy_record()