Searched refs:ethtool_bitset_put (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/tools/net/ynl/generated/ |
H A D | ethtool-user.c | 1260 int ethtool_bitset_put(struct nlmsghdr *nlh, unsigned int attr_type, in ethtool_bitset_put() function 2081 ethtool_bitset_put(nlh, ETHTOOL_A_LINKMODES_OURS, &req->ours); in ethtool_linkmodes_set() 2083 ethtool_bitset_put(nlh, ETHTOOL_A_LINKMODES_PEER, &req->peer); in ethtool_linkmodes_set() 2410 ethtool_bitset_put(nlh, ETHTOOL_A_DEBUG_MSGMASK, &req->msgmask); in ethtool_debug_set() 2589 ethtool_bitset_put(nlh, ETHTOOL_A_WOL_MODES, &req->modes); in ethtool_wol_set() 2874 ethtool_bitset_put(nlh, ETHTOOL_A_FEATURES_HW, &req->hw); in ethtool_features_set() 2876 ethtool_bitset_put(nlh, ETHTOOL_A_FEATURES_WANTED, &req->wanted); in ethtool_features_set() 2878 ethtool_bitset_put(nlh, ETHTOOL_A_FEATURES_ACTIVE, &req->active); in ethtool_features_set() 3057 ethtool_bitset_put(nlh, ETHTOOL_A_PRIVFLAGS_FLAGS, &req->flags); in ethtool_privflags_set() 4254 ethtool_bitset_put(nlh, ETHTOOL_A_EEE_MODES_OURS, &req->modes_ours); in ethtool_eee_set() [all …]
|