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

/linux-master/net/ethtool/
H A Dbitset.c486 unsigned int attr_nbits, attr_nwords; local
511 attr_nwords = DIV_ROUND_UP(attr_nbits, 32);
512 if (nla_len(tb[ETHTOOL_A_BITSET_VALUE]) != attr_nwords * sizeof(u32)) {
518 nla_len(tb[ETHTOOL_A_BITSET_MASK]) != attr_nwords * sizeof(u32)) {

Completed in 151 milliseconds