Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwxgmac2.h286 #define XGMAC_PSTC_SHIFT(x) ((x) * 8) macro
H A Ddwxgmac2_core.c149 value |= (prio << XGMAC_PSTC_SHIFT(queue)) & XGMAC_PSTC(queue); in dwxgmac2_tx_queue_prio()