Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/
H A Dcxgb_sge.c446 t3_write_reg(adap, A_SG_EGR_RCQ_DRB_THRSH, V_HIRCQDRBTHRSH(512) | in t3_sge_init()
/freebsd/sys/dev/cxgb/common/
H A Dcxgb_regs.h414 #define V_HIRCQDRBTHRSH(x) ((x) << S_HIRCQDRBTHRSH) macro