Lines Matching refs:tx_count
466 int tx_count; in wfx_tx_fill_rates() local
469 tx_count = arg->ack_failures; in wfx_tx_fill_rates()
471 tx_count += 1; /* Also report success */ in wfx_tx_fill_rates()
476 if (tx_count < rate->count && arg->status == HIF_STATUS_TX_FAIL_RETRIES && in wfx_tx_fill_rates()
479 rate->count, tx_count); in wfx_tx_fill_rates()
480 if (tx_count <= rate->count && tx_count && in wfx_tx_fill_rates()
484 if (tx_count > rate->count) { in wfx_tx_fill_rates()
485 tx_count -= rate->count; in wfx_tx_fill_rates()
486 } else if (!tx_count) { in wfx_tx_fill_rates()
490 rate->count = tx_count; in wfx_tx_fill_rates()
491 tx_count = 0; in wfx_tx_fill_rates()
494 if (tx_count) in wfx_tx_fill_rates()
495 dev_dbg(wdev->dev, "%d more retries than expected\n", tx_count); in wfx_tx_fill_rates()