Searched defs:phydev (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/dld/
H A Ddld_drv.c381 dev_t phydev; local
392 if (dls_mgmt_get_phydev(dipp->dip_linkid, &phydev) != 0)
400 if ((err = softmac_hold_device(phydev, &ddh)) != 0)
416 * number derived from phydev.
419 ddi_major_to_name(getmajor(phydev)), getminor(phydev) - 1);
1098 dev_t phydev; local
1121 if (dls_devnet_phydev(linkid, &phydev) != 0)
1124 *devp = phydev;
/illumos-gate/usr/src/uts/common/io/dls/
H A Ddls_mgmt.c980 dev_t phydev = 0; local
988 if (dls_mgmt_get_phydev(linkid, &phydev) == 0)
989 (void) softmac_hold_device(phydev, &ddh);
1270 dev_t phydev = 0; local
1281 (dls_mgmt_get_phydev(id2, &phydev) == 0) &&
1282 softmac_hold_device(phydev, &ddh) == 0) {
1290 if (dls_mgmt_get_phydev(id1, &phydev) == 0)
1291 (void) softmac_hold_device(phydev, &ddh);

Completed in 539 milliseconds