Home
last modified time | relevance | path

Searched refs:MVPP22_CTRS_TX_CTR (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2.h365 #define MVPP22_CTRS_TX_CTR(port, txq) ((txq) | ((port) << 3) | BIT(7)) macro
H A Dmvpp2_main.c2076 MVPP22_CTRS_TX_CTR(port->id, q), in mvpp2_read_stats()