Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/s390x/
H A Ds390-pci-clp.h16 #define CLP_BLK_SIZE 4096 macro
75 ((CLP_BLK_SIZE - 2 * LIST_PCI_HDR_LEN) \
/openbmc/linux/arch/s390/include/asm/
H A Dclp.h6 #define CLP_BLK_SIZE PAGE_SIZE macro
H A Dpci_clp.h42 ((CLP_BLK_SIZE - 2 * LIST_PCI_HDR_LEN) \
/openbmc/linux/arch/s390/pci/
H A Dpci_clp.c74 struct { u8 _[CLP_BLK_SIZE]; } *req = data; in clp_req()
92 return (void *) __get_free_pages(gfp_mask, get_order(CLP_BLK_SIZE)); in clp_alloc_block()
97 free_pages((unsigned long) ptr, get_order(CLP_BLK_SIZE)); in clp_free_block()
346 rrb->response.hdr.len = CLP_BLK_SIZE - LIST_PCI_HDR_LEN; in clp_list_pci_req()