Searched refs:fill_threshold (Results 1 – 11 of 11) sorted by relevance
12 static inline void cvm_oct_rx_refill_pool(int fill_threshold) in cvm_oct_rx_refill_pool() argument20 if (number_to_free > fill_threshold) { in cvm_oct_rx_refill_pool()
173 u32 fill_threshold; member
191 iq->fill_threshold = CFG_GET_IQ_DB_MIN(oct->conf); in octep_vf_setup_iq()
710 iq->fill_cnt < iq->fill_threshold) in octep_vf_start_xmit()
215 u32 fill_threshold; member
192 iq->fill_threshold = CFG_GET_IQ_DB_MIN(oct->conf); in octep_setup_iq()
956 iq->fill_cnt < iq->fill_threshold) in octep_start_xmit()
153 u32 fill_threshold; member
104 iq->fill_threshold = (u32)conf->db_min; in octeon_init_instr_queue()
2155 intr_coal->tx_max_coalesced_frames = iq->fill_threshold; in lio_get_intr_coalesce()2444 oct->instr_queue[q_no]->fill_threshold = in lio_set_intr_coalesce()
770 unsigned int fill_threshold; in ionic_rx_fill() local785 fill_threshold = min_t(unsigned int, IONIC_RX_FILL_THRESHOLD, in ionic_rx_fill()787 if (n_fill < fill_threshold) in ionic_rx_fill()