Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/amd/xgbe/
Dxgbe-ethtool.c407 (ec->rx_max_coalesced_frames_irq) || in xgbe_set_coalesce()
/linux-4.1.27/include/uapi/linux/
Dethtool.h413 __u32 rx_max_coalesced_frames_irq; member
/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()
/linux-4.1.27/drivers/infiniband/hw/nes/
Dnes_nic.c1350 if (et_coalesce->rx_max_coalesced_frames_irq) { in nes_netdev_set_coalesce()
1351 shared_timer->threshold_target = et_coalesce->rx_max_coalesced_frames_irq; in nes_netdev_set_coalesce()
1405 temp_et_coalesce.rx_max_coalesced_frames_irq = shared_timer->threshold_target; in nes_netdev_get_coalesce()
/linux-4.1.27/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_ethtool.c680 (ec->rx_max_coalesced_frames_irq) || (ec->tx_coalesce_usecs_irq) || in stmmac_set_coalesce()
/linux-4.1.27/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_ethtool.c763 ethcoal->rx_max_coalesced_frames_irq || in netxen_set_intr_coalesce()
/linux-4.1.27/drivers/net/ethernet/hisilicon/
Dhip04_eth.c724 (ec->rx_max_coalesced_frames_irq) || (ec->tx_coalesce_usecs_irq) || in hip04_set_coalesce()
/linux-4.1.27/drivers/net/ethernet/intel/i40e/
Di40e_ethtool.c1710 ec->rx_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()
/linux-4.1.27/drivers/net/ethernet/xilinx/
Dxilinx_axienet_main.c1294 (ecoalesce->rx_max_coalesced_frames_irq) || in axienet_ethtools_set_coalesce()
/linux-4.1.27/drivers/net/ethernet/marvell/
Dsky2.c4098 ecmd->rx_max_coalesced_frames_irq = sky2_read8(hw, STAT_FIFO_ISR_WM); in sky2_get_coalesce()
4120 if (ecmd->rx_max_coalesced_frames_irq > RX_MAX_PENDING) in sky2_set_coalesce()
4148 sky2_write8(hw, STAT_FIFO_ISR_WM, ecmd->rx_max_coalesced_frames_irq); in sky2_set_coalesce()
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_ethtool.c1534 ethcoal->rx_max_coalesced_frames_irq || in qlcnic_set_intr_coalesce()
/linux-4.1.27/drivers/net/ethernet/broadcom/
Dtg3.c9436 tw32(HOSTCC_RXCOAL_MAXF_INT, ec->rx_max_coalesced_frames_irq); in tg3_coal_rx_init()
9452 tw32(reg, ec->rx_max_coalesced_frames_irq); in tg3_coal_rx_init()
14024 (ec->rx_max_coalesced_frames_irq > MAX_RXCOAL_MAXF_INT) || in tg3_set_coalesce()
14047 tp->coal.rx_max_coalesced_frames_irq = ec->rx_max_coalesced_frames_irq; in tg3_set_coalesce()
17562 ec->rx_max_coalesced_frames_irq = DEFAULT_RXCOAL_MAXF_INT; in tg3_init_coal()
Dbnx2.c7224 coal->rx_max_coalesced_frames_irq = bp->rx_quick_cons_trip_int; in bnx2_get_coalesce()
7250 bp->rx_quick_cons_trip_int = (u16) coal->rx_max_coalesced_frames_irq; in bnx2_set_coalesce()