Home
last modified time | relevance | path

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

/freebsd/sys/dev/dpaa2/
H A Ddpaa2_io.c352 dpaa2_io_enq_multiple_fq(device_t iodev, uint32_t fqid, 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()
392 dpaa2_io_query_bp(device_t iodev, uint16_t bpid, struct dpaa2_bp_conf *conf) 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()
H A Ddpaa2_channel.c108 dpaa2_chan_setup(device_t dev, device_t iodev, device_t condev, device_t bpdev, in dpaa2_chan_setup()
H A Ddpaa2_ni.c979 device_t iodev, condev, bpdev; in dpaa2_ni_setup_channels() local
/freebsd/sys/dev/io/
H A Diodev.c53 static struct cdev *iodev; variable