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

/freebsd-9.3-release/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_wr.h137 #define S_FW_RIWR_FLAGS 8 macro
139 #define V_FW_RIWR_FLAGS(x) ((x) << S_FW_RIWR_FLAGS)
140 #define G_FW_RIWR_FLAGS(x) ((((x) >> S_FW_RIWR_FLAGS)) & M_FW_RIWR_FLAGS)

Completed in 154 milliseconds