Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_t3_cpl.h321 #define S_WR_TID 8 macro
323 #define V_WR_TID(x) ((x) << S_WR_TID)
324 #define G_WR_TID(x) (((x) >> S_WR_TID) & M_WR_TID)