Searched refs:tso_headers (Results 1 – 4 of 4) sorted by relevance
102 char *tso_headers; member139 char *tso_headers; member
516 hdr = tx_ring->tso_headers + i * TSO_HEADER_SIZE; in enetc_map_tx_tso_buffs()1807 res->tso_headers = dma_alloc_coherent(dev, bd_count * TSO_HEADER_SIZE, in enetc_alloc_tx_resource()1810 if (!res->tso_headers) { in enetc_alloc_tx_resource()1829 res->tso_headers, res->tso_headers_dma); in enetc_free_tx_resource()1953 tx_ring->tso_headers = res ? res->tso_headers : NULL; in enetc_assign_tx_resource()
3177 txq_pcpu->tso_headers = NULL; in mvpp2_txq_init()3182 txq_pcpu->tso_headers = in mvpp2_txq_init()3187 if (!txq_pcpu->tso_headers) in mvpp2_txq_init()3205 if (txq_pcpu->tso_headers) in mvpp2_txq_deinit()3208 txq_pcpu->tso_headers, in mvpp2_txq_deinit()3211 txq_pcpu->tso_headers = NULL; in mvpp2_txq_deinit()4336 char *hdr = txq_pcpu->tso_headers + in mvpp2_tx_tso()
1426 char *tso_headers; member