Searched refs:NIU_MAX_PORTS (Results 1 – 2 of 2) sorted by relevance
2950 #define NIU_MAX_PORTS 4 macro3038 u32 phy_id[PHY_TYPE_MAX][NIU_MAX_PORTS];3039 u8 phy_port[PHY_TYPE_MAX][NIU_MAX_PORTS];3042 struct device_attribute phy_port_attrs[PHY_TYPE_MAX * NIU_MAX_PORTS];3043 struct device_attribute phy_type_attrs[PHY_TYPE_MAX * NIU_MAX_PORTS];3044 struct device_attribute phy_id_attrs[PHY_TYPE_MAX * NIU_MAX_PORTS];3071 struct niu *ports[NIU_MAX_PORTS];3088 u8 rxchan_per_port[NIU_MAX_PORTS];3089 u8 txchan_per_port[NIU_MAX_PORTS];3091 struct niu_rdc_tables rdc_group_cfg[NIU_MAX_PORTS];[all …]
8584 if (p->cur[type] >= NIU_MAX_PORTS) { in phy_record()