Searched refs:active_offloads (Results 1 – 2 of 2) sorted by relevance
342 if (priv->active_offloads & ENETC_F_TXCSUM && in enetc_map_tx_buffs()390 tx_swbd->qbv_en = !!(priv->active_offloads & ENETC_F_QBV); in enetc_map_tx_buffs()998 if (priv->active_offloads & ENETC_F_LSO && in enetc_start_xmit()1055 (priv->active_offloads & ENETC_F_TX_TSTAMP_MASK)) in enetc_xmit()1056 enetc_cb->flag = priv->active_offloads & ENETC_F_TX_TSTAMP_MASK; in enetc_xmit()1447 if (priv->active_offloads & ENETC_F_RX_TSTAMP) in enetc_get_offloads()2961 extended = !!(priv->active_offloads & ENETC_F_RX_TSTAMP); in enetc_open()3271 extended = !!(priv->active_offloads & ENETC_F_RX_TSTAMP); in enetc_setup_xdp_prog()3366 int err, new_offloads = priv->active_offloads; in enetc_hwtstamp_set()3400 if ((new_offloads ^ priv->active_offloads) & ENETC_F_RX_TSTAMP) { in enetc_hwtstamp_set()[all …]
453 enum enetc_active_offloads active_offloads; member