Searched refs:log_id (Results 1 – 2 of 2) sorted by relevance
2862 struct netdev_queue *nq = netdev_get_tx_queue(port->dev, txq->log_id); in mvpp2_txq_done()2899 cause &= ~(1 << txq->log_id); in mvpp2_tx_done()3131 (txq->log_id * desc_per_txq); in mvpp2_txq_init()3142 val = mvpp2_read(port->priv, MVPP2_TXQ_SCHED_REFILL_REG(txq->log_id)); in mvpp2_txq_init()3146 mvpp2_write(port->priv, MVPP2_TXQ_SCHED_REFILL_REG(txq->log_id), val); in mvpp2_txq_init()3149 mvpp2_write(port->priv, MVPP2_TXQ_SCHED_TOKEN_SIZE_REG(txq->log_id), in mvpp2_txq_init()3213 mvpp2_write(port->priv, MVPP2_TXQ_SCHED_TOKEN_CNTR_REG(txq->log_id), 0); in mvpp2_txq_deinit()3244 port->id, txq->log_id); in mvpp2_txq_clean()5981 txq->log_id = queue; in mvpp2_port_init()
1435 u8 log_id; member