Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/moxa/
H A Dmoxart_ether.c85 kfree(priv->tx_buf_base); in moxart_mac_free_memory()
127 priv->tx_buf[i] = priv->tx_buf_base + priv->tx_buf_size * i; in moxart_mac_setup_desc_ring()
514 priv->tx_buf_base = kmalloc_array(priv->tx_buf_size, TX_DESC_NUM, in moxart_mac_probe()
516 if (!priv->tx_buf_base) { in moxart_mac_probe()
H A Dmoxart_ether.h313 unsigned char *tx_buf_base; member