Home
last modified time | relevance | path

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

/Linux-v6.1/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()
1046 priv->plat->fpe_cfg->enable = fpe; in tc_setup_taprio()
1074 priv->plat->fpe_cfg->enable = false; in tc_setup_taprio()
Dstmmac_main.c954 struct stmmac_fpe_cfg *fpe_cfg = priv->plat->fpe_cfg; in stmmac_fpe_link_state_handle() local
955 enum stmmac_fpe_state *lo_state = &fpe_cfg->lo_fpe_state; in stmmac_fpe_link_state_handle()
956 enum stmmac_fpe_state *lp_state = &fpe_cfg->lp_fpe_state; in stmmac_fpe_link_state_handle()
957 bool *hs_enable = &fpe_cfg->hs_enable; in stmmac_fpe_link_state_handle()
3411 if (priv->plat->fpe_cfg->enable) in stmmac_hw_setup()
5667 struct stmmac_fpe_cfg *fpe_cfg = priv->plat->fpe_cfg; in stmmac_fpe_event_status() local
5668 enum stmmac_fpe_state *lo_state = &fpe_cfg->lo_fpe_state; in stmmac_fpe_event_status()
5669 enum stmmac_fpe_state *lp_state = &fpe_cfg->lp_fpe_state; in stmmac_fpe_event_status()
5670 bool *hs_enable = &fpe_cfg->hs_enable; in stmmac_fpe_event_status()
6980 struct stmmac_fpe_cfg *fpe_cfg = priv->plat->fpe_cfg; in stmmac_fpe_lp_task() local
[all …]
/Linux-v6.1/include/linux/
Dstmmac.h200 struct stmmac_fpe_cfg *fpe_cfg; member