Searched defs:phy_dev (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/io/dls/ |
H A D | dls_mgmt.c | 1119 dev_t phy_dev, tmp_dev; local 1174 phy_dev = makedevice(major, DLS_PPA2MINOR(ppa)); 1175 if (softmac_hold_device(phy_dev, &ddh) != 0) 1179 * At this time, the MAC should be registered, check its phy_dev using 1187 if (tmp_dev != phy_dev) {
|
/illumos-gate/usr/src/uts/common/io/nxge/ |
H A D | nxge_mac.c | 2881 int phy_dev, phy_reg; local 2890 phy_dev = NLP2020_I2C_SNOOP_DEV_ADDR; 2894 phy_dev, phy_reg, phy_data) != NXGE_OK) 2898 (void) nxge_mdio_read(nxgep, ctrl_port, phy_dev, phy_reg, &stat); 2900 (void) nxge_mdio_read(nxgep, ctrl_port, phy_dev, phy_reg, 2905 (void) nxge_mdio_read(nxgep, ctrl_port, phy_dev, phy_reg,
|
Completed in 134 milliseconds