Home
last modified time | relevance | path

Searched refs:ENETC_PTCMSDUR (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc_pf.c528 enetc_port_wr(hw, ENETC_PTCMSDUR(tc), val); in enetc_set_ptcmsdur()
537 enetc_port_wr(hw, ENETC_PTCMSDUR(tc), ENETC_MAC_MAXFRM_SIZE); in enetc_reset_ptcmsdur()
H A Denetc_qos.c301 enetc_port_rd(hw, ENETC_PTCMSDUR(tc)); in enetc_setup_tc_cbs()
321 ma = enetc_port_rd(hw, ENETC_PTCMSDUR(prio_top)) * 8; in enetc_setup_tc_cbs()
H A Denetc_hw.h252 #define ENETC_PTCMSDUR(n) (0x2020 + (n) * 4) /* n = TC index [0..7] */ macro
H A Denetc_ethtool.c31 ENETC_PSICFGR0(0), ENETC_PRFSCAPR, ENETC_PTCMSDUR(0),