Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_tc.c285 if (!priv->plat->fpe_cfg) { in tc_init()
286 priv->plat->fpe_cfg = devm_kzalloc(priv->device, in tc_init()
287 sizeof(*priv->plat->fpe_cfg), in tc_init()
289 if (!priv->plat->fpe_cfg) in tc_init()
292 memset(priv->plat->fpe_cfg, 0, sizeof(*priv->plat->fpe_cfg)); in tc_init()
1052 priv->plat->fpe_cfg->enable = fpe; in tc_setup_taprio()
1080 priv->plat->fpe_cfg->enable = false; in tc_setup_taprio()
Dstmmac_main.c961 struct stmmac_fpe_cfg *fpe_cfg = priv->plat->fpe_cfg; in stmmac_fpe_link_state_handle() local
962 enum stmmac_fpe_state *lo_state = &fpe_cfg->lo_fpe_state; in stmmac_fpe_link_state_handle()
963 enum stmmac_fpe_state *lp_state = &fpe_cfg->lp_fpe_state; in stmmac_fpe_link_state_handle()
964 bool *hs_enable = &fpe_cfg->hs_enable; in stmmac_fpe_link_state_handle()
3459 if (priv->plat->fpe_cfg->enable) in stmmac_hw_setup()
5789 struct stmmac_fpe_cfg *fpe_cfg = priv->plat->fpe_cfg; in stmmac_fpe_event_status() local
5790 enum stmmac_fpe_state *lo_state = &fpe_cfg->lo_fpe_state; in stmmac_fpe_event_status()
5791 enum stmmac_fpe_state *lp_state = &fpe_cfg->lp_fpe_state; in stmmac_fpe_event_status()
5792 bool *hs_enable = &fpe_cfg->hs_enable; in stmmac_fpe_event_status()
7214 struct stmmac_fpe_cfg *fpe_cfg = priv->plat->fpe_cfg; in stmmac_fpe_lp_task() local
[all …]
/Linux-v6.6/include/linux/
Dstmmac.h247 struct stmmac_fpe_cfg *fpe_cfg; member