Searched defs:fman_softc (Results 1 – 1 of 1) sorted by relevance
35 struct fman_softc { struct36 struct simplebus_softc sc_base;37 struct resource *mem_res;38 struct resource *irq_res;39 struct resource *err_irq_res;40 struct rman rman;41 int mem_rid;42 int irq_rid;43 int err_irq_rid;44 int qman_chan_base;[all …]