Lines Matching refs:compcnt
1437 u32 genbit, u16 seq, u8 compcnt) in brcmf_fws_txs_process() argument
1452 fws->stats.txs_discard += compcnt; in brcmf_fws_txs_process()
1454 fws->stats.txs_supp_core += compcnt; in brcmf_fws_txs_process()
1457 fws->stats.txs_supp_ps += compcnt; in brcmf_fws_txs_process()
1460 fws->stats.txs_tossed += compcnt; in brcmf_fws_txs_process()
1462 fws->stats.txs_discard += compcnt; in brcmf_fws_txs_process()
1464 fws->stats.txs_discard += compcnt; in brcmf_fws_txs_process()
1466 fws->stats.txs_host_tossed += compcnt; in brcmf_fws_txs_process()
1470 while (cnt < compcnt) { in brcmf_fws_txs_process()
1556 u8 compcnt; in brcmf_fws_txstatus_indicate() local
1574 compcnt = data[compcnt_offset]; in brcmf_fws_txstatus_indicate()
1576 compcnt = 1; in brcmf_fws_txstatus_indicate()
1577 fws->stats.txs_indicate += compcnt; in brcmf_fws_txstatus_indicate()
1580 brcmf_fws_txs_process(fws, flags, hslot, genbit, seq, compcnt); in brcmf_fws_txstatus_indicate()