• Home
  • Raw
  • Download

Lines Matching refs:mode

25 static inline bool phylink_autoneg_inband(unsigned int mode)  in phylink_autoneg_inband()  argument
27 return mode == MLO_AN_INBAND; in phylink_autoneg_inband()
100 int (*mac_prepare)(struct phylink_config *config, unsigned int mode,
102 void (*mac_config)(struct phylink_config *config, unsigned int mode,
104 int (*mac_finish)(struct phylink_config *config, unsigned int mode,
107 void (*mac_link_down)(struct phylink_config *config, unsigned int mode,
110 struct phy_device *phy, unsigned int mode,
182 int mac_prepare(struct phylink_config *config, unsigned int mode,
257 void mac_config(struct phylink_config *config, unsigned int mode,
274 int mac_finish(struct phylink_config *config, unsigned int mode,
294 void mac_link_down(struct phylink_config *config, unsigned int mode,
326 unsigned int mode, phy_interface_t interface,
356 int (*pcs_config)(struct phylink_pcs *pcs, unsigned int mode,
361 void (*pcs_link_up)(struct phylink_pcs *pcs, unsigned int mode,
406 int pcs_config(struct phylink_pcs *pcs, unsigned int mode,
432 void pcs_link_up(struct phylink_pcs *pcs, unsigned int mode,
479 #define __phylink_do_bit(op, bm, mode) \ argument
480 op(ETHTOOL_LINK_MODE_ ## mode ## _BIT, bm)
482 #define phylink_set(bm, mode) __phylink_do_bit(__set_bit, bm, mode) argument
483 #define phylink_clear(bm, mode) __phylink_do_bit(__clear_bit, bm, mode) argument
484 #define phylink_test(bm, mode) __phylink_do_bit(test_bit, bm, mode) argument
494 int phylink_mii_c22_pcs_config(struct mdio_device *pcs, unsigned int mode,