| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/ |
| H A D | rtw_debug.c | 7106 #define RTW_BUFDUMP_BSIZE 16 macro 7120 if (_hexdatalen >= RTW_BUFDUMP_BSIZE) in RTW_BUF_DUMP_SEL() 7125 if (((__i % RTW_BUFDUMP_BSIZE) == 0) && (_hexdatalen >= RTW_BUFDUMP_BSIZE)) { in RTW_BUF_DUMP_SEL() 7132 if ((__i + 1 < _hexdatalen) && ((__i + 1) % RTW_BUFDUMP_BSIZE) == 0) in RTW_BUF_DUMP_SEL() 7150 if (_hexdatalen >= RTW_BUFDUMP_BSIZE) in RTW_BUF_DUMP_SEL_ALWAYS() 7155 if (((__i % RTW_BUFDUMP_BSIZE) == 0) && (_hexdatalen >= RTW_BUFDUMP_BSIZE)) { in RTW_BUF_DUMP_SEL_ALWAYS() 7162 if ((__i + 1 < _hexdatalen) && ((__i + 1) % RTW_BUFDUMP_BSIZE) == 0) in RTW_BUF_DUMP_SEL_ALWAYS() 7207 block_num = _hexdatalen / RTW_BUFDUMP_BSIZE; in RTW_BUF_DUMP_SEL() 7208 remain_byte = _hexdatalen % RTW_BUFDUMP_BSIZE; in RTW_BUF_DUMP_SEL() 7217 len = snprintf(str_val, sizeof(str_val), "0x%03X: ", __i * RTW_BUFDUMP_BSIZE); in RTW_BUF_DUMP_SEL() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/ |
| H A D | rtw_debug.c | 7030 #define RTW_BUFDUMP_BSIZE 16 macro 7044 if (_hexdatalen >= RTW_BUFDUMP_BSIZE) in RTW_BUF_DUMP_SEL() 7049 if (((__i % RTW_BUFDUMP_BSIZE) == 0) && (_hexdatalen >= RTW_BUFDUMP_BSIZE)) { in RTW_BUF_DUMP_SEL() 7056 if ((__i + 1 < _hexdatalen) && ((__i + 1) % RTW_BUFDUMP_BSIZE) == 0) in RTW_BUF_DUMP_SEL() 7074 if (_hexdatalen >= RTW_BUFDUMP_BSIZE) in RTW_BUF_DUMP_SEL_ALWAYS() 7079 if (((__i % RTW_BUFDUMP_BSIZE) == 0) && (_hexdatalen >= RTW_BUFDUMP_BSIZE)) { in RTW_BUF_DUMP_SEL_ALWAYS() 7086 if ((__i + 1 < _hexdatalen) && ((__i + 1) % RTW_BUFDUMP_BSIZE) == 0) in RTW_BUF_DUMP_SEL_ALWAYS() 7131 block_num = _hexdatalen / RTW_BUFDUMP_BSIZE; in RTW_BUF_DUMP_SEL() 7132 remain_byte = _hexdatalen % RTW_BUFDUMP_BSIZE; in RTW_BUF_DUMP_SEL() 7141 len = snprintf(str_val, sizeof(str_val), "0x%03X: ", __i * RTW_BUFDUMP_BSIZE); in RTW_BUF_DUMP_SEL() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/core/ |
| H A D | rtw_debug.c | 7086 #define RTW_BUFDUMP_BSIZE 16 macro 7100 if (_hexdatalen >= RTW_BUFDUMP_BSIZE) in RTW_BUF_DUMP_SEL() 7105 if (((__i % RTW_BUFDUMP_BSIZE) == 0) && (_hexdatalen >= RTW_BUFDUMP_BSIZE)) { in RTW_BUF_DUMP_SEL() 7112 if ((__i + 1 < _hexdatalen) && ((__i + 1) % RTW_BUFDUMP_BSIZE) == 0) in RTW_BUF_DUMP_SEL() 7159 block_num = _hexdatalen / RTW_BUFDUMP_BSIZE; in RTW_BUF_DUMP_SEL() 7160 remain_byte = _hexdatalen % RTW_BUFDUMP_BSIZE; in RTW_BUF_DUMP_SEL() 7169 len = snprintf(str_val, sizeof(str_val), "0x%03X: ", __i * RTW_BUFDUMP_BSIZE); in RTW_BUF_DUMP_SEL() 7173 for (__j =0; __j < RTW_BUFDUMP_BSIZE; __j++) { in RTW_BUF_DUMP_SEL() 7174 idx = __i * RTW_BUFDUMP_BSIZE + __j; in RTW_BUF_DUMP_SEL() 7190 len = snprintf(str_val, sizeof(str_val), "0x%03X: ", block_num * RTW_BUFDUMP_BSIZE); in RTW_BUF_DUMP_SEL() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/core/ |
| H A D | rtw_debug.c | 7045 #define RTW_BUFDUMP_BSIZE 16 macro 7059 if (_hexdatalen >= RTW_BUFDUMP_BSIZE) in RTW_BUF_DUMP_SEL() 7064 if (((__i % RTW_BUFDUMP_BSIZE) == 0) && (_hexdatalen >= RTW_BUFDUMP_BSIZE)) { in RTW_BUF_DUMP_SEL() 7071 if ((__i + 1 < _hexdatalen) && ((__i + 1) % RTW_BUFDUMP_BSIZE) == 0) in RTW_BUF_DUMP_SEL() 7118 block_num = _hexdatalen / RTW_BUFDUMP_BSIZE; in RTW_BUF_DUMP_SEL() 7119 remain_byte = _hexdatalen % RTW_BUFDUMP_BSIZE; in RTW_BUF_DUMP_SEL() 7128 len = snprintf(str_val, sizeof(str_val), "0x%03X: ", __i * RTW_BUFDUMP_BSIZE); in RTW_BUF_DUMP_SEL() 7132 for (__j =0; __j < RTW_BUFDUMP_BSIZE; __j++) { in RTW_BUF_DUMP_SEL() 7133 idx = __i * RTW_BUFDUMP_BSIZE + __j; in RTW_BUF_DUMP_SEL() 7149 len = snprintf(str_val, sizeof(str_val), "0x%03X: ", block_num * RTW_BUFDUMP_BSIZE); in RTW_BUF_DUMP_SEL() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/core/ |
| H A D | rtw_debug.c | 7177 #define RTW_BUFDUMP_BSIZE 16 macro 7191 if (_hexdatalen >= RTW_BUFDUMP_BSIZE) in RTW_BUF_DUMP_SEL() 7196 if (((__i % RTW_BUFDUMP_BSIZE) == 0) && (_hexdatalen >= RTW_BUFDUMP_BSIZE)) { in RTW_BUF_DUMP_SEL() 7203 if ((__i + 1 < _hexdatalen) && ((__i + 1) % RTW_BUFDUMP_BSIZE) == 0) in RTW_BUF_DUMP_SEL() 7250 block_num = _hexdatalen / RTW_BUFDUMP_BSIZE; in RTW_BUF_DUMP_SEL() 7251 remain_byte = _hexdatalen % RTW_BUFDUMP_BSIZE; in RTW_BUF_DUMP_SEL() 7260 len = snprintf(str_val, sizeof(str_val), "0x%03X: ", __i * RTW_BUFDUMP_BSIZE); in RTW_BUF_DUMP_SEL() 7264 for (__j =0; __j < RTW_BUFDUMP_BSIZE; __j++) { in RTW_BUF_DUMP_SEL() 7265 idx = __i * RTW_BUFDUMP_BSIZE + __j; in RTW_BUF_DUMP_SEL() 7281 len = snprintf(str_val, sizeof(str_val), "0x%03X: ", block_num * RTW_BUFDUMP_BSIZE); in RTW_BUF_DUMP_SEL() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/core/ |
| H A D | rtw_debug.c | 7045 #define RTW_BUFDUMP_BSIZE 16 macro 7059 if (_hexdatalen >= RTW_BUFDUMP_BSIZE) in RTW_BUF_DUMP_SEL() 7064 if (((__i % RTW_BUFDUMP_BSIZE) == 0) && (_hexdatalen >= RTW_BUFDUMP_BSIZE)) { in RTW_BUF_DUMP_SEL() 7071 if ((__i + 1 < _hexdatalen) && ((__i + 1) % RTW_BUFDUMP_BSIZE) == 0) in RTW_BUF_DUMP_SEL() 7118 block_num = _hexdatalen / RTW_BUFDUMP_BSIZE; in RTW_BUF_DUMP_SEL() 7119 remain_byte = _hexdatalen % RTW_BUFDUMP_BSIZE; in RTW_BUF_DUMP_SEL() 7128 len = snprintf(str_val, sizeof(str_val), "0x%03X: ", __i * RTW_BUFDUMP_BSIZE); in RTW_BUF_DUMP_SEL() 7132 for (__j =0; __j < RTW_BUFDUMP_BSIZE; __j++) { in RTW_BUF_DUMP_SEL() 7133 idx = __i * RTW_BUFDUMP_BSIZE + __j; in RTW_BUF_DUMP_SEL() 7149 len = snprintf(str_val, sizeof(str_val), "0x%03X: ", block_num * RTW_BUFDUMP_BSIZE); in RTW_BUF_DUMP_SEL() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/ |
| H A D | rtw_debug.c | 7484 #define RTW_BUFDUMP_BSIZE 16 macro 7498 if (_hexdatalen >= RTW_BUFDUMP_BSIZE) in RTW_BUF_DUMP_SEL() 7503 if (((__i % RTW_BUFDUMP_BSIZE) == 0) && (_hexdatalen >= RTW_BUFDUMP_BSIZE)) { in RTW_BUF_DUMP_SEL() 7510 if ((__i + 1 < _hexdatalen) && ((__i + 1) % RTW_BUFDUMP_BSIZE) == 0) in RTW_BUF_DUMP_SEL() 7557 block_num = _hexdatalen / RTW_BUFDUMP_BSIZE; in RTW_BUF_DUMP_SEL() 7558 remain_byte = _hexdatalen % RTW_BUFDUMP_BSIZE; in RTW_BUF_DUMP_SEL() 7567 len = snprintf(str_val, sizeof(str_val), "0x%03X: ", __i * RTW_BUFDUMP_BSIZE); in RTW_BUF_DUMP_SEL() 7571 for (__j =0; __j < RTW_BUFDUMP_BSIZE; __j++) { in RTW_BUF_DUMP_SEL() 7572 idx = __i * RTW_BUFDUMP_BSIZE + __j; in RTW_BUF_DUMP_SEL() 7588 len = snprintf(str_val, sizeof(str_val), "0x%03X: ", block_num * RTW_BUFDUMP_BSIZE); in RTW_BUF_DUMP_SEL() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/ |
| H A D | rtw_debug.c | 7550 #define RTW_BUFDUMP_BSIZE 16 macro 7564 if (_hexdatalen >= RTW_BUFDUMP_BSIZE) in RTW_BUF_DUMP_SEL() 7569 if (((__i % RTW_BUFDUMP_BSIZE) == 0) && (_hexdatalen >= RTW_BUFDUMP_BSIZE)) { in RTW_BUF_DUMP_SEL() 7576 if ((__i + 1 < _hexdatalen) && ((__i + 1) % RTW_BUFDUMP_BSIZE) == 0) in RTW_BUF_DUMP_SEL() 7623 block_num = _hexdatalen / RTW_BUFDUMP_BSIZE; in RTW_BUF_DUMP_SEL() 7624 remain_byte = _hexdatalen % RTW_BUFDUMP_BSIZE; in RTW_BUF_DUMP_SEL() 7633 len = snprintf(str_val, sizeof(str_val), "0x%03X: ", __i * RTW_BUFDUMP_BSIZE); in RTW_BUF_DUMP_SEL() 7637 for (__j =0; __j < RTW_BUFDUMP_BSIZE; __j++) { in RTW_BUF_DUMP_SEL() 7638 idx = __i * RTW_BUFDUMP_BSIZE + __j; in RTW_BUF_DUMP_SEL() 7654 len = snprintf(str_val, sizeof(str_val), "0x%03X: ", block_num * RTW_BUFDUMP_BSIZE); in RTW_BUF_DUMP_SEL() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/ |
| H A D | rtw_debug.c | 7550 #define RTW_BUFDUMP_BSIZE 16 macro 7564 if (_hexdatalen >= RTW_BUFDUMP_BSIZE) in RTW_BUF_DUMP_SEL() 7569 if (((__i % RTW_BUFDUMP_BSIZE) == 0) && (_hexdatalen >= RTW_BUFDUMP_BSIZE)) { in RTW_BUF_DUMP_SEL() 7576 if ((__i + 1 < _hexdatalen) && ((__i + 1) % RTW_BUFDUMP_BSIZE) == 0) in RTW_BUF_DUMP_SEL() 7623 block_num = _hexdatalen / RTW_BUFDUMP_BSIZE; in RTW_BUF_DUMP_SEL() 7624 remain_byte = _hexdatalen % RTW_BUFDUMP_BSIZE; in RTW_BUF_DUMP_SEL() 7633 len = snprintf(str_val, sizeof(str_val), "0x%03X: ", __i * RTW_BUFDUMP_BSIZE); in RTW_BUF_DUMP_SEL() 7637 for (__j =0; __j < RTW_BUFDUMP_BSIZE; __j++) { in RTW_BUF_DUMP_SEL() 7638 idx = __i * RTW_BUFDUMP_BSIZE + __j; in RTW_BUF_DUMP_SEL() 7654 len = snprintf(str_val, sizeof(str_val), "0x%03X: ", block_num * RTW_BUFDUMP_BSIZE); in RTW_BUF_DUMP_SEL() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/ |
| H A D | rtw_debug.c | 8414 #define RTW_BUFDUMP_BSIZE 16 macro 8428 if (_hexdatalen >= RTW_BUFDUMP_BSIZE) in RTW_BUF_DUMP_SEL() 8433 if (((__i % RTW_BUFDUMP_BSIZE) == 0) && (_hexdatalen >= RTW_BUFDUMP_BSIZE)) { in RTW_BUF_DUMP_SEL() 8440 if ((__i + 1 < _hexdatalen) && ((__i + 1) % RTW_BUFDUMP_BSIZE) == 0) in RTW_BUF_DUMP_SEL() 8487 block_num = _hexdatalen / RTW_BUFDUMP_BSIZE; in RTW_BUF_DUMP_SEL() 8488 remain_byte = _hexdatalen % RTW_BUFDUMP_BSIZE; in RTW_BUF_DUMP_SEL() 8497 len = snprintf(str_val, sizeof(str_val), "0x%03X: ", __i * RTW_BUFDUMP_BSIZE); in RTW_BUF_DUMP_SEL() 8501 for (__j =0; __j < RTW_BUFDUMP_BSIZE; __j++) { in RTW_BUF_DUMP_SEL() 8502 idx = __i * RTW_BUFDUMP_BSIZE + __j; in RTW_BUF_DUMP_SEL() 8518 len = snprintf(str_val, sizeof(str_val), "0x%03X: ", block_num * RTW_BUFDUMP_BSIZE); in RTW_BUF_DUMP_SEL() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/ |
| H A D | rtw_debug.c | 8414 #define RTW_BUFDUMP_BSIZE 16 macro 8428 if (_hexdatalen >= RTW_BUFDUMP_BSIZE) in RTW_BUF_DUMP_SEL() 8433 if (((__i % RTW_BUFDUMP_BSIZE) == 0) && (_hexdatalen >= RTW_BUFDUMP_BSIZE)) { in RTW_BUF_DUMP_SEL() 8440 if ((__i + 1 < _hexdatalen) && ((__i + 1) % RTW_BUFDUMP_BSIZE) == 0) in RTW_BUF_DUMP_SEL() 8487 block_num = _hexdatalen / RTW_BUFDUMP_BSIZE; in RTW_BUF_DUMP_SEL() 8488 remain_byte = _hexdatalen % RTW_BUFDUMP_BSIZE; in RTW_BUF_DUMP_SEL() 8497 len = snprintf(str_val, sizeof(str_val), "0x%03X: ", __i * RTW_BUFDUMP_BSIZE); in RTW_BUF_DUMP_SEL() 8501 for (__j =0; __j < RTW_BUFDUMP_BSIZE; __j++) { in RTW_BUF_DUMP_SEL() 8502 idx = __i * RTW_BUFDUMP_BSIZE + __j; in RTW_BUF_DUMP_SEL() 8518 len = snprintf(str_val, sizeof(str_val), "0x%03X: ", block_num * RTW_BUFDUMP_BSIZE); in RTW_BUF_DUMP_SEL() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/ |
| H A D | rtw_debug.c | 8225 #define RTW_BUFDUMP_BSIZE 16 macro 8239 if (_hexdatalen >= RTW_BUFDUMP_BSIZE) in RTW_BUF_DUMP_SEL() 8244 if (((__i % RTW_BUFDUMP_BSIZE) == 0) && (_hexdatalen >= RTW_BUFDUMP_BSIZE)) { in RTW_BUF_DUMP_SEL() 8251 if ((__i + 1 < _hexdatalen) && ((__i + 1) % RTW_BUFDUMP_BSIZE) == 0) in RTW_BUF_DUMP_SEL() 8298 block_num = _hexdatalen / RTW_BUFDUMP_BSIZE; in RTW_BUF_DUMP_SEL() 8299 remain_byte = _hexdatalen % RTW_BUFDUMP_BSIZE; in RTW_BUF_DUMP_SEL() 8308 len = snprintf(str_val, sizeof(str_val), "0x%03X: ", __i * RTW_BUFDUMP_BSIZE); in RTW_BUF_DUMP_SEL() 8312 for (__j =0; __j < RTW_BUFDUMP_BSIZE; __j++) { in RTW_BUF_DUMP_SEL() 8313 idx = __i * RTW_BUFDUMP_BSIZE + __j; in RTW_BUF_DUMP_SEL() 8329 len = snprintf(str_val, sizeof(str_val), "0x%03X: ", block_num * RTW_BUFDUMP_BSIZE); in RTW_BUF_DUMP_SEL() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/ |
| H A D | rtw_debug.c | 8188 #define RTW_BUFDUMP_BSIZE 16 macro 8202 if (_hexdatalen >= RTW_BUFDUMP_BSIZE) in RTW_BUF_DUMP_SEL() 8207 if (((__i % RTW_BUFDUMP_BSIZE) == 0) && (_hexdatalen >= RTW_BUFDUMP_BSIZE)) { in RTW_BUF_DUMP_SEL() 8214 if ((__i + 1 < _hexdatalen) && ((__i + 1) % RTW_BUFDUMP_BSIZE) == 0) in RTW_BUF_DUMP_SEL() 8261 block_num = _hexdatalen / RTW_BUFDUMP_BSIZE; in RTW_BUF_DUMP_SEL() 8262 remain_byte = _hexdatalen % RTW_BUFDUMP_BSIZE; in RTW_BUF_DUMP_SEL() 8271 len = snprintf(str_val, sizeof(str_val), "0x%03X: ", __i * RTW_BUFDUMP_BSIZE); in RTW_BUF_DUMP_SEL() 8275 for (__j =0; __j < RTW_BUFDUMP_BSIZE; __j++) { in RTW_BUF_DUMP_SEL() 8276 idx = __i * RTW_BUFDUMP_BSIZE + __j; in RTW_BUF_DUMP_SEL() 8292 len = snprintf(str_val, sizeof(str_val), "0x%03X: ", block_num * RTW_BUFDUMP_BSIZE); in RTW_BUF_DUMP_SEL() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/core/ |
| H A D | rtw_debug.c | 8188 #define RTW_BUFDUMP_BSIZE 16 macro 8202 if (_hexdatalen >= RTW_BUFDUMP_BSIZE) in RTW_BUF_DUMP_SEL() 8207 if (((__i % RTW_BUFDUMP_BSIZE) == 0) && (_hexdatalen >= RTW_BUFDUMP_BSIZE)) { in RTW_BUF_DUMP_SEL() 8214 if ((__i + 1 < _hexdatalen) && ((__i + 1) % RTW_BUFDUMP_BSIZE) == 0) in RTW_BUF_DUMP_SEL() 8261 block_num = _hexdatalen / RTW_BUFDUMP_BSIZE; in RTW_BUF_DUMP_SEL() 8262 remain_byte = _hexdatalen % RTW_BUFDUMP_BSIZE; in RTW_BUF_DUMP_SEL() 8271 len = snprintf(str_val, sizeof(str_val), "0x%03X: ", __i * RTW_BUFDUMP_BSIZE); in RTW_BUF_DUMP_SEL() 8275 for (__j =0; __j < RTW_BUFDUMP_BSIZE; __j++) { in RTW_BUF_DUMP_SEL() 8276 idx = __i * RTW_BUFDUMP_BSIZE + __j; in RTW_BUF_DUMP_SEL() 8292 len = snprintf(str_val, sizeof(str_val), "0x%03X: ", block_num * RTW_BUFDUMP_BSIZE); in RTW_BUF_DUMP_SEL() [all …]
|