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

/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_mii.c1084 if ((*bgep->physops->phys_restart)(bgep, B_FALSE) == DDI_FAILURE)
1809 bgep->physops = &copper_ops;
1812 bgep->physops = &serdes_ops;
1815 if ((*bgep->physops->phys_restart)(bgep, B_FALSE) != DDI_SUCCESS) {
1836 if ((*bgep->physops->phys_restart)(bgep, B_FALSE) != DDI_SUCCESS)
1855 return ((*bgep->physops->phys_restart)(bgep, B_TRUE));
1876 return ((*bgep->physops->phys_update)(bgep));
1907 return ((*bgep->physops->phys_check)(bgep,
H A Dbge_impl.h768 const phys_ops_t *physops; member in struct:bge
/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge_xmii.c672 ngep->physops = &copper_ops;
673 (*(ngep->physops->phys_restart))(ngep);
H A Dnge_main.c1481 (*ngep->physops->phys_update)(ngep);
1589 (*ngep->physops->phys_update)(ngep);
1607 (*ngep->physops->phys_update)(ngep);
1734 (*ngep->physops->phys_update)(ngep);
1743 (*ngep->physops->phys_update)(ngep);
2028 (*ngep->physops->phys_update)(ngep);
H A Dnge.h785 const phys_ops_t *physops; member in struct:nge
H A Dnge_chip.c1174 (*ngep->physops->phys_update)(ngep);
1598 (*ngep->physops->phys_check)(ngep);

Completed in 65 milliseconds