Home
last modified time | relevance | path

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

/dpdk/lib/eal/linux/
H A Deal_interrupts.c406 unsigned char command_high; in uio_intx_intr_disable() local
411 if (uio_cfg_fd < 0 || pread(uio_cfg_fd, &command_high, 1, 5) != 1) { in uio_intx_intr_disable()
418 command_high |= 0x4; in uio_intx_intr_disable()
419 if (pwrite(uio_cfg_fd, &command_high, 1, 5) != 1) { in uio_intx_intr_disable()
432 unsigned char command_high; in uio_intx_intr_enable() local
437 if (uio_cfg_fd < 0 || pread(uio_cfg_fd, &command_high, 1, 5) != 1) { in uio_intx_intr_enable()
444 command_high &= ~0x4; in uio_intx_intr_enable()
445 if (pwrite(uio_cfg_fd, &command_high, 1, 5) != 1) { in uio_intx_intr_enable()