Searched refs:PVRDMA_GET_CAP (Results 1 – 2 of 2) sorted by relevance
86 props->max_sge_rd = PVRDMA_GET_CAP(dev, dev->dsr->caps.max_sge, in pvrdma_query_device()109 props->max_fast_reg_page_list_len = PVRDMA_GET_CAP(dev, in pvrdma_query_device()
158 #define PVRDMA_GET_CAP(_dev, _old_val, _val) \ macro