Searched refs:EthmacStop (Results 1 - 7 of 7) sorted by relevance

/fuchsia/zircon/system/ulib/ddktl/include/ddktl/protocol/
H A Dethernet-internal.h51 DECLARE_HAS_MEMBER_FN(has_ethmac_stop, EthmacStop);
68 "EthmacProtocol subclasses must implement EthmacStop");
69 static_assert(fbl::is_same<decltype(&D::EthmacStop),
71 "EthmacStop must be a non-static member function with signature "
72 "'void EthmacStop()', and be visible to ddk::EthmacProtocol<D> (either "
H A Dethernet.h97 // void EthmacStop() {
198 static_cast<D*>(ctx)->EthmacStop();
/fuchsia/zircon/system/dev/ethernet/ethertap/
H A Dethertap.h40 void EthmacStop();
H A Dethertap.cpp121 void TapDevice::EthmacStop() { function in class:eth::TapDevice
122 ethertap_trace("EthmacStop\n");
/fuchsia/zircon/system/dev/ethernet/dwmac/
H A Ddwmac.h95 void EthmacStop() __TA_EXCLUDES(lock_);
H A Ddwmac.cpp474 void DWMacDevice::EthmacStop() { function in class:eth::DWMacDevice
/fuchsia/zircon/system/ulib/ddktl/test/
H A Dethernet-tests.cpp93 void EthmacStop() { function in class:__anon1014::TestEthmacProtocol

Completed in 86 milliseconds