Searched refs:tpbuff (Results 1 – 2 of 2) sorted by relevance
239 #define GET_TPD_BUFFER(RTQ, IDX) (&((RTQ)->tpd.tpbuff[(IDX)]))592 if (!tx_q->tpd.tpbuff) in emac_tx_q_descs_free()611 memset(tx_q->tpd.tpbuff, 0, size); in emac_tx_q_descs_free()666 kfree(tx_q->tpd.tpbuff); in emac_tx_q_bufs_free()667 tx_q->tpd.tpbuff = NULL; in emac_tx_q_bufs_free()682 tx_q->tpd.tpbuff = kzalloc_node(size, GFP_KERNEL, node); in emac_tx_q_desc_alloc()683 if (!tx_q->tpd.tpbuff) in emac_tx_q_desc_alloc()834 adpt->tx_q.tpd.tpbuff[i].dma_addr = 0; in emac_mac_rx_tx_ring_reset_all()
195 struct emac_buffer *tpbuff; member