Home
last modified time | relevance | path

Searched refs:bit_attr (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/ethtool/
H A Dbitset.c378 const struct nlattr *bit_attr, bool no_mask, in ethnl_parse_bit()
385 ret = nla_parse_nested(tb, ARRAY_SIZE(bit_policy) - 1, bit_attr, in ethnl_parse_bit()
404 NL_SET_ERR_MSG_ATTR(extack, bit_attr, in ethnl_parse_bit()
418 NL_SET_ERR_MSG_ATTR(extack, bit_attr, in ethnl_parse_bit()
434 struct nlattr *bit_attr; in ethnl_update_bitset32_verbose() local
454 nla_for_each_nested(bit_attr, tb[ETHTOOL_A_BITSET_BITS], rem) { in ethnl_update_bitset32_verbose()
458 if (nla_type(bit_attr) != ETHTOOL_A_BITSET_BITS_BIT) { in ethnl_update_bitset32_verbose()
459 NL_SET_ERR_MSG_ATTR(extack, bit_attr, in ethnl_update_bitset32_verbose()
463 ret = ethnl_parse_bit(&idx, &new_val, nbits, bit_attr, no_mask, in ethnl_update_bitset32_verbose()
610 const struct nlattr *bit_attr; in ethnl_parse_bitset() local
377 ethnl_parse_bit(unsigned int *index, bool *val, unsigned int nbits, const struct nlattr *bit_attr, bool no_mask, ethnl_string_array_t names, struct netlink_ext_ack *extack) ethnl_parse_bit() argument
[all...]
/kernel/linux/linux-6.6/net/ethtool/
H A Dbitset.c378 const struct nlattr *bit_attr, bool no_mask, in ethnl_parse_bit()
385 ret = nla_parse_nested(tb, ARRAY_SIZE(bit_policy) - 1, bit_attr, in ethnl_parse_bit()
404 NL_SET_ERR_MSG_ATTR(extack, bit_attr, in ethnl_parse_bit()
418 NL_SET_ERR_MSG_ATTR(extack, bit_attr, in ethnl_parse_bit()
434 struct nlattr *bit_attr; in ethnl_update_bitset32_verbose() local
454 nla_for_each_nested(bit_attr, tb[ETHTOOL_A_BITSET_BITS], rem) { in ethnl_update_bitset32_verbose()
458 if (nla_type(bit_attr) != ETHTOOL_A_BITSET_BITS_BIT) { in ethnl_update_bitset32_verbose()
459 NL_SET_ERR_MSG_ATTR(extack, bit_attr, in ethnl_update_bitset32_verbose()
463 ret = ethnl_parse_bit(&idx, &new_val, nbits, bit_attr, no_mask, in ethnl_update_bitset32_verbose()
610 const struct nlattr *bit_attr; in ethnl_parse_bitset() local
377 ethnl_parse_bit(unsigned int *index, bool *val, unsigned int nbits, const struct nlattr *bit_attr, bool no_mask, ethnl_string_array_t names, struct netlink_ext_ack *extack) ethnl_parse_bit() argument
[all...]

Completed in 3 milliseconds