| 1439 | } |
| 1440 | |
| 1441 | static rt_err_t eth_dev_tx(rt_device_t dev, struct pbuf *p) |
| 1442 | { |
| 1443 | return tivaif_transmit((net_device_t)dev, p); |
| 1444 | } |
| 1445 | |
| 1446 | static struct pbuf* eth_dev_rx(rt_device_t dev) |
| 1447 | { |
nothing calls this directly
no test coverage detected