Home
last modified time | relevance | path

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

/openbmc/qemu/hw/s390x/
H A Ds390-pci-inst.c53 uint32_t res_code, initial_l2, g_l2; in list_pci() local
96 initial_l2 = lduw_p(&rrb->response.hdr.len); in list_pci()
97 if ((initial_l2 - LIST_PCI_HDR_LEN) % sizeof(ClpFhListEntry) in list_pci()
114 while (g_l2 < initial_l2 && pbdev) { in list_pci()