Searched defs:phylink_pcs_ops (Results 1 – 1 of 1) sorted by relevance
494 struct phylink_pcs_ops { struct497 unsigned int (*pcs_inband_caps)(struct phylink_pcs *pcs,499 int (*pcs_enable)(struct phylink_pcs *pcs);500 void (*pcs_disable)(struct phylink_pcs *pcs);501 void (*pcs_pre_config)(struct phylink_pcs *pcs,503 int (*pcs_post_config)(struct phylink_pcs *pcs,507 int (*pcs_config)(struct phylink_pcs *pcs, unsigned int neg_mode,511 void (*pcs_an_restart)(struct phylink_pcs *pcs);514 void (*pcs_disable_eee)(struct phylink_pcs *pcs);515 void (*pcs_enable_eee)(struct phylink_pcs *pcs);[all …]
Completed in 6 milliseconds