class EthernetDevice
Defined at line 38 of file ../../src/connectivity/ethernet/drivers/realtek-8111/rtl8111.cc
Public Methods
void EthernetDevice (zx_device_t * parent)
Defined at line 41 of file ../../src/connectivity/ethernet/drivers/realtek-8111/rtl8111.cc
zx_status_t Bind (void * ctx, zx_device_t * parent)
Defined at line 43 of file ../../src/connectivity/ethernet/drivers/realtek-8111/rtl8111.cc
void InitBuffers ()
Defined at line 124 of file ../../src/connectivity/ethernet/drivers/realtek-8111/rtl8111.cc
void InitRegs ()
Defined at line 154 of file ../../src/connectivity/ethernet/drivers/realtek-8111/rtl8111.cc
int IrqThread ()
Defined at line 214 of file ../../src/connectivity/ethernet/drivers/realtek-8111/rtl8111.cc
zx_status_t EthernetImplQuery (uint32_t options, ethernet_info_t * info)
Defined at line 266 of file ../../src/connectivity/ethernet/drivers/realtek-8111/rtl8111.cc
void EthernetImplStop ()
Defined at line 279 of file ../../src/connectivity/ethernet/drivers/realtek-8111/rtl8111.cc
zx_status_t EthernetImplStart (const ethernet_ifc_protocol_t * ifc)
Defined at line 284 of file ../../src/connectivity/ethernet/drivers/realtek-8111/rtl8111.cc
void EthernetImplQueueTx (uint32_t options, ethernet_netbuf_t * netbuf, ethernet_impl_queue_tx_callback completion_cb, void * cookie)
Defined at line 298 of file ../../src/connectivity/ethernet/drivers/realtek-8111/rtl8111.cc
zx_status_t SetPromisc (bool on)
Defined at line 335 of file ../../src/connectivity/ethernet/drivers/realtek-8111/rtl8111.cc
zx_status_t EthernetImplSetParam (uint32_t param, int32_t value, const uint8_t * data, size_t data_size)
Defined at line 345 of file ../../src/connectivity/ethernet/drivers/realtek-8111/rtl8111.cc
void EthernetImplGetBti (zx::bti * out_bti)
Defined at line 356 of file ../../src/connectivity/ethernet/drivers/realtek-8111/rtl8111.cc
void DdkRelease ()
Defined at line 358 of file ../../src/connectivity/ethernet/drivers/realtek-8111/rtl8111.cc