Searched refs:compcnt (Results 1 – 3 of 3) sorted by relevance
| /src/sys/contrib/dev/broadcom/brcm80211/brcmfmac/ |
| H A D | fwsignal.c | 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 [all …]
|
| /src/sys/kern/ |
| H A D | subr_stats.c | 1651 uint64_t smplcnt, compcnt; local 1658 compcnt = CONSTVSD(tdgstclust32, tdgst)->compcnt; 1671 compcnt = CONSTVSD(tdgstclust64, tdgst)->compcnt; 1697 sbuf_printf(buf, fmtstr, (uintmax_t)smplcnt, (uintmax_t)compcnt, 2438 VSD(tdgstclust32, tdgst)->compcnt = 0; 2451 VSD(tdgstclust64, tdgst)->compcnt = 0; 2935 VSD(tdgstclust32, tdgst)->compcnt++; 2950 VSD(tdgstclust64, tdgst)->compcnt++;
|
| /src/sys/sys/ |
| H A D | stats.h | 311 uint32_t compcnt; /* Count of digest compressions. */ member 322 uint32_t compcnt; /* Count of digest compressions. */ member
|