Searched refs:io_token (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/dpaa2/ |
H A D | dpaa2_io.c | 141 uint16_t rc_token, io_token; in dpaa2_io_detach() local 158 error = DPAA2_CMD_IO_OPEN(dev, child, &cmd, dinfo->id, &io_token); in dpaa2_io_detach() 219 uint16_t rc_token, io_token; in dpaa2_io_attach() local 265 error = DPAA2_CMD_IO_OPEN(dev, child, &cmd, dinfo->id, &io_token); in dpaa2_io_attach() 340 (void)DPAA2_CMD_IO_CLOSE(dev, child, DPAA2_CMD_TK(&cmd, io_token)); in dpaa2_io_attach()
|