Home
last modified time | relevance | path

Searched defs:_rc (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qcacld-3.0/core/hdd/inc/
Dqc_sap_ioctl.h120 #define RC_2_RATE_IDX(_rc) ((_rc) & 0x7) argument
121 #define HT_RC_2_STREAMS(_rc) ((((_rc) & 0x78) >> 3) + 1) argument
123 #define RC_2_RATE_IDX_11AC(_rc) ((_rc) & 0xf) argument
124 #define HT_RC_2_STREAMS_11AC(_rc) ((((_rc) & 0x30) >> 4) + 1) argument
126 #define RC_2_RATE_IDX_11AX(_rc) ((_rc) & 0x1f) argument
127 #define HT_RC_2_STREAMS_11AX(_rc) (((_rc) >> 5) & 0x7) argument
130 #define RC_2_RATE_IDX_11BE(_rc) ((_rc) & 0x1f) argument
131 #define HT_RC_2_STREAMS_11BE(_rc) (((_rc) >> 5) & 0x7) argument
/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_hostapd_wext.c60 #define RC_2_RATE_IDX(_rc) ((_rc) & 0x7) argument
61 #define HT_RC_2_STREAMS(_rc) ((((_rc) & 0x78) >> 3) + 1) argument
62 #define RC_2_RATE_IDX_11AC(_rc) ((_rc) & 0xf) argument
63 #define HT_RC_2_STREAMS_11AC(_rc) ((((_rc) & 0x30) >> 4) + 1) argument
/wlan-driver/fw-api/fw/
Dwlan_defs.h530 #define RC_SET_TX_DONE_INFO(_dst, _rc, _f, _nq, _nr, _nf, _rssi, _ts) \ argument