Searched refs:gro_bitmask (Results 1 – 3 of 3) sorted by relevance
305 __clear_bit(index, &napi->gro_bitmask); in __napi_gro_flush_chain()314 unsigned long bitmask = napi->gro_bitmask; in napi_gro_flush()554 if (!test_bit(bucket, &napi->gro_bitmask)) in dev_gro_receive()555 __set_bit(bucket, &napi->gro_bitmask); in dev_gro_receive()556 } else if (test_bit(bucket, &napi->gro_bitmask)) { in dev_gro_receive()557 __clear_bit(bucket, &napi->gro_bitmask); in dev_gro_receive()
6478 if (n->gro_bitmask) in napi_complete_done()6488 if (n->gro_bitmask) { in napi_complete_done()6565 if (napi->gro_bitmask) { in __busy_poll_stop()6855 napi->gro_bitmask = 0; in init_gro_hash()7168 napi->gro_bitmask = 0; in __netif_napi_del_locked()7227 if (n->gro_bitmask) { in __napi_poll()12249 8 * sizeof_field(struct napi_struct, gro_bitmask)); in netdev_init()
373 unsigned long gro_bitmask; member