Home
last modified time | relevance | path

Searched refs:fill_cnt (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/dev/gve/
H A Dgve_rx.c231 rx->fill_cnt++; in gve_rx_clear_data_ring()
263 rx->fill_cnt = 0; in gve_clear_rx_ring()
294 gve_db_bar_write_4(priv, com->db_offset, rx->fill_cnt); in gve_start_rx_ring()
686 rx->fill_cnt += work_done; in gve_rx_cleanup()
687 gve_db_bar_write_4(priv, rx->com.db_offset, rx->fill_cnt); in gve_rx_cleanup()
H A Dgve_sysctl.c107 &rxq->fill_cnt, rxq->fill_cnt, in gve_setup_rxq_sysctl()
H A Dgve_rx_dqo.c207 rx->fill_cnt = 0; in gve_clear_rx_ring_dqo()
270 rx->fill_cnt++; /* rx->fill_cnt is just a sysctl counter */ in gve_rx_advance_head_dqo()
H A Dgve.h274 uint32_t fill_cnt; /* free-running total number of descs and buffs posted */ member
/freebsd/sys/dev/liquidio/base/
H A Dlio_request_manager.c135 iq->fill_cnt = 0; in lio_init_instr_queue()
322 lio_write_csr32(oct, iq->doorbell_reg, iq->fill_cnt); in lio_ring_doorbell()
325 iq->fill_cnt = 0; in lio_ring_doorbell()
370 iq->fill_cnt++; in __lio_post_command2()
H A Dlio_iq.h166 uint32_t fill_cnt; member
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dhtt_rx.c72 htt->rx_ring.fill_cnt = 0; in ath10k_htt_rx_ring_free()
187 htt->rx_ring.fill_cnt++; in __ath10k_htt_rx_ring_fill_n()
237 num_deficit = htt->rx_ring.fill_level - htt->rx_ring.fill_cnt; in ath10k_htt_rx_msdu_buff_replenish()
274 htt->rx_ring.fill_cnt)); in ath10k_htt_rx_ring_refill()
324 if (htt->rx_ring.fill_cnt == 0) { in ath10k_htt_rx_netbuf_pop()
337 htt->rx_ring.fill_cnt--; in ath10k_htt_rx_netbuf_pop()
481 htt->rx_ring.fill_cnt--; in ath10k_htt_rx_pop_paddr()
851 htt->rx_ring.fill_cnt = 0; in ath10k_htt_rx_alloc()
H A Dhtt.h1854 int fill_cnt; member