Home
last modified time | relevance | path

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

/linux-4.4.14/arch/s390/pci/
Dpci_clp.c35 struct { u8 _[CLP_BLK_SIZE]; } *req = data; in clp_instr()
51 return (void *) __get_free_pages(gfp_mask, get_order(CLP_BLK_SIZE)); in clp_alloc_block()
56 free_pages((unsigned long) ptr, get_order(CLP_BLK_SIZE)); in clp_free_block()
279 rrb->response.hdr.len = CLP_BLK_SIZE - LIST_PCI_HDR_LEN; in clp_list_pci()
/linux-4.4.14/arch/s390/include/asm/
Dclp.h5 #define CLP_BLK_SIZE PAGE_SIZE macro
Dpci_clp.h40 ((CLP_BLK_SIZE - 2 * LIST_PCI_HDR_LEN) \