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()2822 txq_pcpu->buffs + txq_pcpu->txq_get_index; in mvpp2_txq_bufs_free()2875 if (txq_pcpu->count <= txq_pcpu->wake_threshold) in mvpp2_txq_done()3154 txq_pcpu->buffs = kmalloc_array(txq_pcpu->size, in mvpp2_txq_init()3160 txq_pcpu->count = 0; in mvpp2_txq_init()3167 txq_pcpu->wake_threshold = txq_pcpu->stop_threshold / 2; in mvpp2_txq_init()3262 mvpp2_txq_bufs_free(port, txq, txq_pcpu, txq_pcpu->count); in mvpp2_txq_clean()3660 if (txq_pcpu->count >= txq_pcpu->stop_threshold) in mvpp2_xdp_finish_tx()[all …]
1527 #define IS_TSO_HEADER(txq_pcpu, addr) \ argument1528 ((addr) >= (txq_pcpu)->tso_headers_dma && \1529 (addr) < (txq_pcpu)->tso_headers_dma + \1530 (txq_pcpu)->size * TSO_HEADER_SIZE)