Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/
H A Dcxgb_sge.c449 t3_write_reg(adap, A_SG_CMDQ_CREDIT_TH, V_THRESHOLD(32) | in t3_sge_init()
/freebsd/sys/dev/cxgb/common/
H A Dcxgb_regs.h547 #define V_THRESHOLD(x) ((x) << S_THRESHOLD) macro