Home
last modified time | relevance | path

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

/Linux-v4.19/net/core/
Ddev.c5324 __clear_bit(index, &napi->gro_bitmask); in __napi_gro_flush_chain()
5336 if (test_bit(i, &napi->gro_bitmask)) in napi_gro_flush()
5533 if (!test_bit(hash, &napi->gro_bitmask)) in dev_gro_receive()
5534 __set_bit(hash, &napi->gro_bitmask); in dev_gro_receive()
5535 } else if (test_bit(hash, &napi->gro_bitmask)) { in dev_gro_receive()
5536 __clear_bit(hash, &napi->gro_bitmask); in dev_gro_receive()
5937 if (n->gro_bitmask) { in napi_complete_done()
6146 if (napi->gro_bitmask && !napi_disable_pending(napi) && in napi_watchdog()
6161 napi->gro_bitmask = 0; in init_gro_hash()
6226 napi->gro_bitmask = 0; in netif_napi_del()
[all …]
/Linux-v4.19/include/linux/
Dnetdevice.h330 unsigned long gro_bitmask; member