Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_t3_hw.c4122 t3_set_reg_field(adap, A_PCIE_PEX_CTRL0, V_REPLAYLMT(M_REPLAYLMT), in config_pcie()
4123 V_REPLAYLMT(rpllmt)); in config_pcie()
H A Dcxgb_regs.h1258 #define V_REPLAYLMT(x) ((x) << S_REPLAYLMT) macro