Home
last modified time | relevance | path

Searched refs:words (Results 1 – 6 of 6) sorted by relevance

/net/ethtool/
Dfeatures.c136 const unsigned int words = BITS_TO_LONGS(NETDEV_FEATURE_COUNT); in ethnl_features_to_bitmap() local
140 for (i = 0; i < words; i++) in ethnl_features_to_bitmap()
147 const unsigned int words = BITS_TO_LONGS(NETDEV_FEATURE_COUNT); in ethnl_bitmap_to_features() local
151 for (i = 0; i < words; i++) in ethnl_bitmap_to_features()
/net/netfilter/
Dnft_cmp.c281 int i, words = len / sizeof(u32); in nft_cmp16_fast_mask() local
283 for (i = 0; i < words; i++) { in nft_cmp16_fast_mask()
/net/ipv4/
Dinet_diag.c626 int words = bits >> 5; in bitstring_match() local
630 if (words) { in bitstring_match()
631 if (memcmp(a1, a2, words << 2)) in bitstring_match()
638 w1 = a1[words]; in bitstring_match()
639 w2 = a2[words]; in bitstring_match()
/net/ncsi/
Dinternal.h350 unsigned short words[8]; member
Dncsi-cmd.c141 cmd->vlan = htons(nca->words[1]); in ncsi_cmd_handler_svf()
Dncsi-manage.c623 nca->words[1] = vid; in clear_one_vid()
684 nca->words[1] = vid; in set_one_vid()