Searched refs:mii_dip (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/uts/intel/io/dnet/ |
H A D | dnet_mii.c | 97 mac->mii_dip = dip; in mii_create() 117 dip = mac->mii_dip; in mii_probe_phy() 157 dip = mac->mii_dip; in mii_init_phy() 176 mac->mii_dip, DDI_PROP_DONTPASS, "full-duplex", 0); in mii_init_phy() 180 mac->mii_dip, DDI_PROP_DONTPASS, "speed", 0); in mii_init_phy() 280 if (ddi_getprop(DDI_DEV_T_NONE, mac->mii_dip, DDI_PROP_DONTPASS, in mii_init_phy() 301 mac->mii_write(mac->mii_dip, phy, MII_CONTROL, in mii_reset_phy() 313 control = mac->mii_read(mac->mii_dip, phy, MII_CONTROL); in mii_reset_phy() 324 control = mac->mii_read(mac->mii_dip, phy, MII_CONTROL); in mii_reset_phy() 371 if (ddi_getlongprop(DDI_DEV_T_ANY, mac->mii_dip, in mii_sync() [all …]
|
H A D | dnet_mii.h | 163 dev_info_t *mii_dip; /* MAC's devinfo */ member
|