Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/cxgb/common/
Dcxgb_t3_cpl.h299 #define S_WR_COMPL 21 macro
300 #define V_WR_COMPL(x) ((x) << S_WR_COMPL)
/freebsd-9-stable/sys/dev/cxgb/
Dcxgb_sge.c1141 txqs->compl = (txq->unacked & 32) << (S_WR_COMPL - 5); in txq_prod()