Searched refs:gro_bitmask (Results 1 – 2 of 2) sorted by relevance
5899 __clear_bit(index, &napi->gro_bitmask); in __napi_gro_flush_chain()5908 unsigned long bitmask = napi->gro_bitmask; in napi_gro_flush()6134 if (!test_bit(bucket, &napi->gro_bitmask)) in dev_gro_receive()6135 __set_bit(bucket, &napi->gro_bitmask); in dev_gro_receive()6136 } else if (test_bit(bucket, &napi->gro_bitmask)) { in dev_gro_receive()6137 __clear_bit(bucket, &napi->gro_bitmask); in dev_gro_receive()6551 if (n->gro_bitmask) in napi_complete_done()6561 if (n->gro_bitmask) { in napi_complete_done()6630 if (napi->gro_bitmask) { in __busy_poll_stop()6823 napi->gro_bitmask = 0; in init_gro_hash()[all …]
329 unsigned long gro_bitmask; member