Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/cxgb4/
H A Dprovider.c169 vma->vm_page_prot = t4_pgprot_wc(vma->vm_page_prot); in c4iw_mmap()
173 t4_pgprot_wc(vma->vm_page_prot); in c4iw_mmap()
H A Dt4.h319 static inline pgprot_t t4_pgprot_wc(pgprot_t prot) in t4_pgprot_wc() function