Home
last modified time | relevance | path

Searched refs:iodev (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/dev/dpaa2/
H A Ddpaa2_io.c404 dpaa2_io_enq_multiple_fq(device_t iodev, uint32_t fqid, in dpaa2_io_enq_multiple_fq() argument
407 struct dpaa2_io_softc *sc = device_get_softc(iodev); in dpaa2_io_enq_multiple_fq()
426 dpaa2_io_conf_wq_channel(device_t iodev, struct dpaa2_io_notif_ctx *ctx) in dpaa2_io_conf_wq_channel() argument
428 struct dpaa2_io_softc *sc = device_get_softc(iodev); in dpaa2_io_conf_wq_channel()
444 dpaa2_io_query_bp(device_t iodev, uint16_t bpid, struct dpaa2_bp_conf *conf) in dpaa2_io_query_bp() argument
446 struct dpaa2_io_softc *sc = device_get_softc(iodev); in dpaa2_io_query_bp()
455 dpaa2_io_release_bufs(device_t iodev, uint16_t bpid, bus_addr_t *buf, in dpaa2_io_release_bufs() argument
458 struct dpaa2_io_softc *sc = device_get_softc(iodev); in dpaa2_io_release_bufs()
H A Ddpaa2_channel.c102 dpaa2_chan_setup(device_t dev, device_t iodev, device_t condev, device_t bpdev, in dpaa2_chan_setup() argument
108 struct dpaa2_io_softc *iosc = device_get_softc(iodev); in dpaa2_chan_setup()
111 struct dpaa2_devinfo *ioinfo = device_get_ivars(iodev); in dpaa2_chan_setup()
144 ch->io_dev = iodev; in dpaa2_chan_setup()
H A Ddpaa2_ni.c1003 device_t iodev, condev, bpdev; in dpaa2_ni_setup_channels() local
1032 iodev = (device_t)rman_get_start(sc->res[DPAA2_NI_IO_RID(i)]); in dpaa2_ni_setup_channels()
1037 error = dpaa2_chan_setup(dev, iodev, condev, bpdev, in dpaa2_ni_setup_channels()
/freebsd/sys/dev/io/
H A Diodev.c53 static struct cdev *iodev; variable
194 iodev = make_dev(&io_cdevsw, 0, in io_modevent()
199 destroy_dev(iodev); in io_modevent()
/freebsd/sys/modules/io/
H A DMakefile5 SRCS= iodev.c io.c
/freebsd/contrib/pkgconf/
H A DAUTHORS37 Ismael Luceno <ismael@iodev.co.uk>
/freebsd/sys/conf/
H A Dfiles.x86167 dev/io/iodev.c optional io