Home
last modified time | relevance | path

Searched refs:TxedHtofdmRateMap (Results 1 – 3 of 3) sorted by relevance

/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/xr829/wlan/
Ddebug.c518 __le32_to_cpu(TxedHtofdmRateMap[0][idx]), \ in xradio_ratemap_show()
519 __le32_to_cpu(TxedHtofdmRateMap[1][idx]), \ in xradio_ratemap_show()
520 __le32_to_cpu(TxedHtofdmRateMap[2][idx]), \ in xradio_ratemap_show()
521 __le32_to_cpu(TxedHtofdmRateMap[3][idx]), \ in xradio_ratemap_show()
524 TxedHtofdmRateMap[0][idx] = 0;\ in xradio_ratemap_show()
525 TxedHtofdmRateMap[1][idx] = 0;\ in xradio_ratemap_show()
526 TxedHtofdmRateMap[2][idx] = 0;\ in xradio_ratemap_show()
527 TxedHtofdmRateMap[3][idx] = 0;\ in xradio_ratemap_show()
1030 __le32_to_cpu(TxedHtofdmRateMap[0][idx]), \ in xradio_dbgstats_show()
1031 __le32_to_cpu(TxedHtofdmRateMap[1][idx]), \ in xradio_dbgstats_show()
[all …]
Dtxrx.c50 u32 TxedHtofdmRateMap[4][8] = { {0x0} }; variable
2207 TxedHtofdmRateMap[0][index]++;
2213 TxedHtofdmRateMap[1][index]++;
2221 TxedHtofdmRateMap[2][index]++;
2227 TxedHtofdmRateMap[3][index]++;
Ddebug.h176 extern u32 TxedHtofdmRateMap[4][8];