Searched refs:S_TPT_STAG_TYPE (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_wr.h442 #define S_TPT_STAG_TYPE 20 macro
444 #define V_TPT_STAG_TYPE(x) ((x) << S_TPT_STAG_TYPE)
445 #define G_TPT_STAG_TYPE(x) (((x) >> S_TPT_STAG_TYPE) & M_TPT_STAG_TYPE)

Completed in 102 milliseconds