Searched refs:txq_pcpu (Results 1 – 1 of 1) sorted by relevance
1397 static void mvpp2_txq_inc_get(struct mvpp2_txq_pcpu *txq_pcpu) in mvpp2_txq_inc_get() argument1399 txq_pcpu->txq_get_index++; in mvpp2_txq_inc_get()1400 if (txq_pcpu->txq_get_index == txq_pcpu->size) in mvpp2_txq_inc_get()1401 txq_pcpu->txq_get_index = 0; in mvpp2_txq_inc_get()4032 struct mvpp2_txq_pcpu *txq_pcpu, int num) in mvpp2_txq_bufs_free() argument4037 mvpp2_txq_inc_get(txq_pcpu); in mvpp2_txq_bufs_free()4186 struct mvpp2_txq_pcpu *txq_pcpu; in mvpp2_txq_init() local4242 txq_pcpu = per_cpu_ptr(txq->pcpu, cpu); in mvpp2_txq_init()4243 txq_pcpu->size = txq->size; in mvpp2_txq_init()4270 struct mvpp2_txq_pcpu *txq_pcpu; in mvpp2_txq_clean() local[all …]