Searched refs:tx_desc_buf (Results 1 – 1 of 1) sorted by relevance
97 struct emac_tx_desc_buffer *tx_desc_buf; member324 tx_buf = &tx_ring->tx_desc_buf[i]; in emac_free_tx_buf()391 tx_ring->tx_desc_buf = kzalloc_objs(*tx_ring->tx_desc_buf, in emac_alloc_tx_resources()394 if (!tx_ring->tx_desc_buf) in emac_alloc_tx_resources()404 kfree(tx_ring->tx_desc_buf); in emac_alloc_tx_resources()449 kfree(tr->tx_desc_buf); in emac_free_tx_resources()450 tr->tx_desc_buf = NULL; in emac_free_tx_resources()748 tx_buf = &tx_ring->tx_desc_buf[head]; in emac_tx_mem_map()