Searched refs:tso_headers (Results 1 – 4 of 4) sorted by relevance
135 char *tso_headers; member172 char *tso_headers; member
662 hdr = tx_ring->tso_headers + *i * TSO_HEADER_SIZE; in enetc_lso_map_hdr()867 hdr = tx_ring->tso_headers + i * TSO_HEADER_SIZE; in enetc_map_tx_tso_buffs()2174 res->tso_headers = dma_alloc_coherent(dev, bd_count * TSO_HEADER_SIZE, in enetc_alloc_tx_resource()2177 if (!res->tso_headers) { in enetc_alloc_tx_resource()2196 res->tso_headers, res->tso_headers_dma); in enetc_free_tx_resource()2320 tx_ring->tso_headers = res ? res->tso_headers : NULL; in enetc_assign_tx_resource()
3164 txq_pcpu->tso_headers = NULL; in mvpp2_txq_init()3169 txq_pcpu->tso_headers = in mvpp2_txq_init()3174 if (!txq_pcpu->tso_headers) in mvpp2_txq_init()3192 if (txq_pcpu->tso_headers) in mvpp2_txq_deinit()3195 txq_pcpu->tso_headers, in mvpp2_txq_deinit()3198 txq_pcpu->tso_headers = NULL; in mvpp2_txq_deinit()4327 char *hdr = txq_pcpu->tso_headers + in mvpp2_tx_tso()
1434 char *tso_headers; member
Completed in 40 milliseconds