Home
last modified time | relevance | path

Searched refs:near_full (Results 1 – 11 of 11) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/be/
H A Ddp_be.h935 return qdf_atomic_read(&dp_srng->near_full); in dp_srng_check_ring_near_full()
995 qdf_atomic_set(&srng->near_full, 0); in _dp_srng_test_and_update_nf_params()
H A Ddp_be_rx.c290 bool near_full; in dp_rx_process_be() local
1020 &near_full); in dp_rx_process_be()
1027 if (qdf_unlikely(near_full)) { in dp_rx_process_be()
1028 DP_STATS_INC(soc, rx.near_full, 1); in dp_rx_process_be()
1442 qdf_atomic_set(&rx_ring->near_full, 1); in dp_rx_nf_process()
H A Ddp_be_tx.c1760 qdf_atomic_set(&tx_comp_ring->near_full, 1); in dp_tx_comp_nf_handler()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/li/
H A Ddp_li_rx.c202 bool near_full; in dp_rx_process_li() local
940 &near_full); in dp_rx_process_li()
947 if (qdf_unlikely(near_full)) { in dp_rx_process_li()
948 DP_STATS_INC(soc, rx.near_full, 1); in dp_rx_process_li()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_types.h902 qdf_atomic_t near_full; member
1259 uint32_t near_full; member
1290 uint32_t near_full; member
1422 uint32_t near_full; member
H A Ddp_rx_err.c2061 bool near_full; in dp_rx_err_process() local
2377 &near_full); in dp_rx_err_process()
2386 if (qdf_unlikely(near_full)) { in dp_rx_err_process()
2387 DP_STATS_INC(soc, rx.err.near_full, 1); in dp_rx_err_process()
H A Ddp_rx.c116 bool *near_full) in dp_rx_srng_get_num_pending() argument
125 *near_full = true; in dp_rx_srng_get_num_pending()
127 *near_full = false; in dp_rx_srng_get_num_pending()
H A Ddp_rx.h3455 bool *near_full);
H A Ddp_stats.c6218 DP_PRINT_STATS("near_full: %u ", soc->stats.rx.near_full); in dp_print_rx_err_stats()
8453 DP_PRINT_STATS("RX Ring Near Full: %d", soc->stats.rx.near_full); in dp_print_soc_rx_stats()
9569 soc_stats->rx.near_full = soc->stats.rx.near_full; in dp_txrx_get_soc_stats()
H A Ddp_tx.c7013 DP_STATS_INC(soc, tx.near_full, 1);
/wlan-driver/qca-wifi-host-cmn/dp/inc/
H A Dcdp_txrx_stats_struct.h2934 uint32_t near_full; member