Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
H A Dqdf_mem.c1124 int32_t curr_dp_tx_skb_mem_max = 0; in qdf_mem_dp_tx_skb_inc() local
1127 curr_dp_tx_skb_mem_max = qdf_atomic_read(&qdf_mem_stat.dp_tx_skb); in qdf_mem_dp_tx_skb_inc()
1128 if (qdf_mem_stat.dp_tx_skb_mem_max < curr_dp_tx_skb_mem_max) in qdf_mem_dp_tx_skb_inc()
1129 qdf_mem_stat.dp_tx_skb_mem_max = curr_dp_tx_skb_mem_max; in qdf_mem_dp_tx_skb_inc()