Home
last modified time | relevance | path

Searched refs:busy_cnt (Results 1 – 25 of 25) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_chan_info.c259 number = chan_info_pool->busy_cnt; in rtw_phl_get_chaninfo_busy_number()
294 chan_info_pool->busy_cnt--; in rtw_phl_query_busy_chaninfo()
313 chan_info_pool->busy_cnt--; in rtw_phl_query_busy_chaninfo_latest()
352 chan_info_pool->busy_cnt++; in rtw_phl_recycle_busy_chaninfo()
355 if (chan_info_pool->busy_cnt > MAX_CHAN_INFO_PKT_KEEP) { in rtw_phl_recycle_busy_chaninfo()
359 chan_info_pool->busy_cnt--; in rtw_phl_recycle_busy_chaninfo()
H A Dphl_def.h2137 u32 busy_cnt; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_chan_info.c259 number = chan_info_pool->busy_cnt; in rtw_phl_get_chaninfo_busy_number()
294 chan_info_pool->busy_cnt--; in rtw_phl_query_busy_chaninfo()
313 chan_info_pool->busy_cnt--; in rtw_phl_query_busy_chaninfo_latest()
352 chan_info_pool->busy_cnt++; in rtw_phl_recycle_busy_chaninfo()
355 if (chan_info_pool->busy_cnt > MAX_CHAN_INFO_PKT_KEEP) { in rtw_phl_recycle_busy_chaninfo()
359 chan_info_pool->busy_cnt--; in rtw_phl_recycle_busy_chaninfo()
H A Dphl_def.h2113 u32 busy_cnt; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/test/
H A Dtrx_test.c35 rx_req_pool->idle_cnt, rx_req_pool->busy_cnt, rx_req_pool->total_cnt); in _phl_free_rx_req_pool()
47 rx_req_pool->busy_cnt = 0; in _phl_free_rx_req_pool()
88 rx_req_pool->idle_cnt, rx_req_pool->busy_cnt, rx_req_pool->total_cnt); in _phl_alloc_rx_req_pool()
128 rx_req_pool->busy_cnt--; in _phl_query_busy_rx_req()
168 rx_req_pool->busy_cnt++; in _phl_insert_busy_rx_req()
182 tx_req_pool->idle_cnt, tx_req_pool->busy_cnt, tx_req_pool->total_cnt); in _phl_free_tx_req_pool()
194 tx_req_pool->busy_cnt = 0; in _phl_free_tx_req_pool()
237 tx_req_pool->idle_cnt, tx_req_pool->busy_cnt, tx_req_pool->total_cnt); in _phl_alloc_tx_req_pool()
277 tx_req_pool->busy_cnt--; in _phl_query_busy_tx_req()
295 tx_req_pool->busy_cnt--; in _phl_remove_busy_tx_req()
[all …]
H A Dtrx_test.h70 u32 busy_cnt; member
H A Dphl_dbg_cmd.c963 "busy count : %u\n", (int)rpt_stats[ch].busy_cnt); in _dbg_tx_stats_pcie()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/test/
H A Dtrx_test.c35 rx_req_pool->idle_cnt, rx_req_pool->busy_cnt, rx_req_pool->total_cnt); in _phl_free_rx_req_pool()
47 rx_req_pool->busy_cnt = 0; in _phl_free_rx_req_pool()
88 rx_req_pool->idle_cnt, rx_req_pool->busy_cnt, rx_req_pool->total_cnt); in _phl_alloc_rx_req_pool()
128 rx_req_pool->busy_cnt--; in _phl_query_busy_rx_req()
168 rx_req_pool->busy_cnt++; in _phl_insert_busy_rx_req()
182 tx_req_pool->idle_cnt, tx_req_pool->busy_cnt, tx_req_pool->total_cnt); in _phl_free_tx_req_pool()
194 tx_req_pool->busy_cnt = 0; in _phl_free_tx_req_pool()
237 tx_req_pool->idle_cnt, tx_req_pool->busy_cnt, tx_req_pool->total_cnt); in _phl_alloc_tx_req_pool()
277 tx_req_pool->busy_cnt--; in _phl_query_busy_tx_req()
295 tx_req_pool->busy_cnt--; in _phl_remove_busy_tx_req()
[all …]
H A Dtrx_test.h70 u32 busy_cnt; member
H A Dphl_dbg_cmd.c986 "busy count : %u\n", (int)rpt_stats[ch].busy_cnt); in _dbg_tx_stats_pcie()
/OK3568_Linux_fs/kernel/drivers/i2c/busses/
H A Di2c-uniphier.c43 unsigned int busy_cnt; member
200 if (priv->busy_cnt++ > 3) { in uniphier_i2c_check_bus_busy()
206 priv->busy_cnt = 0; in uniphier_i2c_check_bus_busy()
212 priv->busy_cnt = 0; in uniphier_i2c_check_bus_busy()
H A Di2c-uniphier-f.c88 unsigned int busy_cnt; member
391 if (priv->busy_cnt++ > 3) { in uniphier_fi2c_check_bus_busy()
397 priv->busy_cnt = 0; in uniphier_fi2c_check_bus_busy()
403 priv->busy_cnt = 0; in uniphier_fi2c_check_bus_busy()
/OK3568_Linux_fs/kernel/drivers/staging/unisys/visornic/
H A Dvisornic_main.c165 u64 busy_cnt; member
866 devdata->busy_cnt++; in visornic_xmit()
887 devdata->busy_cnt++; in visornic_xmit()
922 devdata->busy_cnt++; in visornic_xmit()
967 devdata->busy_cnt++; in visornic_xmit()
979 devdata->busy_cnt++; in visornic_xmit()
1551 devdata->busy_cnt); in info_debugfs_read()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/mac/mac_ax/
H A Dstatus.c142 cnt->busy_cnt = MAC_REG_R32(band ? R_AX_CHNL_BUSY_TIME_0_C1 : in get_hw_ch_stat_cnt()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/mac/mac_ax/
H A Dstatus.c142 cnt->busy_cnt = MAC_REG_R32(band ? R_AX_CHNL_BUSY_TIME_0_C1 : in get_hw_ch_stat_cnt()
/OK3568_Linux_fs/kernel/drivers/crypto/rockchip/
H A Dprocfs.c36 seq_printf(p, "\tbusy_cnt : %llu\n", stat->busy_cnt); in crypto_show_stat()
H A Drk_crypto_core.h52 unsigned long long busy_cnt; member
H A Drk_crypto_core.c376 rk_dev->stat.busy_cnt++; in rk_crypto_enqueue()
/OK3568_Linux_fs/kernel/drivers/media/i2c/it66353/
H A Dit66353.c2591 u8 busy_cnt = 0; in it66353_wait_for_ddc_idle() local
2597 busy_cnt = 0; in it66353_wait_for_ddc_idle()
2604 busy_cnt++; in it66353_wait_for_ddc_idle()
2609 if (busy_cnt > 10) { in it66353_wait_for_ddc_idle()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/
H A Dhal_def.h726 u32 busy_cnt; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/
H A Dhal_def.h727 u32 busy_cnt; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hci/
H A Dphl_trx_pcie.c144 (int)rpt_stats[ch].busy_cnt); in _phl_dump_wp_stats()
445 if (rpt_stats[ch].busy_cnt != 0) in _phl_switch_idle_ltr()
2722 rpt_stats[dma_ch].busy_cnt++; in phl_prepare_tx_pcie()
3409 rpt_stats[dma_ch].busy_cnt--; in phl_recycle_payload()
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dncr53c8xx.c6540 int busy_cnt = 0; in ncr_sir_to_redo() local
6555 ++busy_cnt; in ncr_sir_to_redo()
6562 disc_cnt = lp->queuedccbs - busy_cnt; in ncr_sir_to_redo()
6576 "CCBs\n", busy_cnt, disc_cnt); in ncr_sir_to_redo()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/mac/
H A Dmac_def.h11865 u32 busy_cnt; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/mac/
H A Dmac_def.h11865 u32 busy_cnt; member