Home
last modified time | relevance | path

Searched refs:MVPP2_MAX_TXQ (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/net/
H A Dmvpp2.c593 #define MVPP2_MAX_TXQ 8 macro
1399 return (MVPP2_MAX_TCONT + port) * MVPP2_MAX_TXQ + txq; in mvpp2_txq_phys()
3718 for (queue = 0; queue < MVPP2_MAX_TXQ; queue++) { in mvpp2_defaults_set()
4206 desc = (port->id * MVPP2_MAX_TXQ * desc_per_txq) + in mvpp2_txq_init()
4982 (txq_number > MVPP2_MAX_TXQ)) { in mvpp2_init()
/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2.h724 #define MVPP2_MAX_TXQ 8 macro
H A Dmvpp2_main.c356 return (MVPP2_MAX_TCONT + port) * MVPP2_MAX_TXQ + txq; in mvpp2_txq_phys()
2282 for (queue = 0; queue < MVPP2_MAX_TXQ; queue++) in mvpp2_defaults_set()
3130 desc = (port->id * MVPP2_MAX_TXQ * desc_per_txq) + in mvpp2_txq_init()
5946 if (port->nrxqs > priv->max_port_rxqs || port->ntxqs > MVPP2_MAX_TXQ) in mvpp2_port_init()
6734 ntxqs = MVPP2_MAX_TXQ; in mvpp2_port_probe()