CLP_BLK_SIZE       41 arch/s390/include/asm/pci_clp.h 	((CLP_BLK_SIZE - 2 * LIST_PCI_HDR_LEN)		\
CLP_BLK_SIZE       71 arch/s390/pci/pci_clp.c 	struct { u8 _[CLP_BLK_SIZE]; } *req = data;
CLP_BLK_SIZE       89 arch/s390/pci/pci_clp.c 	return (void *) __get_free_pages(gfp_mask, get_order(CLP_BLK_SIZE));
CLP_BLK_SIZE       94 arch/s390/pci/pci_clp.c 	free_pages((unsigned long) ptr, get_order(CLP_BLK_SIZE));
CLP_BLK_SIZE      333 arch/s390/pci/pci_clp.c 		rrb->response.hdr.len = CLP_BLK_SIZE - LIST_PCI_HDR_LEN;