Searched refs:tpbuff (Results 1 – 2 of 2) sorted by relevance
247 #define GET_TPD_BUFFER(RTQ, IDX) (&((RTQ)->tpd.tpbuff[(IDX)]))600 if (!tx_q->tpd.tpbuff) in emac_tx_q_descs_free()619 memset(tx_q->tpd.tpbuff, 0, size); in emac_tx_q_descs_free()674 kfree(tx_q->tpd.tpbuff); in emac_tx_q_bufs_free()675 tx_q->tpd.tpbuff = NULL; in emac_tx_q_bufs_free()690 tx_q->tpd.tpbuff = kzalloc_node(size, GFP_KERNEL, node); in emac_tx_q_desc_alloc()691 if (!tx_q->tpd.tpbuff) in emac_tx_q_desc_alloc()842 adpt->tx_q.tpd.tpbuff[i].dma_addr = 0; in emac_mac_rx_tx_ring_reset_all()
203 struct emac_buffer *tpbuff; member