Searched refs:eth_queue_tx (Results 1 – 4 of 4) sorted by relevance
| /system/ulib/inet6/ |
| A D | eth-client.h | 25 zx_status_t eth_queue_tx(eth_client_t* eth, void* cookie,
|
| A D | eth-client.c | 77 zx_status_t eth_queue_tx(eth_client_t* eth, void* cookie, in eth_queue_tx() function
|
| A D | netifc.c | 213 status = eth_queue_tx(eth, ethbuf, ethbuf->data + skip, len, 0); in eth_send()
|
| /system/dev/ethernet/intel-ethernet/ |
| A D | ethernet.c | 127 static zx_status_t eth_queue_tx(void* ctx, uint32_t options, ethmac_netbuf_t* netbuf) { in eth_queue_tx() function 164 .queue_tx = eth_queue_tx,
|
Completed in 11 milliseconds