Home
last modified time | relevance | path

Searched refs:smsc_write_tx_fifo (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/drivers/ethernet/
Deth_smsc911x.c450 static int smsc_write_tx_fifo(const uint8_t *buf, uint32_t len, bool is_last) in smsc_write_tx_fifo() function
494 res = smsc_write_tx_fifo(tx_buf, total_len, true); in eth_tx()