Lines Matching refs:tx_count
439 int tx_count; in wfx_tx_fill_rates() local
442 tx_count = arg->ack_failures; in wfx_tx_fill_rates()
444 tx_count += 1; /* Also report success */ in wfx_tx_fill_rates()
449 if (tx_count < rate->count && arg->status == HIF_STATUS_TX_FAIL_RETRIES && in wfx_tx_fill_rates()
452 rate->count, tx_count); in wfx_tx_fill_rates()
453 if (tx_count <= rate->count && tx_count && in wfx_tx_fill_rates()
457 if (tx_count > rate->count) { in wfx_tx_fill_rates()
458 tx_count -= rate->count; in wfx_tx_fill_rates()
459 } else if (!tx_count) { in wfx_tx_fill_rates()
463 rate->count = tx_count; in wfx_tx_fill_rates()
464 tx_count = 0; in wfx_tx_fill_rates()
467 if (tx_count) in wfx_tx_fill_rates()
468 dev_dbg(wdev->dev, "%d more retries than expected\n", tx_count); in wfx_tx_fill_rates()