Home
last modified time | relevance | path

Searched defs:idx (Results 76 – 100 of 232) sorted by path

12345678910

/qemu/hw/misc/
H A Dbcm2835_cprman.c457 size_t idx = offset / sizeof(uint32_t); in cprman_read() local
473 size_t idx) in update_pll_and_channels_from_cm()
485 static inline void update_channel_from_a2w(BCM2835CprmanState *s, size_t idx) in update_channel_from_a2w()
497 static inline void update_mux_from_cm(BCM2835CprmanState *s, size_t idx) in update_mux_from_cm()
523 size_t idx = offset / sizeof(uint32_t); in cprman_write() local
H A Dmips_itu.c205 int idx = (c->fifo_out + c->tag.FIFOPtr - 1) % ITC_CELL_DEPTH; in view_bypass_write() local
296 int idx = (c->fifo_out + c->tag.FIFOPtr) % ITC_CELL_DEPTH; in view_ef_common_write() local
H A Dxlnx-versal-cfu.c36 unsigned int idx = extract32(addr, 2, 2); in update_wfifo() local
/qemu/hw/net/
H A De1000e.c116 e1000e_io_get_reg_index(E1000EState *s, uint32_t *idx) in e1000e_io_get_reg_index()
141 uint32_t idx = 0; in e1000e_io_read() local
166 uint32_t idx = 0; in e1000e_io_write() local
H A De1000e_core.c175 int idx = timer - &timer->core->eitr[0]; in e1000e_intrmgr_on_msix_throttling_timer() local
793 int idx; member
871 e1000e_tx_ring_init(E1000ECore *core, E1000E_TxRing *txr, int idx) in e1000e_tx_ring_init()
889 e1000e_rx_ring_init(E1000ECore *core, E1000E_RxRing *rxr, int idx) in e1000e_rx_ring_init()
1974 e1000e_eitr_should_postpone(E1000ECore *core, int idx) in e1000e_eitr_should_postpone()
H A Digb.c136 igb_io_get_reg_index(IGBState *s, uint32_t *idx) in igb_io_get_reg_index()
161 uint32_t idx = 0; in igb_io_read() local
185 uint32_t idx = 0; in igb_io_write() local
H A Digb_core.c167 int idx = timer - &timer->core->eitr[0]; in igb_intrmgr_on_msix_throttling_timer() local
258 int idx; member
463 uint32_t idx = (tx->first_olinfo_status >> 4) & 1; in igb_setup_tx_offloads() local
612 uint32_t idx; in igb_process_tx_desc() local
771 igb_tx_ring_init(IGBCore *core, IGB_TxRing *txr, int idx) in igb_tx_ring_init()
803 igb_rx_ring_init(IGBCore *core, E1000E_RxRing *rxr, int idx) in igb_rx_ring_init()
2259 igb_eitr_should_postpone(IGBCore *core, int idx) in igb_eitr_should_postpone()
H A Dopencores_eth.c110 static void mii_write_host(Mii *s, unsigned idx, uint16_t v) in mii_write_host()
129 static uint16_t mii_read_host(Mii *s, unsigned idx) in mii_read_host()
552 unsigned idx = addr / 4; local
673 unsigned idx = addr / 4; local
H A Dpcnet.c648 static inline hwaddr pcnet_rdra_addr(PCNetState *s, int idx) in pcnet_rdra_addr()
H A Dsungem.c524 uint32_t hash, idx; in sungem_check_rx_mac() local
H A Dvhost_net-stub.c75 bool vhost_net_virtqueue_pending(VHostNetState *net, int idx) in vhost_net_virtqueue_pending()
81 int idx, bool mask) in vhost_net_virtqueue_mask()
H A Dvhost_net.c482 bool vhost_net_virtqueue_pending(VHostNetState *net, int idx) in vhost_net_virtqueue_pending()
488 int idx, bool mask) in vhost_net_virtqueue_mask()
580 int idx; in vhost_net_virtqueue_reset() local
605 int idx, r; in vhost_net_virtqueue_restart() local
H A Dvirtio-net.c3412 static bool virtio_net_guest_notifier_pending(VirtIODevice *vdev, int idx) in virtio_net_guest_notifier_pending()
3443 static void virtio_net_guest_notifier_mask(VirtIODevice *vdev, int idx, in virtio_net_guest_notifier_mask()
H A Dvmxnet3.c1356 static void vmxnet3_validate_interrupt_idx(bool is_msix, int idx) in vmxnet3_validate_interrupt_idx()
1372 int idx = s->txq_descr[i].intr_idx; in vmxnet3_validate_interrupts() local
1378 int idx = s->rxq_descr[i].intr_idx; in vmxnet3_validate_interrupts() local
H A Dvmxnet3.h774 #define VMXNET3_INC_RING_IDX_ONLY(idx, ring_size) \ argument
H A Dxen_nic.c514 int idx = (xen_mode == XEN_EMULATE) ? 0 : 1; in xen_netdev_get_name() local
H A Dxilinx_axienet.c781 int idx, bit; in eth_rx() local
/qemu/hw/nvme/
H A Dctrl.c2477 unsigned int idx; member
2704 int idx; member
2763 static void nvme_copy_source_range_parse_format0(void *ranges, int idx, in nvme_copy_source_range_parse_format0()
2792 static void nvme_copy_source_range_parse_format1(void *ranges, int idx, in nvme_copy_source_range_parse_format1()
2828 static void nvme_copy_source_range_parse(void *ranges, int idx, uint8_t format, in nvme_copy_source_range_parse()
2854 for (int idx = 0; idx < nr; idx++) { in nvme_check_copy_mcl() local
3869 int idx; member
/qemu/hw/pci-host/
H A Ddesignware.c121 const unsigned int idx = root->atu_viewport & 0xF; in designware_pcie_root_get_current_viewport() local
H A Dmv64361.c591 static void mv64361_set_pci_mem_remap(MV64361State *s, int bus, int idx, in mv64361_set_pci_mem_remap()
H A Dpam.c63 void pam_update(PAMMemoryRegion *pam, int idx, uint8_t val) in pam_update()
H A Dpnv_phb3.c216 static void pnv_phb3_lxivt_write(PnvPHB3 *phb, unsigned idx, uint64_t val) in pnv_phb3_lxivt_write()
324 unsigned table, idx; in pnv_phb3_ioda_write() local
H A Dpnv_phb3_msi.c198 unsigned int idx = srcno >> 6; in phb3_msi_reject() local
H A Dpnv_phb4.c325 unsigned table, idx; in pnv_phb4_ioda_read() local
344 unsigned table, idx; in pnv_phb4_ioda_write() local
H A Dppc440_pcix.c113 static void ppc440_pcix_update_pim(PPC440PCIXState *s, int idx) in ppc440_pcix_update_pim()
138 static void ppc440_pcix_update_pom(PPC440PCIXState *s, int idx) in ppc440_pcix_update_pom()

12345678910