Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h3896 #define S_PFIQSPERPAGE 28 macro
3898 #define V_PFIQSPERPAGE(x) ((x) << S_PFIQSPERPAGE)
3899 #define G_PFIQSPERPAGE(x) (((x) >> S_PFIQSPERPAGE) & M_PFIQSPERPAGE)