Home
last modified time | relevance | path

Searched refs:tx_work_limit (Results 1 – 10 of 10) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/intel/igb/
Digb.h370 u16 tx_work_limit; 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()
2970 adapter->tx_work_limit = IGB_DEFAULT_TX_WORK; in igb_sw_init()
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
Dixgbe.h650 u16 tx_work_limit; member
Dixgbe_lib.c860 q_vector->tx.work_limit = adapter->tx_work_limit; in ixgbe_alloc_q_vector()
Dixgbe_main.c5356 adapter->tx_work_limit = IXGBE_DEFAULT_TX_WORK; in ixgbe_sw_init()
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/
Dmlx4_en.h546 u32 tx_work_limit; member
Den_ethtool.c932 coal->tx_max_coalesced_frames_irq = priv->tx_work_limit; in mlx4_en_get_coalesce()
978 priv->tx_work_limit = coal->tx_max_coalesced_frames_irq; in mlx4_en_set_coalesce()
Den_tx.c405 int budget = priv->tx_work_limit; in mlx4_en_process_tx_cq()
Den_netdev.c2805 priv->tx_work_limit = MLX4_EN_DEFAULT_TX_WORK; in mlx4_en_init_netdev()