Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_tc.c257 if (!priv->plat->fpe_cfg) { in tc_init()
258 priv->plat->fpe_cfg = devm_kzalloc(priv->device, in tc_init()
259 sizeof(*priv->plat->fpe_cfg), in tc_init()
261 if (!priv->plat->fpe_cfg) in tc_init()
264 memset(priv->plat->fpe_cfg, 0, sizeof(*priv->plat->fpe_cfg)); in tc_init()
867 priv->plat->fpe_cfg->enable = fpe; in tc_setup_taprio()
895 priv->plat->fpe_cfg->enable = false; in tc_setup_taprio()
Dstmmac_main.c1024 struct stmmac_fpe_cfg *fpe_cfg = priv->plat->fpe_cfg; in stmmac_fpe_link_state_handle() local
1025 enum stmmac_fpe_state *lo_state = &fpe_cfg->lo_fpe_state; in stmmac_fpe_link_state_handle()
1026 enum stmmac_fpe_state *lp_state = &fpe_cfg->lp_fpe_state; in stmmac_fpe_link_state_handle()
1027 bool *hs_enable = &fpe_cfg->hs_enable; in stmmac_fpe_link_state_handle()
3350 if (priv->plat->fpe_cfg->enable) in stmmac_hw_setup()
5525 struct stmmac_fpe_cfg *fpe_cfg = priv->plat->fpe_cfg; in stmmac_fpe_event_status() local
5526 enum stmmac_fpe_state *lo_state = &fpe_cfg->lo_fpe_state; in stmmac_fpe_event_status()
5527 enum stmmac_fpe_state *lp_state = &fpe_cfg->lp_fpe_state; in stmmac_fpe_event_status()
5528 bool *hs_enable = &fpe_cfg->hs_enable; in stmmac_fpe_event_status()
6713 struct stmmac_fpe_cfg *fpe_cfg = priv->plat->fpe_cfg; in stmmac_fpe_lp_task() local
[all …]
/Linux-v5.15/include/linux/
Dstmmac.h200 struct stmmac_fpe_cfg *fpe_cfg; member