Searched defs:eth (Results 1 - 19 of 19) sorted by relevance

/fuchsia/zircon/system/dev/ethernet/dwmac/
H A Ddwmac-debug.cpp7 namespace eth { namespace
H A Ddwmac.cpp26 namespace eth { namespace
H A Ddwmac.h82 namespace eth { namespace
/fuchsia/zircon/system/dev/ethernet/aml-ethernet-s912/
H A Daml-ethernet.h16 namespace eth { namespace
H A Daml-ethernet.cpp22 namespace eth { namespace
/fuchsia/zircon/system/dev/ethernet/ethertap/
H A Dethertap.h20 namespace eth { namespace
H A Dethertap.cpp21 namespace eth { namespace
/fuchsia/zircon/system/ulib/inet6/
H A Deth-client.c20 void eth_destroy(eth_client_t* eth) { argument
27 eth_client_t* eth; local
72 eth_queue_tx(eth_client_t* eth, void* cookie, void* data, size_t len, uint32_t options) argument
85 eth_queue_rx(eth_client_t* eth, void* cookie, void* data, size_t len, uint32_t options) argument
98 eth_complete_tx(eth_client_t* eth, void* ctx, void (*func)(void* ctx, void* cookie)) argument
119 eth_complete_rx(eth_client_t* eth, void* ctx, void (*func)(void* ctx, void* cookie, size_t len, uint32_t flags)) argument
145 eth_wait_rx(eth_client_t* eth, zx_time_t deadline) argument
[all...]
H A Dnetifc.c62 static eth_client_t* eth; variable
[all...]
H A Dinet6.c193 uint8_t eth[16]; member in struct:__anon1141
199 uint8_t eth[16]; member in struct:__anon1142
/fuchsia/zircon/bootloader/src/
H A Dinet6.c157 uint8_t eth[16]; member in struct:__anon5
163 uint8_t eth[16]; member in struct:__anon6
/fuchsia/zircon/system/dev/ethernet/intel-ethernet/
H A Die.c31 void eth_dump_regs(ethdev_t* eth) { argument
44 unsigned eth_handle_irq(ethdev_t* eth) { argument
49 bool eth_status_online(ethdev_t* eth) { argument
53 status_t eth_rx(ethdev_t* eth, void** data, size_t* len) { argument
70 void eth_rx_ack(ethdev_t* eth) { argument
80 eth_enable_rx(ethdev_t* eth) argument
85 eth_disable_rx(ethdev_t* eth) argument
90 reap_tx_buffers(ethdev_t* eth) argument
109 eth_tx(ethdev_t* eth, const void* data, size_t len) argument
150 eth_tx_queued(ethdev_t* eth) argument
155 eth_enable_tx(ethdev_t* eth) argument
160 eth_disable_tx(ethdev_t* eth) argument
165 eth_start_promisc(ethdev_t* eth) argument
170 eth_stop_promisc(ethdev_t* eth) argument
175 wait_for_mdic(ethdev_t* eth, uint32_t* reg_value) argument
196 phy_read(ethdev_t* eth, uint8_t phyadd, uint8_t regadd, uint16_t* result) argument
208 phy_write(ethdev_t* eth, uint8_t phyadd, uint8_t regadd, uint16_t value) argument
217 get_phy_addr(ethdev_t* eth, uint8_t* phy_addr) argument
234 eth_enable_phy(ethdev_t* eth) argument
253 eth_disable_phy(ethdev_t* eth) argument
268 eth_reset_hw(ethdev_t* eth) argument
327 eth_init_hw(ethdev_t* eth) argument
402 eth_setup_buffers(ethdev_t* eth, void* iomem, zx_paddr_t iophys) argument
[all...]
H A Dethernet.c33 ethdev_t eth; member in struct:ethernet_device
[all...]
/fuchsia/zircon/system/uapp/netreflector/
H A Dnetreflector.c45 eth_hdr_t* eth = packet; local
/fuchsia/zircon/system/dev/bus/virtio/
H A Dethernet.cpp61 virtio::EthernetDevice* eth = static_cast<virtio::EthernetDevice*>(ctx); local
90 virtio::EthernetDevice* eth = static_cast<virtio::EthernetDevice*>(ctx); local
95 virtio::EthernetDevice* eth = static_cast<virtio::EthernetDevice*>(ctx); local
100 virtio::EthernetDevice* eth = static_cast<virtio::EthernetDevice*>(ctx); local
105 virtio::EthernetDevice* eth = static_cast<virtio::EthernetDevice*>(ctx); local
[all...]
/fuchsia/zircon/system/dev/ethernet/asix-88772b/
H A Dasix-88772b.c74 static zx_status_t ax88772b_set_value(ax88772b_t* eth, uint8_t request, uint16_t value) { argument
79 static zx_status_t ax88772b_get_value(ax88772b_t* eth, uint8_t request, uint16_t* value_addr) { argument
84 static zx_status_t ax88772b_mdio_read(ax88772b_t* eth, uint8_t offset, uint16_t* value) { argument
107 static zx_status_t ax88772b_mdio_write(ax88772b_t* eth, uint8_ argument
130 ax88772b_wait_for_phy(ax88772b_t* eth) argument
148 queue_interrupt_requests_locked(ax88772b_t* eth) argument
156 ax88772b_recv(ax88772b_t* eth, usb_request_t* request) argument
196 ax88772b_send(ax88772b_t* eth, usb_request_t* request, ethmac_netbuf_t* netbuf) argument
223 ax88772b_t* eth = (ax88772b_t*)cookie; local
255 ax88772b_t* eth = (ax88772b_t*)cookie; local
291 ax88772b_t* eth = (ax88772b_t*)cookie; local
339 ax88772b_t* eth = ctx; local
365 ax88772b_t* eth = ctx; local
375 ax88772b_free(ax88772b_t* eth) argument
390 ax88772b_t* eth = ctx; local
401 ax88772b_t* eth = ctx; local
416 ax88772b_t* eth = ctx; local
423 ax88772b_t* eth = ctx; local
439 ax88772b_set_promisc(ax88772b_t *eth, bool on) argument
460 ax88772b_t* eth = ctx; local
486 ax88772b_t* eth = (ax88772b_t*)arg; local
642 ax88772b_t* eth = calloc(1, sizeof(ax88772b_t)); local
[all...]
/fuchsia/zircon/system/dev/ethernet/rndis/
H A Drndishost.c92 static zx_status_t rndis_command(rndishost_t* eth, void* buf) { argument
120 rndishost_t* eth = (rndishost_t*)cookie; local
161 rndishost_t* eth = (rndishost_t*)cookie; local
186 rndishost_free(rndishost_t* eth) argument
202 rndishost_t* eth = (rndishost_t*)ctx; local
217 rndishost_t* eth = (rndishost_t*)ctx; local
224 rndishost_t* eth = (rndishost_t*)ctx; local
243 rndishost_t* eth = (rndishost_t*)ctx; local
286 rndishost_t* eth = (rndishost_t*)ctx; local
291 rndishost_t* eth = (rndishost_t*)ctx; local
314 rndishost_t* eth = (rndishost_t*)arg; local
496 rndishost_t* eth = calloc(1, sizeof(rndishost_t)); local
[all...]
/fuchsia/zircon/system/dev/ethernet/asix-88179/
H A Dasix-88179.c106 static zx_status_t ax88179_read_mac(ax88179_t* eth, uint8_t reg_addr, uint8_t reg_len, void* data) { argument
120 static zx_status_t ax88179_write_mac(ax88179_t* eth, uint8_t reg_addr, uint8_t reg_len, void* data) { argument
129 static zx_status_t ax88179_read_phy(ax88179_t* eth, uint8_t reg_addr, uint16_t* data) { argument
140 static zx_status_t ax88179_write_phy(ax88179_t* eth, uint8_t reg_addr, uint16_t data) { argument
183 static zx_status_t ax88179_configure_bulk_in(ax88179_t* eth, uint8_t plsr) { argument
203 ax88179_configure_medium_mode(ax88179_t* eth) argument
234 ax88179_recv(ax88179_t* eth, usb_request_t* request) argument
312 ax88179_t* eth = (ax88179_t*)cookie; local
360 ax88179_t* eth = (ax88179_t*)cookie; local
416 ax88179_t* eth = (ax88179_t*)cookie; local
420 ax88179_handle_interrupt(ax88179_t* eth, usb_request_t* request) argument
468 ax88179_t* eth = ctx; local
539 ax88179_t* eth = ctx; local
543 ax88179_free(ax88179_t* eth) argument
560 ax88179_t* eth = ctx; local
576 ax88179_t* eth = ctx; local
590 ax88179_t* eth = ctx; local
597 ax88179_t* eth = ctx; local
613 ax88179_twiddle_rcr_bit(ax88179_t* eth, uint16_t bit, bool on) argument
632 ax88179_set_promisc(ax88179_t* eth, bool on) argument
636 ax88179_set_multicast_promisc(ax88179_t* eth, bool on) argument
650 ax88179_set_multicast_filter(ax88179_t* eth, int32_t n_addresses, uint8_t* address_bytes) argument
675 ax88179_t* eth = ctx; local
721 ax88179_dump_regs(ax88179_t* eth) argument
736 ax88179_t* eth = (ax88179_t*)arg; local
932 ax88179_t* eth = calloc(1, sizeof(ax88179_t)); local
[all...]
/fuchsia/zircon/system/dev/ethernet/usb-cdc-ecm/
H A Dusb-cdc-ecm.c115 ecm_ctx_t* eth = ctx; local
152 ecm_ctx_t* eth = ctx; local

Completed in 113 milliseconds