Home
last modified time | relevance | path

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

/openbmc/linux/net/core/
H A Dgro.c283 __clear_bit(index, &napi->gro_bitmask); in __napi_gro_flush_chain()
292 unsigned long bitmask = napi->gro_bitmask; in napi_gro_flush()
528 if (!test_bit(bucket, &napi->gro_bitmask)) in dev_gro_receive()
529 __set_bit(bucket, &napi->gro_bitmask); in dev_gro_receive()
530 } else if (test_bit(bucket, &napi->gro_bitmask)) { in dev_gro_receive()
531 __clear_bit(bucket, &napi->gro_bitmask); in dev_gro_receive()
H A Ddev.c6121 if (n->gro_bitmask) in napi_complete_done()
6131 if (n->gro_bitmask) { in napi_complete_done()
6200 if (napi->gro_bitmask) { in __busy_poll_stop()
6396 napi->gro_bitmask = 0; in init_gro_hash()
6546 napi->gro_bitmask = 0; in __netif_napi_del()
6603 if (n->gro_bitmask) { in __napi_poll()
11385 8 * sizeof_field(struct napi_struct, gro_bitmask)); in netdev_init()
/openbmc/linux/include/linux/
H A Dnetdevice.h364 unsigned long gro_bitmask; member