Home
last modified time | relevance | path

Searched defs:enetc_pf_ops (Results 1 – 2 of 2) sorted by relevance

/linux-6.14.4/drivers/net/ethernet/freescale/enetc/
Denetc_pf.h41 struct enetc_pf_ops { struct
42 void (*set_si_primary_mac)(struct enetc_hw *hw, int si, const u8 *addr);
43 void (*get_si_primary_mac)(struct enetc_hw *hw, int si, u8 *addr);
44 struct phylink_pcs *(*create_pcs)(struct enetc_pf *pf, struct mii_bus *bus);
45 void (*destroy_pcs)(struct phylink_pcs *pcs);
46 int (*enable_psfp)(struct enetc_ndev_priv *priv);
Denetc_pf.c1002 static const struct enetc_pf_ops enetc_pf_ops = { variable