Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dphylink.h434 struct phylink_pcs_ops { struct
435 int (*pcs_validate)(struct phylink_pcs *pcs, unsigned long *supported,
437 int (*pcs_enable)(struct phylink_pcs *pcs);
438 void (*pcs_disable)(struct phylink_pcs *pcs);
439 void (*pcs_pre_config)(struct phylink_pcs *pcs,
441 int (*pcs_post_config)(struct phylink_pcs *pcs,
443 void (*pcs_get_state)(struct phylink_pcs *pcs,
445 int (*pcs_config)(struct phylink_pcs *pcs, unsigned int neg_mode,
449 void (*pcs_an_restart)(struct phylink_pcs *pcs);
450 void (*pcs_link_up)(struct phylink_pcs *pcs, unsigned int neg_mode,
[all …]