Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_t3_cpl.h298 #define S_WR_COMPL 21 macro
299 #define V_WR_COMPL(x) ((x) << S_WR_COMPL)
/freebsd/sys/dev/cxgb/
H A Dcxgb_sge.c1140 txqs->compl = (txq->unacked & 32) << (S_WR_COMPL - 5); in txq_prod()