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

/linux-master/net/ethtool/
H A Dbitset.c37 unsigned int start_word = start / 32; local
47 if (end_word == start_word) {
49 if (dst[start_word] & mask) {
50 dst[start_word] &= ~mask;
55 if (dst[start_word] & mask) {
56 dst[start_word] &= ~mask;
59 start_word++;
62 for (i = start_word; i < end_word; i++) {
89 unsigned int start_word = start / 32; local
98 if (end_word == start_word) {
[all...]

Completed in 179 milliseconds