Searched defs:ogx_link_ops (Results 1 – 1 of 1) sorted by relevance
122 struct ogx_link_ops { struct123 const char *link_type;124 unsigned int link_fifo_speed; /* in Mbps */126 int (*link_init)(struct ogx_softc *);128 void (*link_down)(struct ogx_softc *);130 void (*link_change)(struct ogx_softc *);132 int (*link_status)(struct ogx_softc *);