Home
last modified time | relevance | path

Searched refs:use_adaptive_tx_coalesce (Results 1 – 5 of 5) sorted by relevance

/systemd-251/src/shared/
Dethtool-util.h149 int use_adaptive_tx_coalesce; member
Dethtool-util.c1123 coalesce->use_adaptive_tx_coalesce < 0 && in ethtool_set_nic_coalesce_settings()
1158 if (coalesce->use_adaptive_tx_coalesce >= 0) in ethtool_set_nic_coalesce_settings()
1159 … UPDATE(ecmd.use_adaptive_tx_coalesce, (uint32_t) coalesce->use_adaptive_tx_coalesce, need_update); in ethtool_set_nic_coalesce_settings()
/systemd-251/src/udev/net/
Dlink-config-gperf.gperf95 … 0, offsetof(LinkConfig, coalesce.use_adaptive_tx_coalesce)
Dlink-config.c250 .coalesce.use_adaptive_tx_coalesce = -1, in link_load_one()
/systemd-251/src/shared/linux/
Dethtool.h490 __u32 use_adaptive_tx_coalesce; member