Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/freescale/enetc/
Denetc.h324 ENETC_F_QBV = BIT(9), enumerator
Denetc_qos.c125 priv->active_offloads |= ENETC_F_QBV; in enetc_setup_taprio()
147 priv->active_offloads &= ~ENETC_F_QBV; in enetc_reset_taprio()
Denetc.c194 tx_swbd->qbv_en = !!(priv->active_offloads & ENETC_F_QBV); in enetc_map_tx_buffs()