Home
last modified time | relevance | path

Searched defs:rxi (Results 1 – 6 of 6) sorted by relevance

/qemu/hw/char/
H A Dsh_serial.c75 qemu_irq rxi; member
/qemu/target/mips/tcg/sysemu/
H A Dcp0_helper.c650 target_ulong rxi = arg1 & (env->CP0_PageGrain & (3u << CP0PG_XIE)); in helper_mtc0_entrylo0() local
660 uint64_t rxi = arg1 & ((env->CP0_PageGrain & (3ull << CP0PG_XIE)) << 32); in helper_dmtc0_entrylo0() local
838 target_ulong rxi = arg1 & (env->CP0_PageGrain & (3u << CP0PG_XIE)); in helper_mtc0_entrylo1() local
846 uint64_t rxi = arg1 & ((env->CP0_PageGrain & (3ull << CP0PG_XIE)) << 32); in helper_dmtc0_entrylo1() local
/qemu/target/mips/tcg/
H A Dtranslate.h37 bool rxi; member
/qemu/hw/net/
H A Digb_core.c1626 igb_update_rx_stats(IGBCore *core, const E1000ERingInfo *rxi, in igb_update_rx_stats()
1644 igb_rx_descr_threshold_hit(IGBCore *core, const E1000ERingInfo *rxi) in igb_rx_descr_threshold_hit()
1903 const E1000ERingInfo *rxi; in igb_write_packet_to_guest() local
1957 igb_rx_strip_vlan(IGBCore *core, const E1000ERingInfo *rxi) in igb_rx_strip_vlan()
H A De1000e_core.c1437 e1000e_rx_descr_threshold_hit(E1000ECore *core, const E1000ERingInfo *rxi) in e1000e_rx_descr_threshold_hit()
1498 const E1000ERingInfo *rxi; in e1000e_write_packet_to_guest() local
/qemu/hw/net/can/
H A Dctu_can_fd_regs.h273 uint32_t rxi : 1; member