gro_bitmask       329 include/linux/netdevice.h 	unsigned long		gro_bitmask;
gro_bitmask      5341 net/core/dev.c 		__clear_bit(index, &napi->gro_bitmask);
gro_bitmask      5350 net/core/dev.c 	unsigned long bitmask = napi->gro_bitmask;
gro_bitmask      5559 net/core/dev.c 		if (!test_bit(hash, &napi->gro_bitmask))
gro_bitmask      5560 net/core/dev.c 			__set_bit(hash, &napi->gro_bitmask);
gro_bitmask      5561 net/core/dev.c 	} else if (test_bit(hash, &napi->gro_bitmask)) {
gro_bitmask      5562 net/core/dev.c 		__clear_bit(hash, &napi->gro_bitmask);
gro_bitmask      5977 net/core/dev.c 	if (n->gro_bitmask) {
gro_bitmask      6202 net/core/dev.c 	if (napi->gro_bitmask && !napi_disable_pending(napi) &&
gro_bitmask      6217 net/core/dev.c 	napi->gro_bitmask = 0;
gro_bitmask      6284 net/core/dev.c 	napi->gro_bitmask = 0;
gro_bitmask      6326 net/core/dev.c 	if (n->gro_bitmask) {
gro_bitmask      9935 net/core/dev.c 		     8 * FIELD_SIZEOF(struct napi_struct, gro_bitmask));