Home
last modified time | relevance | path

Searched refs:tx_max_coalesced_frames_irq (Results 1 – 12 of 12) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/intel/i40evf/
Di40evf_ethtool.c322 if (ec->tx_max_coalesced_frames_irq || ec->rx_max_coalesced_frames_irq) in i40evf_set_coalesce()
323 vsi->work_limit = ec->tx_max_coalesced_frames_irq; in i40evf_set_coalesce()
/linux-4.1.27/drivers/net/ethernet/amd/xgbe/
Dxgbe-ethtool.c410 (ec->tx_max_coalesced_frames_irq) || in xgbe_set_coalesce()
/linux-4.1.27/include/uapi/linux/
Dethtool.h417 __u32 tx_max_coalesced_frames_irq; member
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/
Den_ethtool.c932 coal->tx_max_coalesced_frames_irq = priv->tx_work_limit; in mlx4_en_get_coalesce()
952 if (!coal->tx_max_coalesced_frames_irq) in mlx4_en_set_coalesce()
978 priv->tx_work_limit = coal->tx_max_coalesced_frames_irq; in mlx4_en_set_coalesce()
/linux-4.1.27/drivers/net/ethernet/intel/i40e/
Di40e_ethtool.c1709 ec->tx_max_coalesced_frames_irq = vsi->work_limit; in i40e_get_coalesce()
1735 if (ec->tx_max_coalesced_frames_irq || ec->rx_max_coalesced_frames_irq) in i40e_set_coalesce()
1736 vsi->work_limit = ec->tx_max_coalesced_frames_irq; in i40e_set_coalesce()
/linux-4.1.27/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_ethtool.c687 (ec->tx_max_coalesced_frames_irq) || in stmmac_set_coalesce()
/linux-4.1.27/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_ethtool.c765 ethcoal->tx_max_coalesced_frames_irq || in netxen_set_intr_coalesce()
/linux-4.1.27/drivers/net/ethernet/hisilicon/
Dhip04_eth.c731 (ec->tx_max_coalesced_frames_irq) || in hip04_set_coalesce()
/linux-4.1.27/drivers/net/ethernet/xilinx/
Dxilinx_axienet_main.c1297 (ecoalesce->tx_max_coalesced_frames_irq) || in axienet_ethtools_set_coalesce()
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_ethtool.c1536 ethcoal->tx_max_coalesced_frames_irq || in qlcnic_set_intr_coalesce()
/linux-4.1.27/drivers/net/ethernet/broadcom/
Dtg3.c9403 tw32(HOSTCC_TXCOAL_MAXF_INT, ec->tx_max_coalesced_frames_irq); in tg3_coal_tx_init()
9417 tw32(reg, ec->tx_max_coalesced_frames_irq); in tg3_coal_tx_init()
14025 (ec->tx_max_coalesced_frames_irq > MAX_TXCOAL_MAXF_INT) || in tg3_set_coalesce()
14048 tp->coal.tx_max_coalesced_frames_irq = ec->tx_max_coalesced_frames_irq; in tg3_set_coalesce()
17563 ec->tx_max_coalesced_frames_irq = DEFAULT_TXCOAL_MAXF_INT; in tg3_init_coal()
Dbnx2.c7229 coal->tx_max_coalesced_frames_irq = bp->tx_quick_cons_trip_int; in bnx2_get_coalesce()
7263 bp->tx_quick_cons_trip_int = (u16) coal->tx_max_coalesced_frames_irq; in bnx2_set_coalesce()