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

/freebsd-11-stable/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_wr.h433 #define S_TPT_STAG_KEY 23 macro
435 #define V_TPT_STAG_KEY(x) ((x) << S_TPT_STAG_KEY)
436 #define G_TPT_STAG_KEY(x) (((x) >> S_TPT_STAG_KEY) & M_TPT_STAG_KEY)

Completed in 49 milliseconds