Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_nexus.c1819 pf = V_PFNUM(sc->pf); in position_memwin()
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c811 win_pf = is_t4(adap->params.chip) ? 0 : V_PFNUM(adap->pf); in t4_memory_rw_addr()
H A Dt4_regs.h4215 #define V_PFNUM(x) ((x) << S_PFNUM) macro