Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/wangxun/ngbevf/
H A Dngbevf_main.c111 wx->tx_work_limit = NGBEVF_DEFAULT_TX_WORK; in ngbevf_sw_init()
/linux/drivers/net/ethernet/wangxun/txgbevf/
H A Dtxgbevf_main.c155 wx->tx_work_limit = TXGBEVF_DEFAULT_TX_WORK; in txgbevf_sw_init()
/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_ethtool.c308 ec->tx_max_coalesced_frames_irq = wx->tx_work_limit; in wx_get_coalesce()
389 wx->tx_work_limit = ec->tx_max_coalesced_frames_irq; in wx_set_coalesce()
H A Dwx_type.h1311 u16 tx_work_limit; member
H A Dwx_lib.c754 unsigned int budget = q_vector->wx->tx_work_limit; in wx_clean_tx_irq()
/linux/drivers/net/ethernet/intel/igc/
H A Digc.h220 u16 tx_work_limit; member
H A Digc_ethtool.c948 q_vector->tx.work_limit = adapter->tx_work_limit; in igc_ethtool_set_coalesce()
H A Digc_main.c4883 q_vector->tx.work_limit = adapter->tx_work_limit; in igc_alloc_q_vector()
5060 adapter->tx_work_limit = IGC_DEFAULT_TX_WORK; in igc_sw_init()
/linux/drivers/net/ethernet/intel/igb/
H A Digb.h562 u16 tx_work_limit; member
H A Digb_ethtool.c2231 q_vector->tx.work_limit = adapter->tx_work_limit; in igb_set_coalesce()
H A Digb_main.c1208 q_vector->tx.work_limit = adapter->tx_work_limit; in igb_alloc_q_vector()
4060 adapter->tx_work_limit = IGB_DEFAULT_TX_WORK; in igb_sw_init()
/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dmlx4_en.h577 u32 tx_work_limit; member
H A Den_ethtool.c993 coal->tx_max_coalesced_frames_irq = priv->tx_work_limit; in mlx4_en_get_coalesce()
1057 priv->tx_work_limit = coal->tx_max_coalesced_frames_irq; in mlx4_en_set_coalesce()
H A Den_tx.c442 int budget = priv->tx_work_limit; in mlx4_en_process_tx_cq()
H A Den_netdev.c3209 priv->tx_work_limit = MLX4_EN_DEFAULT_TX_WORK; in mlx4_en_init_netdev()
/linux/drivers/net/ethernet/wangxun/ngbe/
H A Dngbe_main.c131 wx->tx_work_limit = NGBE_DEFAULT_TX_WORK; in ngbe_sw_init()
/linux/drivers/net/ethernet/wangxun/txgbe/
H A Dtxgbe_main.c410 wx->tx_work_limit = TXGBE_DEFAULT_TX_WORK; in txgbe_sw_init()
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe.h688 u16 tx_work_limit; member
H A Dixgbe_lib.c883 q_vector->tx.work_limit = adapter->tx_work_limit; in ixgbe_alloc_q_vector()
H A Dixgbe_main.c7042 adapter->tx_work_limit = IXGBE_DEFAULT_TX_WORK; in ixgbe_sw_init()