Home
last modified time | relevance | path

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

/linux-3.3/include/linux/
Dethtool.h201 __u32 tx_max_coalesced_frames_irq; member
/linux-3.3/drivers/net/ethernet/intel/ixgbe/
Dixgbe_ethtool.c2111 ec->tx_max_coalesced_frames_irq = adapter->tx_work_limit; in ixgbe_get_coalesce()
2180 if (ec->tx_max_coalesced_frames_irq) in ixgbe_set_coalesce()
2181 adapter->tx_work_limit = ec->tx_max_coalesced_frames_irq; in ixgbe_set_coalesce()
/linux-3.3/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_ethtool.c755 ethcoal->tx_max_coalesced_frames_irq || in netxen_set_intr_coalesce()
/linux-3.3/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_ethtool.c1069 ethcoal->tx_max_coalesced_frames_irq || in qlcnic_set_intr_coalesce()
/linux-3.3/drivers/net/ethernet/broadcom/
Dtg3.c7987 tw32(HOSTCC_TXCOAL_MAXF_INT, ec->tx_max_coalesced_frames_irq); in __tg3_set_coalesce()
8032 tw32(reg, ec->tx_max_coalesced_frames_irq); in __tg3_set_coalesce()
11963 (ec->tx_max_coalesced_frames_irq > MAX_TXCOAL_MAXF_INT) || in tg3_set_coalesce()
11986 tp->coal.tx_max_coalesced_frames_irq = ec->tx_max_coalesced_frames_irq; in tg3_set_coalesce()
15380 ec->tx_max_coalesced_frames_irq = DEFAULT_TXCOAL_MAXF_INT; in tg3_init_coal()
Dbnx2.c7095 coal->tx_max_coalesced_frames_irq = bp->tx_quick_cons_trip_int; in bnx2_get_coalesce()
7129 bp->tx_quick_cons_trip_int = (u16) coal->tx_max_coalesced_frames_irq; in bnx2_set_coalesce()