Home
last modified time | relevance | path

Searched refs:ethnl_update_bool32 (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/net/ethtool/
Deee.c169 ethnl_update_bool32(&eee.eee_enabled, tb[ETHTOOL_A_EEE_ENABLED], &mod); in ethnl_set_eee()
170 ethnl_update_bool32(&eee.tx_lpi_enabled, in ethnl_set_eee()
172 ethnl_update_bool32(&eee.tx_lpi_timer, tb[ETHTOOL_A_EEE_TX_LPI_TIMER], in ethnl_set_eee()
Dpause.c174 ethnl_update_bool32(&params.autoneg, tb[ETHTOOL_A_PAUSE_AUTONEG], &mod); in ethnl_set_pause()
175 ethnl_update_bool32(&params.rx_pause, tb[ETHTOOL_A_PAUSE_RX], &mod); in ethnl_set_pause()
176 ethnl_update_bool32(&params.tx_pause, tb[ETHTOOL_A_PAUSE_TX], &mod); in ethnl_set_pause()
Dcoalesce.c280 ethnl_update_bool32(&coalesce.use_adaptive_rx_coalesce, in ethnl_set_coalesce()
282 ethnl_update_bool32(&coalesce.use_adaptive_tx_coalesce, in ethnl_set_coalesce()
Dnetlink.h125 static inline void ethnl_update_bool32(u32 *dst, const struct nlattr *attr, in ethnl_update_bool32() function