Home
last modified time | relevance | path

Searched refs:tx_max_coalesced_frames (Results 1 – 16 of 16) sorted by relevance

/linux-3.4.99/drivers/net/ethernet/qlogic/qlge/
Dqlge_ethtool.c58 qdev->tx_max_coalesced_frames) { in ql_update_ring_coalescing()
64 cpu_to_le16(qdev->tx_max_coalesced_frames); in ql_update_ring_coalescing()
595 c->tx_max_coalesced_frames = qdev->tx_max_coalesced_frames; in ql_get_coalesce()
612 if (c->tx_max_coalesced_frames > MAX_INTER_FRAME_WAIT) in ql_set_coalesce()
619 qdev->tx_max_coalesced_frames == c->tx_max_coalesced_frames) in ql_set_coalesce()
625 qdev->tx_max_coalesced_frames = c->tx_max_coalesced_frames; in ql_set_coalesce()
Dqlge.h2116 u16 tx_max_coalesced_frames; /* cqicb->pkt_int_delay */ member
Dqlge_main.c3135 cqicb->pkt_delay = cpu_to_le16(qdev->tx_max_coalesced_frames); in ql_start_rx_ring()
4585 qdev->tx_max_coalesced_frames = DFLT_INTER_FRAME_WAIT; in ql_init_device()
/linux-3.4.99/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_ethtool.c756 ethcoal->tx_max_coalesced_frames > 0xffff || in netxen_set_intr_coalesce()
792 ethcoal->tx_max_coalesced_frames; in netxen_set_intr_coalesce()
814 ethcoal->tx_max_coalesced_frames = in netxen_get_intr_coalesce()
/linux-3.4.99/drivers/net/ethernet/freescale/
Dgianfar_ethtool.c317 cvals->tx_max_coalesced_frames = txcount; in gfar_gcoalesce()
400 (cvals->tx_max_coalesced_frames == 0)) { in gfar_scoalesce()
415 if (cvals->tx_max_coalesced_frames > GFAR_MAX_COAL_FRAMES) { in gfar_scoalesce()
423 cvals->tx_max_coalesced_frames, in gfar_scoalesce()
/linux-3.4.99/drivers/net/ethernet/xilinx/
Dxilinx_axienet_main.c1271 ecoalesce->tx_max_coalesced_frames = (regval & XAXIDMA_COALESCE_MASK) in axienet_ethtools_get_coalesce()
1319 if (ecoalesce->tx_max_coalesced_frames) in axienet_ethtools_set_coalesce()
1320 lp->coalesce_count_tx = ecoalesce->tx_max_coalesced_frames; in axienet_ethtools_set_coalesce()
/linux-3.4.99/include/linux/
Dethtool.h218 __u32 tx_max_coalesced_frames; member
/linux-3.4.99/drivers/net/ethernet/mellanox/mlx4/
Den_ethtool.c363 coal->tx_max_coalesced_frames = 0; in mlx4_en_get_coalesce()
/linux-3.4.99/drivers/net/ethernet/via/
Dvia-velocity.c3380 ecmd->tx_max_coalesced_frames = vptr->options.tx_intsup; in velocity_get_coalesce()
3402 if (ecmd->tx_max_coalesced_frames > 0xff) in velocity_set_coalesce()
3408 vptr->options.tx_intsup = ecmd->tx_max_coalesced_frames; in velocity_set_coalesce()
/linux-3.4.99/drivers/net/ethernet/tehuti/
Dtehuti.c2190 ecoal->tx_max_coalesced_frames = in bdx_get_coalesce()
2217 tx_max_coal = ecoal->tx_max_coalesced_frames; in bdx_set_coalesce()
/linux-3.4.99/drivers/net/ethernet/brocade/bna/
Dbnad_ethtool.c340 coalesce->tx_max_coalesced_frames = BFI_TX_INTERPKT_COUNT; in bnad_get_coalesce()
/linux-3.4.99/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_ethtool.c1062 ethcoal->tx_max_coalesced_frames || in qlcnic_set_intr_coalesce()
/linux-3.4.99/drivers/net/ethernet/marvell/
Dsky2.c4065 ecmd->tx_max_coalesced_frames = sky2_read16(hw, STAT_TX_IDX_TH); in sky2_get_coalesce()
4100 if (ecmd->tx_max_coalesced_frames >= sky2->tx_ring_size-1) in sky2_set_coalesce()
4114 sky2_write16(hw, STAT_TX_IDX_TH, ecmd->tx_max_coalesced_frames); in sky2_set_coalesce()
/linux-3.4.99/drivers/net/ethernet/broadcom/
Dtg3.c8186 tw32(HOSTCC_TXMAX_FRAMES, ec->tx_max_coalesced_frames); in __tg3_set_coalesce()
8230 tw32(reg, ec->tx_max_coalesced_frames); in __tg3_set_coalesce()
12269 (ec->tx_max_coalesced_frames > MAX_TXMAX_FRAMES) || in tg3_set_coalesce()
12285 (ec->tx_max_coalesced_frames == 0)) in tg3_set_coalesce()
12292 tp->coal.tx_max_coalesced_frames = ec->tx_max_coalesced_frames; in tg3_set_coalesce()
15546 ec->tx_max_coalesced_frames = LOW_TXMAX_FRAMES; in tg3_init_coal()
Dbnx2.c7111 coal->tx_max_coalesced_frames = bp->tx_quick_cons_trip; in bnx2_get_coalesce()
7141 bp->tx_quick_cons_trip = (u16) coal->tx_max_coalesced_frames; in bnx2_set_coalesce()
/linux-3.4.99/drivers/net/ethernet/
Djme.c2454 ecmd->tx_max_coalesced_frames = PCC_TX_CNT; in jme_get_coalesce()