Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h87706 struct phylink_pcs_ops { struct
87707 int (*pcs_validate)(struct phylink_pcs *, unsigned long *, const struct phylink_link_state *);
87708 int (*pcs_enable)(struct phylink_pcs *);
87709 void (*pcs_disable)(struct phylink_pcs *);
87710 void (*pcs_pre_config)(struct phylink_pcs *, phy_interface_t);
87711 int (*pcs_post_config)(struct phylink_pcs *, phy_interface_t);
87712 void (*pcs_get_state)(struct phylink_pcs *, struct phylink_link_state *);
87713 …nt (*pcs_config)(struct phylink_pcs *, unsigned int, phy_interface_t, const unsigned long *, bool);
87714 void (*pcs_an_restart)(struct phylink_pcs *);
87715 void (*pcs_link_up)(struct phylink_pcs *, unsigned int, phy_interface_t, int, int);
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h97442 struct phylink_pcs_ops { struct
97443 int (*pcs_validate)(struct phylink_pcs *, unsigned long *, const struct phylink_link_state *);
97444 int (*pcs_enable)(struct phylink_pcs *);
97445 void (*pcs_disable)(struct phylink_pcs *);
97446 void (*pcs_pre_config)(struct phylink_pcs *, phy_interface_t);
97447 int (*pcs_post_config)(struct phylink_pcs *, phy_interface_t);
97448 void (*pcs_get_state)(struct phylink_pcs *, struct phylink_link_state *);
97449 …nt (*pcs_config)(struct phylink_pcs *, unsigned int, phy_interface_t, const unsigned long *, bool);
97450 void (*pcs_an_restart)(struct phylink_pcs *);
97451 void (*pcs_link_up)(struct phylink_pcs *, unsigned int, phy_interface_t, int, int);