Searched refs:txq_pcpu (Results 1 – 2 of 2) sorted by relevance
302 if (txq_pcpu->txq_get_index == txq_pcpu->size) in mvpp2_txq_inc_get()313 txq_pcpu->buffs + txq_pcpu->txq_put_index; in mvpp2_txq_inc_put()323 if (txq_pcpu->txq_put_index == txq_pcpu->size) in mvpp2_txq_inc_put()2795 txq_pcpu->buffs + txq_pcpu->txq_get_index; in mvpp2_txq_bufs_free()2848 if (txq_pcpu->count <= txq_pcpu->wake_threshold) in mvpp2_txq_done()3127 txq_pcpu->buffs = kmalloc_array(txq_pcpu->size, in mvpp2_txq_init()3133 txq_pcpu->count = 0; in mvpp2_txq_init()3140 txq_pcpu->wake_threshold = txq_pcpu->stop_threshold / 2; in mvpp2_txq_init()3235 mvpp2_txq_bufs_free(port, txq, txq_pcpu, txq_pcpu->count); in mvpp2_txq_clean()3632 if (txq_pcpu->count >= txq_pcpu->stop_threshold) in mvpp2_xdp_finish_tx()[all …]
1518 #define IS_TSO_HEADER(txq_pcpu, addr) \ argument1519 ((addr) >= (txq_pcpu)->tso_headers_dma && \1520 (addr) < (txq_pcpu)->tso_headers_dma + \1521 (txq_pcpu)->size * TSO_HEADER_SIZE)
Completed in 24 milliseconds