Searched refs:txq_put_index (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/net/ethernet/marvell/
H A Dmvneta.c679 int txq_put_index; member in struct:mvneta_tx_queue
784 txq->txq_put_index++;
785 if (txq->txq_put_index == txq->size)
786 txq->txq_put_index = 0;
2107 struct mvneta_tx_buf *buf = &txq->buf[txq->txq_put_index];
2710 index = txq->txq_put_index / MVNETA_TSO_PER_PAGE;
2711 offset = (txq->txq_put_index % MVNETA_TSO_PER_PAGE) * TSO_HEADER_SIZE;
2721 struct mvneta_tx_buf *buf = &txq->buf[txq->txq_put_index];
2746 struct mvneta_tx_buf *buf = &txq->buf[txq->txq_put_index];
2820 first_desc = txq->txq_put_index;
[all...]
/linux-master/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_main.c313 txq_pcpu->buffs + txq_pcpu->txq_put_index;
322 txq_pcpu->txq_put_index++;
323 if (txq_pcpu->txq_put_index == txq_pcpu->size)
324 txq_pcpu->txq_put_index = 0;
3175 txq_pcpu->txq_put_index = 0;
3279 txq_pcpu->txq_put_index = 0;
4265 txq_pcpu->txq_put_index * TSO_HEADER_SIZE;
4333 txq_pcpu->txq_put_index * TSO_HEADER_SIZE;
H A Dmvpp2.h1420 int txq_put_index; member in struct:mvpp2_txq_pcpu

Completed in 170 milliseconds