Searched refs:near_full (Results 1 – 11 of 11) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/be/ |
H A D | dp_be.h | 935 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 D | dp_be_rx.c | 290 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 D | dp_be_tx.c | 1760 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 D | dp_li_rx.c | 202 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 D | dp_types.h | 902 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 D | dp_rx_err.c | 2061 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 D | dp_rx.c | 116 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 D | dp_rx.h | 3455 bool *near_full);
|
H A D | dp_stats.c | 6218 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 D | dp_tx.c | 7013 DP_STATS_INC(soc, tx.near_full, 1);
|
/wlan-driver/qca-wifi-host-cmn/dp/inc/ |
H A D | cdp_txrx_stats_struct.h | 2934 uint32_t near_full; member
|