Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/sun/
H A Dniu.c2541 if (plat_type == PLAT_TYPE_VF_P0) in niu_determine_phy_disposition()
2562 if (plat_type == PLAT_TYPE_VF_P0 || in niu_determine_phy_disposition()
8860 parent->plat_type = PLAT_TYPE_VF_P0; in walk_phys()
8885 parent->plat_type = PLAT_TYPE_VF_P0; in walk_phys()
8907 parent->plat_type = PLAT_TYPE_VF_P0; in walk_phys()
9401 case PLAT_TYPE_VF_P0: in show_plat_type()
H A Dniu.h3101 #define PLAT_TYPE_VF_P0 0x03 macro