Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/
H A Dt4_main.c4019 pf = V_PFNUM(sc->pf); in position_memwin()
12909 pf = V_PFNUM(sc->pf); in t4_dump_mem()
/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h5172 #define V_PFNUM(x) ((x) << S_PFNUM) macro