Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/freescale/enetc/
Denetc.c16 int active_offloads);
37 count = enetc_map_tx_buffs(tx_ring, skb, priv->active_offloads); in enetc_xmit()
112 int active_offloads) in enetc_map_tx_buffs() argument
144 do_tstamp = (active_offloads & ENETC_F_TX_TSTAMP) && in enetc_map_tx_buffs()
588 if (priv->active_offloads & ENETC_F_RX_TSTAMP) in enetc_get_offloads()
948 bool extended = !!(priv->active_offloads & ENETC_F_RX_TSTAMP); in enetc_alloc_rx_resources()
1680 priv->active_offloads |= ENETC_F_QCI; in enetc_set_psfp()
1688 priv->active_offloads &= ~ENETC_F_QCI; in enetc_set_psfp()
1746 priv->active_offloads &= ~ENETC_F_TX_TSTAMP; in enetc_hwtstamp_set()
1749 priv->active_offloads |= ENETC_F_TX_TSTAMP; in enetc_hwtstamp_set()
[all …]
Denetc_pf.c736 priv->active_offloads |= ENETC_F_QBV; in enetc_pf_netdev_setup()
739 priv->active_offloads |= ENETC_F_QCI; in enetc_pf_netdev_setup()
956 if (priv->active_offloads & ENETC_F_QBV) in enetc_pl_mac_link_up()
Denetc.h256 int active_offloads; member