Home
last modified time | relevance | path

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

/openbmc/linux/net/ethtool/
H A Deee.c105 nla_put_u32(skb, ETHTOOL_A_EEE_TX_LPI_TIMER, eee->tx_lpi_timer)) in eee_fill_reply()
119 [ETHTOOL_A_EEE_TX_LPI_TIMER] = { .type = NLA_U32 },
151 ethnl_update_u32(&eee.tx_lpi_timer, tb[ETHTOOL_A_EEE_TX_LPI_TIMER], in ethnl_set_eee()
H A Dnetlink.h424 extern const struct nla_policy ethnl_eee_set_policy[ETHTOOL_A_EEE_TX_LPI_TIMER + 1];
/openbmc/linux/include/uapi/linux/
H A Dethtool_netlink.h465 ETHTOOL_A_EEE_TX_LPI_TIMER, /* u32 */ enumerator
/openbmc/linux/tools/net/ynl/generated/
H A Dethtool-user.c486 [ETHTOOL_A_EEE_TX_LPI_TIMER] = { .name = "tx-lpi-timer", .type = YNL_PT_U32, },
4136 } else if (type == ETHTOOL_A_EEE_TX_LPI_TIMER) { in ethtool_eee_get_rsp_parse()
4264 mnl_attr_put_u32(nlh, ETHTOOL_A_EEE_TX_LPI_TIMER, req->tx_lpi_timer); in ethtool_eee_set()
/openbmc/linux/Documentation/networking/
H A Dethtool-netlink.rst1183 ``ETHTOOL_A_EEE_TX_LPI_TIMER`` u32 Tx lpi timeout (in us)
1205 ``ETHTOOL_A_EEE_TX_LPI_TIMER`` u32 Tx lpi timeout (in us)