Searched defs:phylink_pcs_ops (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-6.6/include/linux/ |
| D | phylink.h | 511 struct phylink_pcs_ops { struct 512 int (*pcs_validate)(struct phylink_pcs *pcs, unsigned long *supported, 514 int (*pcs_enable)(struct phylink_pcs *pcs); 515 void (*pcs_disable)(struct phylink_pcs *pcs); 516 void (*pcs_pre_config)(struct phylink_pcs *pcs, 518 int (*pcs_post_config)(struct phylink_pcs *pcs, 520 void (*pcs_get_state)(struct phylink_pcs *pcs, 522 int (*pcs_config)(struct phylink_pcs *pcs, unsigned int neg_mode, 526 void (*pcs_an_restart)(struct phylink_pcs *pcs); 527 void (*pcs_link_up)(struct phylink_pcs *pcs, unsigned int neg_mode,
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | phylink.h | 351 struct phylink_pcs_ops { struct 352 void (*pcs_get_state)(struct phylink_pcs *pcs, 354 int (*pcs_config)(struct phylink_pcs *pcs, unsigned int mode, 358 void (*pcs_an_restart)(struct phylink_pcs *pcs); 359 void (*pcs_link_up)(struct phylink_pcs *pcs, unsigned int mode,
|