Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc.h321 ENETC_F_QBV = BIT(9),
324 ENETC_F_QBV = BIT(9), global() enumerator
H A Denetc_qos.c125 priv->active_offloads |= ENETC_F_QBV; in enetc_setup_taprio()
147 priv->active_offloads &= ~ENETC_F_QBV; in enetc_reset_taprio()
H A Denetc.c215 tx_swbd->qbv_en = !!(priv->active_offloads & ENETC_F_QBV); in enetc_map_tx_buffs()