Home
last modified time | relevance | path

Searched refs:physops (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_mii.c1088 if ((*bgep->physops->phys_restart)(bgep, B_FALSE) == DDI_FAILURE) in bge_update_copper()
1815 bgep->physops = &copper_ops; in bge_phys_init()
1818 bgep->physops = &serdes_ops; in bge_phys_init()
1821 if ((*bgep->physops->phys_restart)(bgep, B_FALSE) != DDI_SUCCESS) { in bge_phys_init()
1842 if ((*bgep->physops->phys_restart)(bgep, B_FALSE) != DDI_SUCCESS) in bge_phys_reset()
1861 return ((*bgep->physops->phys_restart)(bgep, B_TRUE)); in bge_phys_idle()
1882 return ((*bgep->physops->phys_update)(bgep)); in bge_phys_update()
1913 return ((*bgep->physops->phys_check)(bgep, in bge_phys_check()
H A Dbge_impl.h768 const phys_ops_t *physops; member
/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge_xmii.c672 ngep->physops = &copper_ops; in nge_phys_init()
673 (*(ngep->physops->phys_restart))(ngep); in nge_phys_init()
H A Dnge_main.c1481 (*ngep->physops->phys_update)(ngep); in nge_m_ioctl()
1589 (*ngep->physops->phys_update)(ngep); in nge_m_setprop()
1607 (*ngep->physops->phys_update)(ngep); in nge_m_setprop()
1734 (*ngep->physops->phys_update)(ngep); in nge_m_setprop()
1743 (*ngep->physops->phys_update)(ngep); in nge_m_setprop()
2028 (*ngep->physops->phys_update)(ngep); in nge_set_priv_prop()
H A Dnge.h785 const phys_ops_t *physops; member
H A Dnge_chip.c1179 (*ngep->physops->phys_update)(ngep); in nge_chip_start()
1603 (*ngep->physops->phys_check)(ngep); in nge_factotum_link_check()