Searched refs:DUMP_LEN_LMT (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/os_dep/linux/ |
| H A D | sdio_ops_linux.c | 237 #define DUMP_LEN_LMT 0 /* buffer dump size limit */ macro 240 #define DUMP_LEN_LMT 32 macro 242 #define GET_DUMP_LEN(len) (DUMP_LEN_LMT ? rtw_min(len, DUMP_LEN_LMT) : len)
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/os_dep/linux/ |
| H A D | sdio_ops_linux.c | 869 #define DUMP_LEN_LMT 0 /* buffer dump size limit */ macro 872 #define DUMP_LEN_LMT 32 macro 874 #define GET_DUMP_LEN(len) (DUMP_LEN_LMT ? MIN(len, DUMP_LEN_LMT) : len)
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/os_dep/linux/ |
| H A D | sdio_ops_linux.c | 868 #define DUMP_LEN_LMT 0 /* buffer dump size limit */ macro 871 #define DUMP_LEN_LMT 32 macro 873 #define GET_DUMP_LEN(len) (DUMP_LEN_LMT ? rtw_min(len, DUMP_LEN_LMT) : len)
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/os_dep/linux/ |
| H A D | sdio_ops_linux.c | 868 #define DUMP_LEN_LMT 0 /* buffer dump size limit */ macro 871 #define DUMP_LEN_LMT 32 macro 873 #define GET_DUMP_LEN(len) (DUMP_LEN_LMT ? rtw_min(len, DUMP_LEN_LMT) : len)
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/os_dep/linux/ |
| H A D | sdio_ops_linux.c | 868 #define DUMP_LEN_LMT 0 /* buffer dump size limit */ macro 871 #define DUMP_LEN_LMT 32 macro 873 #define GET_DUMP_LEN(len) (DUMP_LEN_LMT ? MIN(len, DUMP_LEN_LMT) : len)
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/os_dep/linux/ |
| H A D | sdio_ops_linux.c | 868 #define DUMP_LEN_LMT 0 /* buffer dump size limit */ macro 871 #define DUMP_LEN_LMT 32 macro 873 #define GET_DUMP_LEN(len) (DUMP_LEN_LMT ? rtw_min(len, DUMP_LEN_LMT) : len)
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/os_dep/linux/ |
| H A D | sdio_ops_linux.c | 868 #define DUMP_LEN_LMT 0 /* buffer dump size limit */ macro 871 #define DUMP_LEN_LMT 32 macro 873 #define GET_DUMP_LEN(len) (DUMP_LEN_LMT ? rtw_min(len, DUMP_LEN_LMT) : len)
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/os_dep/linux/ |
| H A D | sdio_ops_linux.c | 869 #define DUMP_LEN_LMT 0 /* buffer dump size limit */ macro 872 #define DUMP_LEN_LMT 32 macro 874 #define GET_DUMP_LEN(len) (DUMP_LEN_LMT ? rtw_min(len, DUMP_LEN_LMT) : len)
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/os_dep/linux/ |
| H A D | sdio_ops_linux.c | 869 #define DUMP_LEN_LMT 0 /* buffer dump size limit */ macro 872 #define DUMP_LEN_LMT 32 macro 874 #define GET_DUMP_LEN(len) (DUMP_LEN_LMT ? rtw_min(len, DUMP_LEN_LMT) : len)
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/os_dep/linux/ |
| H A D | sdio_ops_linux.c | 868 #define DUMP_LEN_LMT 0 /* buffer dump size limit */ macro 871 #define DUMP_LEN_LMT 32 macro 873 #define GET_DUMP_LEN(len) (DUMP_LEN_LMT ? rtw_min(len, DUMP_LEN_LMT) : len)
|