Searched refs:tx_coalesce_usecs_high (Results 1 - 7 of 7) sorted by relevance

/linux-master/net/ethtool/
H A Dcoalesce.c178 coal->tx_coalesce_usecs_high, supported) ||
307 ethnl_update_u32(&coalesce.tx_coalesce_usecs_high,
H A Dioctl.c1789 if (coalesce->tx_coalesce_usecs_high)
/linux-master/include/uapi/linux/
H A Dethtool.h441 * @tx_coalesce_usecs_high: How many usecs to delay a TX interrupt after
494 __u32 tx_coalesce_usecs_high; member in struct:ethtool_coalesce
/linux-master/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_ethtool.c1381 cmd->tx_coalesce_usecs_high = h->kinfo.int_rl_setting;
1444 if (cmd->tx_coalesce_usecs_high != cmd->rx_coalesce_usecs_high) {
/linux-master/drivers/net/ethernet/emulex/benet/
H A Dbe_ethtool.c330 et->tx_coalesce_usecs_high = aic->max_eqd;
/linux-master/drivers/net/ethernet/hisilicon/hns/
H A Dhns_ethtool.c772 &ec->tx_coalesce_usecs_high,
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_ethtool.c2923 ec->tx_coalesce_usecs_high = vsi->int_rate_limit;
3046 /* tx_coalesce_usecs_high is ignored, use rx-usecs-high instead */
3047 if (ec->tx_coalesce_usecs_high != vsi->int_rate_limit) {

Completed in 301 milliseconds