Searched refs:CORE_LOG_NUM (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/include/ |
| H A D | drv_types.h | 1388 #define CORE_LOG_NUM (100) macro 1435 struct core_record drvTx[CORE_LOG_NUM]; 1436 struct core_record phlTx[CORE_LOG_NUM]; 1437 struct core_record txRcycle[CORE_LOG_NUM]; 1447 struct core_record drvRx[CORE_LOG_NUM]; 1448 struct core_record phlRx[CORE_LOG_NUM]; 1449 struct core_record rxRcycle[CORE_LOG_NUM]; 1503 struct record_txbd txBd[CORE_LOG_NUM]; 1504 struct record_txwd txWd[CORE_LOG_NUM]; 1505 struct record_wp_rcc wpRecycle[CORE_LOG_NUM]; [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/include/ |
| H A D | drv_types.h | 1396 #define CORE_LOG_NUM (100) macro 1443 struct core_record drvTx[CORE_LOG_NUM]; 1444 struct core_record phlTx[CORE_LOG_NUM]; 1445 struct core_record txRcycle[CORE_LOG_NUM]; 1455 struct core_record drvRx[CORE_LOG_NUM]; 1456 struct core_record phlRx[CORE_LOG_NUM]; 1457 struct core_record rxRcycle[CORE_LOG_NUM]; 1511 struct record_txbd txBd[CORE_LOG_NUM]; 1512 struct record_txwd txWd[CORE_LOG_NUM]; 1513 struct record_wp_rcc wpRecycle[CORE_LOG_NUM]; [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/ |
| H A D | rtw_cmd.c | 4597 for(idx=0; idx<CORE_LOG_NUM; idx++){ 4607 for(idx=0; idx<CORE_LOG_NUM; idx++){ 4624 for(idx=0; idx<CORE_LOG_NUM; idx++){ 4646 for(idx=0; idx<CORE_LOG_NUM; idx++){ 4657 for(idx=0; idx<CORE_LOG_NUM; idx++){ 4667 for(idx=0; idx<CORE_LOG_NUM; idx++){ 4683 printk("txCnt_all: %d (%d) \n", log->txCnt_all, log->txCnt_all%CORE_LOG_NUM); 4686 …printk("txCnt_phl: %d (%d), Sz=%d \n", log->txCnt_phl, log->txCnt_phl%CORE_LOG_NUM, log->txSize_ph… 4687 …printk("txCnt_recycle: %d (%d), Sz=%d \n", log->txCnt_recycle, log->txCnt_recycle%CORE_LOG_NUM, lo… 4689 printk("rxCnt_all: %d (%d) \n", log->rxCnt_all, log->rxCnt_all%CORE_LOG_NUM); [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/ |
| H A D | rtw_cmd.c | 4575 for(idx=0; idx<CORE_LOG_NUM; idx++){ 4585 for(idx=0; idx<CORE_LOG_NUM; idx++){ 4602 for(idx=0; idx<CORE_LOG_NUM; idx++){ 4624 for(idx=0; idx<CORE_LOG_NUM; idx++){ 4635 for(idx=0; idx<CORE_LOG_NUM; idx++){ 4645 for(idx=0; idx<CORE_LOG_NUM; idx++){ 4661 printk("txCnt_all: %d (%d) \n", log->txCnt_all, log->txCnt_all%CORE_LOG_NUM); 4664 …printk("txCnt_phl: %d (%d), Sz=%d \n", log->txCnt_phl, log->txCnt_phl%CORE_LOG_NUM, log->txSize_ph… 4665 …printk("txCnt_recycle: %d (%d), Sz=%d \n", log->txCnt_recycle, log->txCnt_recycle%CORE_LOG_NUM, lo… 4667 printk("rxCnt_all: %d (%d) \n", log->rxCnt_all, log->rxCnt_all%CORE_LOG_NUM); [all …]
|