Searched refs:pkt_count (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/dev/liquidio/base/
H A Dlio_droq.c113 uint32_t pkt_count = 0; local
115 pkt_count = lio_read_csr32(oct, droq->pkts_sent_reg);
117 last_count = pkt_count - droq->pkt_count;
118 droq->pkt_count = pkt_count;
594 uint32_t pkt, pkt_count, total_len = 0; local
596 pkt_count = pkts_to_process;
598 for (pkt = 0; pkt < pkt_count; pkt++) {
610 droq->q_no, droq->read_idx, pkt_count);
730 uint32_t pkt_count = 0, pkts_processed = 0; local
[all...]
H A Dlio_droq.h261 uint32_t pkt_count; member in struct:lio_droq
H A Dlio_device.c1023 droq->pkt_count - pkts_pend);
1024 droq->pkt_count = pkts_pend;
/freebsd-11-stable/sbin/camcontrol/
H A Dfwdownload.c782 int pkt_count = 0; local
834 cdb.buffer_id = vp->inc_cdb_buffer_id ? pkt_count : 0;
914 pkt_count++;
/freebsd-11-stable/sys/dev/ath/
H A Dif_ath_lna_div.c219 int main_rssi_avg, int alt_rssi_avg, int pkt_count)
223 (alt_rssi_avg > main_rssi_avg + mindelta)) && (pkt_count > 50);
218 ath_is_alt_ant_ratio_better(int alt_ratio, int maxdelta, int mindelta, int main_rssi_avg, int alt_rssi_avg, int pkt_count) argument

Completed in 77 milliseconds