Searched refs:_rt (Results 1 – 1 of 1) sorted by relevance
64 #define RT_GET_RT(_rt) ((const struct DP_CMN_RATE_TABLE *)(_rt)) argument65 #define RT_GET_INFO(_rt, _index) RT_GET_RT(_rt)->info[(_index)] argument66 #define RT_GET_RAW_KBPS(_rt, _index) \ argument67 (RT_GET_INFO(_rt, (_index)).ratekbps)68 #define RT_GET_SGI_KBPS(_rt, _index) \ argument69 (RT_GET_INFO(_rt, (_index)).ratekbpssgi)