Home
last modified time | relevance | path

Searched refs:work_limit (Results 1 – 20 of 20) sorted by relevance

/linux-4.4.14/sound/oss/
Duart401.c84 int work_limit=30000; in uart401_input_loop() local
86 while (input_avail(devc) && --work_limit) in uart401_input_loop()
95 if(work_limit==0) in uart401_input_loop()
/linux-4.4.14/drivers/net/ethernet/intel/i40evf/
Di40evf_ethtool.c293 ec->tx_max_coalesced_frames = vsi->work_limit; in i40evf_get_coalesce()
294 ec->rx_max_coalesced_frames = vsi->work_limit; in i40evf_get_coalesce()
325 vsi->work_limit = ec->tx_max_coalesced_frames_irq; in i40evf_set_coalesce()
Di40evf.h61 u16 work_limit; member
Di40e_txrx.c1337 clean_complete &= i40e_clean_tx_irq(ring, vsi->work_limit); in i40evf_napi_poll()
Di40evf_main.c2155 adapter->vsi.work_limit = I40E_DEFAULT_IRQ_WORK; in i40evf_process_config()
/linux-4.4.14/drivers/net/ethernet/dec/tulip/
Dwinbond-840.c1118 int work_limit = max_interrupt_work; in intr_handler() local
1154 if (--work_limit < 0) { in intr_handler()
1182 int work_limit = np->dirty_rx + RX_RING_SIZE - np->cur_rx; in netdev_rx() local
1190 while (--work_limit >= 0) { in netdev_rx()
/linux-4.4.14/drivers/net/ethernet/intel/igb/
Digb.h228 u16 work_limit; /* total work allowed per interrupt */ member
Digb_ethtool.c2216 q_vector->tx.work_limit = adapter->tx_work_limit; in igb_set_coalesce()
Digb_main.c1230 q_vector->tx.work_limit = adapter->tx_work_limit; in igb_alloc_q_vector()
6407 unsigned int budget = q_vector->tx.work_limit; in igb_clean_tx_irq()
/linux-4.4.14/drivers/net/ethernet/intel/fm10k/
Dfm10k.h165 u16 work_limit; /* total work allowed per interrupt */ member
Dfm10k_main.c1211 unsigned int budget = q_vector->tx.work_limit; in fm10k_clean_tx_irq()
1601 q_vector->tx.work_limit = FM10K_DEFAULT_TX_WORK; in fm10k_alloc_q_vector()
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe.h366 u16 work_limit; /* total work allowed per interrupt */ member
Dixgbe_lib.c860 q_vector->tx.work_limit = adapter->tx_work_limit; in ixgbe_alloc_q_vector()
Dixgbe_main.c1099 unsigned int budget = q_vector->tx.work_limit; in ixgbe_clean_tx_irq()
/linux-4.4.14/drivers/net/ethernet/intel/i40e/
Di40e.h497 u16 work_limit; member
Di40e_ethtool.c1852 ec->tx_max_coalesced_frames_irq = vsi->work_limit; in i40e_get_coalesce()
1853 ec->rx_max_coalesced_frames_irq = vsi->work_limit; in i40e_get_coalesce()
1887 vsi->work_limit = ec->tx_max_coalesced_frames_irq; in i40e_set_coalesce()
Di40e_debugfs.c590 vsi->work_limit, vsi->rx_itr_setting, in i40e_dbg_dump_vsi_seid()
Di40e_txrx.c1899 clean_complete &= i40e_clean_tx_irq(ring, vsi->work_limit); in i40e_napi_poll()
Di40e_main.c3636 i40e_clean_fdir_tx_irq(q_vector->tx.ring, vsi->work_limit); in i40e_fdir_clean_ring()
7235 vsi->work_limit = I40E_DEFAULT_IRQ_WORK; in i40e_vsi_mem_alloc()
/linux-4.4.14/drivers/net/ethernet/marvell/
Dsky2.c3047 static int sky2_poll(struct napi_struct *napi, int work_limit) in sky2_poll() argument
3067 work_done += sky2_status_intr(hw, work_limit - work_done, idx); in sky2_poll()
3069 if (work_done >= work_limit) in sky2_poll()