Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/cxgbe/
HDt4_main.c2733 pf = V_PFNUM(sc->pf); in position_memwin()
10482 pf = V_PFNUM(sc->pf); in t4_dump_tcb()
/freebsd-11-stable/sys/dev/cxgbe/common/
HDt4_regs.h5172 #define V_PFNUM(x) ((x) << S_PFNUM) macro