Searched refs:iodev (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/dev/dpaa2/ |
H A D | dpaa2_io.c | 352 dpaa2_io_enq_multiple_fq(device_t iodev, uint32_t fqid, in dpaa2_io_enq_multiple_fq() argument 355 struct dpaa2_io_softc *sc = device_get_softc(iodev); in dpaa2_io_enq_multiple_fq() 374 dpaa2_io_conf_wq_channel(device_t iodev, struct dpaa2_io_notif_ctx *ctx) in dpaa2_io_conf_wq_channel() argument 376 struct dpaa2_io_softc *sc = device_get_softc(iodev); in dpaa2_io_conf_wq_channel() 392 dpaa2_io_query_bp(device_t iodev, uint16_t bpid, struct dpaa2_bp_conf *conf) in dpaa2_io_query_bp() argument 394 struct dpaa2_io_softc *sc = device_get_softc(iodev); in dpaa2_io_query_bp() 403 dpaa2_io_release_bufs(device_t iodev, uint16_t bpid, bus_addr_t *buf, in dpaa2_io_release_bufs() argument 406 struct dpaa2_io_softc *sc = device_get_softc(iodev); in dpaa2_io_release_bufs()
|
H A D | dpaa2_channel.c | 108 dpaa2_chan_setup(device_t dev, device_t iodev, device_t condev, device_t bpdev, in dpaa2_chan_setup() argument 114 struct dpaa2_io_softc *iosc = device_get_softc(iodev); in dpaa2_chan_setup() 117 struct dpaa2_devinfo *ioinfo = device_get_ivars(iodev); in dpaa2_chan_setup() 150 ch->io_dev = iodev; in dpaa2_chan_setup()
|
H A D | dpaa2_ni.c | 979 device_t iodev, condev, bpdev; in dpaa2_ni_setup_channels() local 1008 iodev = (device_t)rman_get_start(sc->res[DPAA2_NI_IO_RID(i)]); in dpaa2_ni_setup_channels() 1013 error = dpaa2_chan_setup(dev, iodev, condev, bpdev, in dpaa2_ni_setup_channels()
|
/freebsd/sys/dev/io/ |
H A D | iodev.c | 53 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 D | Makefile | 5 SRCS= iodev.c io.c
|
/freebsd/sys/conf/ |
H A D | files.x86 | 155 dev/io/iodev.c optional io
|