Searched refs:EthmacIfc (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/system/ulib/ddktl/include/ddktl/protocol/
H A Dethernet.h23 // ddk::EthmacIfc and ddk::EthmacProtocol are mixin classes that simplify writing DDK drivers that
34 // public ddk::EthmacIfc<EthDevice> {
125 class EthmacIfc { class in namespace:ddk
127 EthmacIfc() { function in class:ddk::EthmacIfc
232 static_assert(fbl::is_base_of<EthmacIfc<D>, D>::value,
233 "Start must be called with a subclass of EthmacIfc");
/fuchsia/zircon/system/ulib/ddktl/test/
H A Dethernet-tests.cpp16 // typical way for this to go wrong is to take a EthmacIfc<D>* instead of a D* in a function
21 public ddk::EthmacIfc<TestEthmacIfc> {
228 // The EthmacIfc to hand to the parent device.
259 // Execute the EthmacIfc methods
271 RUN_NAMED_TEST("ddk::EthmacIfc", test_ethmac_ifc);

Completed in 25 milliseconds