Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/core/
H A Ddev.c5843 __clear_bit(index, &napi->gro_bitmask); in __napi_gro_flush_chain()
5852 unsigned long bitmask = napi->gro_bitmask; in napi_gro_flush()
6074 if (!test_bit(hash, &napi->gro_bitmask)) in dev_gro_receive()
6075 __set_bit(hash, &napi->gro_bitmask); in dev_gro_receive()
6076 } else if (test_bit(hash, &napi->gro_bitmask)) { in dev_gro_receive()
6077 __clear_bit(hash, &napi->gro_bitmask); in dev_gro_receive()
6503 if (n->gro_bitmask) in napi_complete_done()
6513 if (n->gro_bitmask) { in napi_complete_done()
6741 napi->gro_bitmask = 0; in init_gro_hash()
6814 napi->gro_bitmask = 0; in __netif_napi_del()
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Dnetdevice.h340 unsigned long gro_bitmask; member