Lines Matching defs:phylink_pcs_ops
483 struct phylink_pcs_ops { struct
484 int (*pcs_validate)(struct phylink_pcs *pcs, unsigned long *supported,
486 unsigned int (*pcs_inband_caps)(struct phylink_pcs *pcs,
488 int (*pcs_enable)(struct phylink_pcs *pcs);
489 void (*pcs_disable)(struct phylink_pcs *pcs);
490 void (*pcs_pre_config)(struct phylink_pcs *pcs,
492 int (*pcs_post_config)(struct phylink_pcs *pcs,
494 void (*pcs_get_state)(struct phylink_pcs *pcs, unsigned int neg_mode,
496 int (*pcs_config)(struct phylink_pcs *pcs, unsigned int neg_mode,
500 void (*pcs_an_restart)(struct phylink_pcs *pcs);
501 void (*pcs_link_up)(struct phylink_pcs *pcs, unsigned int neg_mode,
503 int (*pcs_pre_init)(struct phylink_pcs *pcs);