Home
last modified time | relevance | path

Searched refs:phys_restart (Results 1 – 4 of 4) 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()
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()
H A Dbge_impl.h674 int (*phys_restart)(struct bge *, boolean_t); member
/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge_xmii.c673 (*(ngep->physops->phys_restart))(ngep); in nge_phys_init()
H A Dnge.h375 boolean_t (*phys_restart)(struct nge *); member