Searched refs:EthmacCompleteTx (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/system/ulib/ddktl/include/ddktl/protocol/
H A Dethernet-internal.h22 DECLARE_HAS_MEMBER_FN(has_ethmac_complete_tx, EthmacCompleteTx);
42 "EthmacIfc subclasses must implement EthmacCompleteTx");
43 static_assert(fbl::is_same<decltype(&D::EthmacCompleteTx),
45 "EthmacCompleteTx must be a non-static member function with signature "
46 "'void EthmacCompleteTx(ethmac_netbuf_t*, zx_status_t)', and be visible to "
H A Dethernet.h146 static_cast<D*>(cookie)->EthmacCompleteTx(netbuf, status);
/fuchsia/zircon/system/ulib/ddktl/test/
H A Dethernet-tests.cpp39 void EthmacCompleteTx(ethmac_netbuf_t* netbuf, zx_status_t status) { function in class:__anon1014::TestEthmacIfc

Completed in 79 milliseconds