Searched defs:phylink_pcs_ops (Results 1 – 1 of 1) sorted by relevance
483 struct phylink_pcs_ops { struct484 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);[all …]