Searched refs:tx_desc_buf (Results 1 – 1 of 1) sorted by relevance
99 struct emac_tx_desc_buffer *tx_desc_buf; member326 tx_buf = &tx_ring->tx_desc_buf[i]; in emac_free_tx_buf()394 tx_ring->tx_desc_buf = kzalloc_objs(*tx_ring->tx_desc_buf, in emac_alloc_tx_resources()397 if (!tx_ring->tx_desc_buf) in emac_alloc_tx_resources()407 kfree(tx_ring->tx_desc_buf); in emac_alloc_tx_resources()452 kfree(tr->tx_desc_buf); in emac_free_tx_resources()453 tr->tx_desc_buf = NULL; in emac_free_tx_resources()751 tx_buf = &tx_ring->tx_desc_buf[head]; in emac_tx_mem_map()