Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/dpaa2/
HDdpaa2_io.c328 dpaa2_io_enq_multiple_fq(device_t iodev, uint32_t fqid, in dpaa2_io_enq_multiple_fq() argument
331 struct dpaa2_io_softc *sc = device_get_softc(iodev); in dpaa2_io_enq_multiple_fq()
350 dpaa2_io_conf_wq_channel(device_t iodev, struct dpaa2_io_notif_ctx *ctx) in dpaa2_io_conf_wq_channel() argument
352 struct dpaa2_io_softc *sc = device_get_softc(iodev); in dpaa2_io_conf_wq_channel()
367 dpaa2_io_query_bp(device_t iodev, uint16_t bpid, struct dpaa2_bp_conf *conf) in dpaa2_io_query_bp() argument
369 struct dpaa2_io_softc *sc = device_get_softc(iodev); in dpaa2_io_query_bp()
378 dpaa2_io_release_bufs(device_t iodev, uint16_t bpid, bus_addr_t *buf, in dpaa2_io_release_bufs() argument
381 struct dpaa2_io_softc *sc = device_get_softc(iodev); in dpaa2_io_release_bufs()
/freebsd-13-stable/sys/dev/io/
HDiodev.c54 static struct cdev *iodev; variable
195 iodev = make_dev(&io_cdevsw, 0, in io_modevent()
200 destroy_dev(iodev); in io_modevent()
/freebsd-13-stable/sys/modules/io/
HDMakefile6 SRCS= iodev.c io.c
/freebsd-13-stable/sys/conf/
HDfiles.x86167 dev/io/iodev.c optional io