Home
last modified time | relevance | path

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

/linux-6.6.21/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()
1082 priv->plat->fpe_cfg, 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()
967 stmmac_fpe_send_mpacket(priv, priv->ioaddr, fpe_cfg, in stmmac_fpe_link_state_handle()
3458 if (priv->plat->fpe_cfg->enable) in stmmac_hw_setup()
5822 struct stmmac_fpe_cfg *fpe_cfg = priv->plat->fpe_cfg; in stmmac_fpe_event_status() local
5823 enum stmmac_fpe_state *lo_state = &fpe_cfg->lo_fpe_state; in stmmac_fpe_event_status()
5824 enum stmmac_fpe_state *lp_state = &fpe_cfg->lp_fpe_state; in stmmac_fpe_event_status()
5825 bool *hs_enable = &fpe_cfg->hs_enable; in stmmac_fpe_event_status()
[all …]
/linux-6.6.21/include/linux/
Dstmmac.h249 struct stmmac_fpe_cfg *fpe_cfg; member