Home
last modified time | relevance | path

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

/drivers/infiniband/hw/cxgb3/
Dcxio_wr.h202 #define S_FR_PAGE_COUNT 24 macro
204 #define V_FR_PAGE_COUNT(x) ((x) << S_FR_PAGE_COUNT)
205 #define G_FR_PAGE_COUNT(x) ((((x) >> S_FR_PAGE_COUNT)) & M_FR_PAGE_COUNT)