Searched refs:iodev (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13-stable/sys/dev/dpaa2/ |
| HD | dpaa2_io.c | 328 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/ |
| HD | iodev.c | 54 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/ |
| HD | Makefile | 6 SRCS= iodev.c io.c
|
| /freebsd-13-stable/sys/conf/ |
| HD | files.x86 | 167 dev/io/iodev.c optional io
|