Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ethtool/
H A Dcoalesce.c145 coal->tx_max_coalesced_frames_irq, supported) || in coalesce_fill_reply()
276 ethnl_update_u32(&coalesce.tx_max_coalesced_frames_irq, in ethnl_set_coalesce()
H A Dioctl.c1656 if (coalesce->tx_max_coalesced_frames_irq) in ethtool_set_coalesce_supported()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/iavf/
H A Diavf_ethtool.c808 if (ec->tx_max_coalesced_frames_irq || ec->rx_max_coalesced_frames_irq) in __iavf_set_coalesce()
809 vsi->work_limit = ec->tx_max_coalesced_frames_irq; in __iavf_set_coalesce()
/OK3568_Linux_fs/u-boot/include/linux/
H A Dethtool.h156 __u32 tx_max_coalesced_frames_irq; member
/OK3568_Linux_fs/app/forlinx/quectelCM/
H A Dethtool-copy.h265 __u32 tx_max_coalesced_frames_irq; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dethtool.h439 __u32 tx_max_coalesced_frames_irq; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dethtool.h439 __u32 tx_max_coalesced_frames_irq; member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx4/
H A Den_ethtool.c1007 coal->tx_max_coalesced_frames_irq = priv->tx_work_limit; in mlx4_en_get_coalesce()
1027 if (!coal->tx_max_coalesced_frames_irq) in mlx4_en_set_coalesce()
1069 priv->tx_work_limit = coal->tx_max_coalesced_frames_irq; in mlx4_en_set_coalesce()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dethtool.h471 __u32 tx_max_coalesced_frames_irq; member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/realtek/r8168/
H A Dr8168.h882 u32 tx_max_coalesced_frames_irq; member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/i40e/
H A Di40e_ethtool.c2788 ec->tx_max_coalesced_frames_irq = vsi->work_limit; in __i40e_get_coalesce()
2919 if (ec->tx_max_coalesced_frames_irq || ec->rx_max_coalesced_frames_irq) in __i40e_set_coalesce()
2920 vsi->work_limit = ec->tx_max_coalesced_frames_irq; in __i40e_set_coalesce()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ethtool.c70 coal->tx_max_coalesced_frames_irq = hw_coal->coal_bufs_irq / mult; in bnxt_get_coalesce()
107 hw_coal->coal_bufs_irq = coal->tx_max_coalesced_frames_irq * mult; in bnxt_set_coalesce()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/
H A Dtg3.c9433 tw32(HOSTCC_TXCOAL_MAXF_INT, ec->tx_max_coalesced_frames_irq); in tg3_coal_tx_init()
9447 tw32(reg, ec->tx_max_coalesced_frames_irq); in tg3_coal_tx_init()
14087 (ec->tx_max_coalesced_frames_irq > MAX_TXCOAL_MAXF_INT) || in tg3_set_coalesce()
14100 tp->coal.tx_max_coalesced_frames_irq = ec->tx_max_coalesced_frames_irq; in tg3_set_coalesce()
17604 ec->tx_max_coalesced_frames_irq = DEFAULT_TXCOAL_MAXF_INT; in tg3_init_coal()
H A Dbnx2.c7259 coal->tx_max_coalesced_frames_irq = bp->tx_quick_cons_trip_int; in bnx2_get_coalesce()
7293 bp->tx_quick_cons_trip_int = (u16) coal->tx_max_coalesced_frames_irq; in bnx2_set_coalesce()