Home
last modified time | relevance | path

Searched refs:PLAT_TYPE_NIU (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/sun/
H A Dniu.c2505 if (plat_type == PLAT_TYPE_NIU) { in niu_determine_phy_disposition()
2609 if (parent->plat_type == PLAT_TYPE_NIU) { in niu_init_link()
3190 if (np->parent->plat_type != PLAT_TYPE_NIU) { in fflp_early_init()
3219 if (np->parent->plat_type != PLAT_TYPE_NIU) { in fflp_early_init()
5153 if (np->parent->plat_type != PLAT_TYPE_NIU) { in niu_init_zcp()
5220 if (np->parent->plat_type != PLAT_TYPE_NIU) { in niu_init_ipp()
6825 if (np->parent->plat_type != PLAT_TYPE_NIU) in niu_get_drvinfo()
7949 if (np->parent->plat_type == PLAT_TYPE_NIU) { in niu_ldg_assign_ldn()
8569 if (parent->plat_type == PLAT_TYPE_NIU) { in niu_get_and_validate_port()
8866 (parent->plat_type == PLAT_TYPE_NIU)) { in walk_phys()
[all …]
H A Dniu.h3103 #define PLAT_TYPE_NIU 0x02 macro