Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/freescale/enetc/
Denetc.h321 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()