Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_regs.h6814 #define S_PF1MSKSIZE 4 macro
6816 #define V_PF1MSKSIZE(x) ((x) << S_PF1MSKSIZE)
6817 #define G_PF1MSKSIZE(x) (((x) >> S_PF1MSKSIZE) & M_PF1MSKSIZE)
/illumos-gate/usr/src/cmd/cxgbetool/
H A Dcudbg_view.c2256 (((mask) >> S_PF1MSKSIZE*(n)) & M_PF1MSKSIZE) in view_rss_pf_config()