Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_eal/linux/
H A Deal_interrupts.c401 unsigned char command_high; in uio_intx_intr_disable() local
404 if (pread(intr_handle->uio_cfg_fd, &command_high, 1, 5) != 1) { in uio_intx_intr_disable()
411 command_high |= 0x4; in uio_intx_intr_disable()
412 if (pwrite(intr_handle->uio_cfg_fd, &command_high, 1, 5) != 1) { in uio_intx_intr_disable()
425 unsigned char command_high; in uio_intx_intr_enable() local
428 if (pread(intr_handle->uio_cfg_fd, &command_high, 1, 5) != 1) { in uio_intx_intr_enable()
435 command_high &= ~0x4; in uio_intx_intr_enable()
436 if (pwrite(intr_handle->uio_cfg_fd, &command_high, 1, 5) != 1) { in uio_intx_intr_enable()