Lines Matching refs:gro
6473 if (n->gro.bitmask) in napi_complete_done()
6489 gro_flush(&n->gro, !!timeout); in napi_complete_done()
6490 gro_normal_list(&n->gro); in napi_complete_done()
6554 gro_normal_list(&napi->gro); in __busy_poll_stop()
6560 gro_flush(&napi->gro, HZ >= 1000); in __busy_poll_stop()
6561 gro_normal_list(&napi->gro); in __busy_poll_stop()
6669 gro_normal_list(&napi->gro); in __napi_busy_loop()
6769 napi->gro.cached_napi_id = napi_id; in __napi_hash_add_with_id()
7164 gro_init(&napi->gro); in netif_napi_add_weight_locked()
7301 gro_cleanup(&napi->gro); in __netif_napi_del_locked()
7361 gro_flush(&n->gro, HZ >= 1000); in __napi_poll()
7362 gro_normal_list(&n->gro); in __napi_poll()
12710 gro_init(&sd->backlog.gro); in net_dev_init()