Home
last modified time | relevance | path

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

/openbmc/linux/arch/alpha/include/asm/
H A Dmce.h50 unsigned long ei_addr; /* Physical address of any transfer member
/openbmc/qemu/hw/nvme/
H A Dnvme.h486 uint64_t ei_addr; member
507 uint64_t ei_addr; member
H A Dctrl.c1473 stl_le_pci_dma(PCI_DEVICE(cq->ctrl), cq->ei_addr, cq->head, in nvme_update_cq_eventidx()
4824 sq->ei_addr = n->dbbuf_eis + (sqid << 3); in nvme_init_sq()
5462 cq->ei_addr = n->dbbuf_eis + (cqid << 3) + (1 << 2); in nvme_init_cq()
7078 sq->ei_addr = eis_addr + (i << 3); in nvme_dbbuf_config()
7091 cq->ei_addr = eis_addr + (i << 3) + (1 << 2); in nvme_dbbuf_config()
7225 stl_le_pci_dma(PCI_DEVICE(sq->ctrl), sq->ei_addr, sq->tail, in nvme_update_sq_eventidx()
/openbmc/linux/arch/alpha/kernel/
H A Dcore_mcpcia.c507 frame->ei_addr); in mcpcia_print_uncorrectable()