Lines Matching defs:port
63 void b53_serdes_config(struct b53_device *dev, int port, unsigned int mode,
66 u8 lane = b53_serdes_map_lane(dev, port);
83 void b53_serdes_an_restart(struct b53_device *dev, int port)
85 u8 lane = b53_serdes_map_lane(dev, port);
99 int b53_serdes_link_state(struct b53_device *dev, int port,
102 u8 lane = b53_serdes_map_lane(dev, port);
141 void b53_serdes_link_set(struct b53_device *dev, int port, unsigned int mode,
144 u8 lane = b53_serdes_map_lane(dev, port);
161 void b53_serdes_phylink_validate(struct b53_device *dev, int port,
165 u8 lane = b53_serdes_map_lane(dev, port);
183 int b53_serdes_init(struct b53_device *dev, int port)
185 u8 lane = b53_serdes_map_lane(dev, port);