Searched defs:octgmx_port_ops (Results 1 – 1 of 1) sorted by relevance
105 struct octgmx_port_ops { struct106 int (*port_ops_enable)(struct octgmx_port_softc *, int);107 int (*port_ops_speed)(struct octgmx_port_softc *);108 int (*port_ops_timing)(struct octgmx_port_softc *);167 static struct octgmx_port_ops *octgmx_port_ops[] = { variable