Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/drivers/net/ethernet/intel/i40evf/
Di40evf_ethtool.c291 ec->tx_max_coalesced_frames = vsi->work_limit; in i40evf_get_coalesce()
292 ec->rx_max_coalesced_frames = vsi->work_limit; in i40evf_get_coalesce()
323 vsi->work_limit = ec->tx_max_coalesced_frames_irq; in i40evf_set_coalesce()
Di40evf.h65 u16 work_limit; member
Di40e_txrx.c1317 clean_complete &= i40e_clean_tx_irq(ring, vsi->work_limit); in i40evf_napi_poll()
Di40evf_main.c2184 adapter->vsi.work_limit = I40E_DEFAULT_IRQ_WORK; in i40evf_init_task()
/linux-4.1.27/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.1.27/drivers/net/ethernet/intel/igb/
Digb.h228 u16 work_limit; /* total work allowed per interrupt */ member
Digb_ethtool.c2199 q_vector->tx.work_limit = adapter->tx_work_limit; in igb_set_coalesce()
Digb_main.c1228 q_vector->tx.work_limit = adapter->tx_work_limit; in igb_alloc_q_vector()
6410 unsigned int budget = q_vector->tx.work_limit; in igb_clean_tx_irq()
/linux-4.1.27/drivers/net/ethernet/intel/fm10k/
Dfm10k.h158 u16 work_limit; /* total work allowed per interrupt */ member
Dfm10k_main.c1224 unsigned int budget = q_vector->tx.work_limit; in fm10k_clean_tx_irq()
1611 q_vector->tx.work_limit = FM10K_DEFAULT_TX_WORK; in fm10k_alloc_q_vector()
/linux-4.1.27/drivers/net/ethernet/intel/i40e/
Di40e.h470 u16 work_limit; member
Di40e_ethtool.c1709 ec->tx_max_coalesced_frames_irq = vsi->work_limit; in i40e_get_coalesce()
1710 ec->rx_max_coalesced_frames_irq = vsi->work_limit; in i40e_get_coalesce()
1736 vsi->work_limit = ec->tx_max_coalesced_frames_irq; in i40e_set_coalesce()
Di40e_txrx.c1867 clean_complete &= i40e_clean_tx_irq(ring, vsi->work_limit); in i40e_napi_poll()
Di40e_debugfs.c588 vsi->work_limit, vsi->rx_itr_setting, in i40e_dbg_dump_vsi_seid()
Di40e_main.c3360 i40e_clean_fdir_tx_irq(q_vector->tx.ring, vsi->work_limit); in i40e_fdir_clean_ring()
6866 vsi->work_limit = I40E_DEFAULT_IRQ_WORK; in i40e_vsi_mem_alloc()
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
Dixgbe.h358 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.c1085 unsigned int budget = q_vector->tx.work_limit; in ixgbe_clean_tx_irq()
/linux-4.1.27/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()