Home
last modified time | relevance | path

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

/drivers/net/ethernet/intel/igc/
Digc.h360 u16 tx_work_limit; member
Digc_main.c3539 q_vector->tx.work_limit = adapter->tx_work_limit; in igc_alloc_q_vector()
4427 adapter->tx_work_limit = IGC_DEFAULT_TX_WORK; in igc_sw_init()
Digc_ethtool.c864 q_vector->tx.work_limit = adapter->tx_work_limit; in igc_set_coalesce()
/drivers/net/ethernet/intel/igb/
Digb.h484 u16 tx_work_limit; member
Digb_ethtool.c2236 q_vector->tx.work_limit = adapter->tx_work_limit; in igb_set_coalesce()
Digb_main.c1226 q_vector->tx.work_limit = adapter->tx_work_limit; in igb_alloc_q_vector()
3814 adapter->tx_work_limit = IGB_DEFAULT_TX_WORK; in igb_sw_init()
/drivers/net/ethernet/mellanox/mlx4/
Dmlx4_en.h582 u32 tx_work_limit; member
Den_ethtool.c1007 coal->tx_max_coalesced_frames_irq = priv->tx_work_limit; in mlx4_en_get_coalesce()
1069 priv->tx_work_limit = coal->tx_max_coalesced_frames_irq; in mlx4_en_set_coalesce()
Den_tx.c403 int budget = priv->tx_work_limit; in mlx4_en_process_tx_cq()
Den_netdev.c3288 priv->tx_work_limit = MLX4_EN_DEFAULT_TX_WORK; in mlx4_en_init_netdev()
/drivers/net/ethernet/intel/ixgbe/
Dixgbe.h621 u16 tx_work_limit; member
Dixgbe_lib.c884 q_vector->tx.work_limit = adapter->tx_work_limit; in ixgbe_alloc_q_vector()
Dixgbe_main.c6405 adapter->tx_work_limit = IXGBE_DEFAULT_TX_WORK; in ixgbe_sw_init()