Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/s390x/
H A Ds390-pci-clp.h71 #define LIST_PCI_HDR_LEN 32 macro
75 ((CLP_BLK_SIZE - 2 * LIST_PCI_HDR_LEN) \
/openbmc/linux/arch/s390/include/asm/
H A Dpci_clp.h38 #define LIST_PCI_HDR_LEN 32 macro
42 ((CLP_BLK_SIZE - 2 * LIST_PCI_HDR_LEN) \
/openbmc/linux/arch/s390/pci/
H A Dpci_clp.c346 rrb->response.hdr.len = CLP_BLK_SIZE - LIST_PCI_HDR_LEN; in clp_list_pci_req()
361 *nentries = (rrb->response.hdr.len - LIST_PCI_HDR_LEN) / in clp_list_pci_req()
/openbmc/qemu/hw/s390x/
H A Ds390-pci-inst.c97 if ((initial_l2 - LIST_PCI_HDR_LEN) % sizeof(ClpFhListEntry) in list_pci()
113 g_l2 = LIST_PCI_HDR_LEN; in list_pci()