Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_hw.c164 u32 req = V_FUNCTION(adap->pf) | V_REGISTER(reg); in t4_hw_pci_read_cfg4()
H A Dt4_regs.h4852 #define V_FUNCTION(x) ((x) << S_FUNCTION) macro