|
@@ -567,6 +567,7 @@ dp_tx_hw_enqueue_be(struct dp_soc *soc, struct dp_vdev *vdev,
|
|
coalesce = dp_tx_attempt_coalescing(soc, vdev, tx_desc, tid);
|
|
coalesce = dp_tx_attempt_coalescing(soc, vdev, tx_desc, tid);
|
|
|
|
|
|
DP_STATS_INC_PKT(vdev, tx_i.processed, 1, tx_desc->length);
|
|
DP_STATS_INC_PKT(vdev, tx_i.processed, 1, tx_desc->length);
|
|
|
|
+ DP_STATS_INC(soc, tx.tcl_enq[ring_id], 1);
|
|
dp_tx_update_stats(soc, tx_desc->nbuf);
|
|
dp_tx_update_stats(soc, tx_desc->nbuf);
|
|
status = QDF_STATUS_SUCCESS;
|
|
status = QDF_STATUS_SUCCESS;
|
|
|
|
|