Home
last modified time | relevance | path

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

/linux/net/ethtool/
A Dcoalesce.c151 coal->tx_max_coalesced_frames_irq, supported) || in coalesce_fill_reply()
290 ethnl_update_u32(&coalesce.tx_max_coalesced_frames_irq, in ethnl_set_coalesce()
A Dioctl.c1681 if (coalesce->tx_max_coalesced_frames_irq) in ethtool_set_coalesce_supported()
/linux/drivers/net/ethernet/mellanox/mlx4/
A Den_ethtool.c1012 coal->tx_max_coalesced_frames_irq = priv->tx_work_limit; in mlx4_en_get_coalesce()
1034 if (!coal->tx_max_coalesced_frames_irq) in mlx4_en_set_coalesce()
1076 priv->tx_work_limit = coal->tx_max_coalesced_frames_irq; in mlx4_en_set_coalesce()
/linux/include/uapi/linux/
A Dethtool.h483 __u32 tx_max_coalesced_frames_irq; member
/linux/drivers/net/ethernet/intel/iavf/
A Diavf_ethtool.c815 if (ec->tx_max_coalesced_frames_irq || ec->rx_max_coalesced_frames_irq) in __iavf_set_coalesce()
816 vsi->work_limit = ec->tx_max_coalesced_frames_irq; in __iavf_set_coalesce()
/linux/drivers/net/ethernet/intel/i40e/
A Di40e_ethtool.c2776 ec->tx_max_coalesced_frames_irq = vsi->work_limit; in __i40e_get_coalesce()
2911 if (ec->tx_max_coalesced_frames_irq || ec->rx_max_coalesced_frames_irq) in __i40e_set_coalesce()
2912 vsi->work_limit = ec->tx_max_coalesced_frames_irq; in __i40e_set_coalesce()
/linux/drivers/net/ethernet/broadcom/bnxt/
A Dbnxt_ethtool.c77 coal->tx_max_coalesced_frames_irq = hw_coal->coal_bufs_irq / mult; in bnxt_get_coalesce()
116 hw_coal->coal_bufs_irq = coal->tx_max_coalesced_frames_irq * mult; in bnxt_set_coalesce()
/linux/drivers/net/ethernet/broadcom/
A Dtg3.c9423 tw32(HOSTCC_TXCOAL_MAXF_INT, ec->tx_max_coalesced_frames_irq); in tg3_coal_tx_init()
9437 tw32(reg, ec->tx_max_coalesced_frames_irq); in tg3_coal_tx_init()
14041 (ec->tx_max_coalesced_frames_irq > MAX_TXCOAL_MAXF_INT) || in tg3_set_coalesce()
14054 tp->coal.tx_max_coalesced_frames_irq = ec->tx_max_coalesced_frames_irq; in tg3_set_coalesce()
17529 ec->tx_max_coalesced_frames_irq = DEFAULT_TXCOAL_MAXF_INT; in tg3_init_coal()
A Dbnx2.c7262 coal->tx_max_coalesced_frames_irq = bp->tx_quick_cons_trip_int; in bnx2_get_coalesce()
7298 bp->tx_quick_cons_trip_int = (u16) coal->tx_max_coalesced_frames_irq; in bnx2_set_coalesce()

Completed in 82 milliseconds