Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/igc/
H A Digc.h166 u16 tx_work_limit; member
H A Digc_ethtool.c946 q_vector->tx.work_limit = adapter->tx_work_limit; in igc_ethtool_set_coalesce()
H A Digc_main.c4639 q_vector->tx.work_limit = adapter->tx_work_limit; in igc_alloc_q_vector()
4816 adapter->tx_work_limit = IGC_DEFAULT_TX_WORK; in igc_sw_init()
/openbmc/linux/drivers/net/ethernet/intel/igb/
H A Digb.h554 u16 tx_work_limit; member
H A Digb_ethtool.c2234 q_vector->tx.work_limit = adapter->tx_work_limit; in igb_set_coalesce()
H A Digb_main.c1230 q_vector->tx.work_limit = adapter->tx_work_limit; in igb_alloc_q_vector()
4065 adapter->tx_work_limit = IGB_DEFAULT_TX_WORK; in igb_sw_init()
/openbmc/linux/drivers/net/ethernet/wangxun/txgbe/
H A Dtxgbe_main.c386 wx->tx_work_limit = TXGBE_DEFAULT_TX_WORK; in txgbe_sw_init()
/openbmc/linux/drivers/net/ethernet/wangxun/ngbe/
H A Dngbe_main.c149 wx->tx_work_limit = NGBE_DEFAULT_TX_WORK; in ngbe_sw_init()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dmlx4_en.h584 u32 tx_work_limit; member
H A Den_ethtool.c1012 coal->tx_max_coalesced_frames_irq = priv->tx_work_limit; in mlx4_en_get_coalesce()
1076 priv->tx_work_limit = coal->tx_max_coalesced_frames_irq; in mlx4_en_set_coalesce()
H A Den_tx.c447 int budget = priv->tx_work_limit; in mlx4_en_process_tx_cq()
H A Den_netdev.c3148 priv->tx_work_limit = MLX4_EN_DEFAULT_TX_WORK; in mlx4_en_init_netdev()
/openbmc/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_type.h888 u16 tx_work_limit; member
H A Dwx_lib.c706 unsigned int budget = q_vector->wx->tx_work_limit; in wx_clean_tx_irq()
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe.h668 u16 tx_work_limit; member
H A Dixgbe_lib.c885 q_vector->tx.work_limit = adapter->tx_work_limit; in ixgbe_alloc_q_vector()
H A Dixgbe_main.c6476 adapter->tx_work_limit = IXGBE_DEFAULT_TX_WORK; in ixgbe_sw_init()