Searched refs:fpe_cfg (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/net/ethernet/stmicro/stmmac/ |
| H A D | stmmac_fpe.c | 41 return priv->dma_cap.fpesel && priv->fpe_cfg.reg && in stmmac_fpe_supported() 48 struct stmmac_priv *priv = container_of(cfg, struct stmmac_priv, fpe_cfg); in stmmac_fpe_configure_tx() 70 struct stmmac_priv *priv = container_of(cfg, struct stmmac_priv, fpe_cfg); in stmmac_fpe_configure_pmac() 98 struct stmmac_priv *priv = container_of(cfg, struct stmmac_priv, fpe_cfg); in stmmac_fpe_send_mpacket() 119 struct stmmac_fpe_cfg *fpe_cfg = &priv->fpe_cfg; in stmmac_fpe_event_status() local 120 struct ethtool_mmsv *mmsv = &fpe_cfg->mmsv; in stmmac_fpe_event_status() 137 const struct stmmac_fpe_reg *reg = priv->fpe_cfg.reg; in stmmac_fpe_irq_status() 173 ethtool_mmsv_init(&priv->fpe_cfg.mmsv, priv->dev, in stmmac_fpe_init() 176 if ((!priv->fpe_cfg.reg || !priv->hw->mac->fpe_map_preemption_class) && in stmmac_fpe_init() 183 const struct stmmac_fpe_reg *reg = priv->fpe_cfg.reg; in stmmac_fpe_get_add_frag_size() [all …]
|
| H A D | stmmac.h | 351 struct stmmac_fpe_cfg fpe_cfg; member
|
| H A D | hwif.c | 390 priv->fpe_cfg.reg = entry->regs.fpe_reg; in stmmac_hwif_init()
|
| H A D | stmmac_ethtool.c | 1051 ethtool_mmsv_get_mm(&priv->fpe_cfg.mmsv, state); in stmmac_get_mm() 1069 ethtool_mmsv_set_mm(&priv->fpe_cfg.mmsv, cfg); in stmmac_set_mm()
|
| H A D | stmmac_main.c | 996 ethtool_mmsv_link_state_handle(&priv->fpe_cfg.mmsv, false); in stmmac_mac_link_down() 1113 ethtool_mmsv_link_state_handle(&priv->fpe_cfg.mmsv, true); in stmmac_mac_link_up() 4212 ethtool_mmsv_stop(&priv->fpe_cfg.mmsv); in __stmmac_release() 8178 ethtool_mmsv_stop(&priv->fpe_cfg.mmsv); in stmmac_suspend()
|