Home
last modified time | relevance | path

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

/NextBSD/sys/dev/cxgb/
HDcxgb_sge.c436 t3_write_reg(adap, A_SG_EGR_RCQ_DRB_THRSH, V_HIRCQDRBTHRSH(512) | in t3_sge_init()
/NextBSD/sys/dev/cxgb/common/
HDcxgb_regs.h415 #define V_HIRCQDRBTHRSH(x) ((x) << S_HIRCQDRBTHRSH) macro