Home
last modified time | relevance | path

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

/openbmc/linux/net/ethtool/
H A Dbitset.c781 unsigned int dst_words = DIV_ROUND_UP(nbits, 32); in ethnl_update_bitset() local
783 bitmap32 = kmalloc_array(dst_words, sizeof(u32), GFP_KERNEL); in ethnl_update_bitset()