Home
last modified time | relevance | path

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

/Linux-v5.4/net/core/
Ddev.c5326 __clear_bit(index, &napi->gro_bitmask); in __napi_gro_flush_chain()
5335 unsigned long bitmask = napi->gro_bitmask; in napi_gro_flush()
5544 if (!test_bit(hash, &napi->gro_bitmask)) in dev_gro_receive()
5545 __set_bit(hash, &napi->gro_bitmask); in dev_gro_receive()
5546 } else if (test_bit(hash, &napi->gro_bitmask)) { in dev_gro_receive()
5547 __clear_bit(hash, &napi->gro_bitmask); in dev_gro_receive()
5984 if (n->gro_bitmask) { in napi_complete_done()
6206 if (napi->gro_bitmask && !napi_disable_pending(napi) && in napi_watchdog()
6221 napi->gro_bitmask = 0; in init_gro_hash()
6288 napi->gro_bitmask = 0; in netif_napi_del()
[all …]
/Linux-v5.4/include/linux/
Dnetdevice.h327 unsigned long gro_bitmask; member