Searched refs:tso_hdrs_dma (Results 1 – 3 of 3) sorted by relevance
179 ((addr >= txq->tso_hdrs_dma) && \180 (addr < txq->tso_hdrs_dma + txq->tx_ring_size * TSO_HEADER_SIZE))352 dma_addr_t tso_hdrs_dma; member747 desc->buf_ptr = txq->tso_hdrs_dma in txq_put_data_tso()799 desc->buf_ptr = txq->tso_hdrs_dma + in txq_put_hdr_tso()2101 &txq->tso_hdrs_dma, GFP_KERNEL); in txq_init()2141 txq->tso_hdrs, txq->tso_hdrs_dma); in txq_deinit()
524 dma_addr_t tso_hdrs_dma; member
309 ((addr >= txq->tso_hdrs_dma) && \310 (addr < txq->tso_hdrs_dma + txq->bd.ring_size * TSO_HEADER_SIZE))706 dmabuf = txq->tso_hdrs_dma + index * TSO_HEADER_SIZE; in fec_enet_txq_put_hdr_tso()3008 txq->tso_hdrs_dma); in fec_enet_free_queue()3041 &txq->tso_hdrs_dma, in fec_enet_alloc_queue()