max_port_num     1062 drivers/net/ethernet/hisilicon/hns/hns_dsaf_mac.c 	int max_port_num = hns_mac_get_max_port_num(dsaf_dev);
max_port_num     1073 drivers/net/ethernet/hisilicon/hns/hns_dsaf_mac.c 		if (port_id >= max_port_num) {
max_port_num     1092 drivers/net/ethernet/hisilicon/hns/hns_dsaf_mac.c 		for (port_id = 0; port_id < max_port_num; port_id++) {
max_port_num     1104 drivers/net/ethernet/hisilicon/hns/hns_dsaf_mac.c 	for (port_id = 0; port_id < max_port_num; port_id++) {
max_port_num     1124 drivers/net/ethernet/hisilicon/hns/hns_dsaf_mac.c 	int max_port_num = hns_mac_get_max_port_num(dsaf_dev);
max_port_num     1126 drivers/net/ethernet/hisilicon/hns/hns_dsaf_mac.c 	for (i = 0; i < max_port_num; i++) {