Searched refs:gcells (Results 1 – 4 of 4) sorted by relevance
23 if (!gcells->cells || skb_cloned(skb) || netif_elide_gro(dev)) { in gro_cells_receive()28 cell = this_cpu_ptr(gcells->cells); in gro_cells_receive()74 gcells->cells = alloc_percpu(struct gro_cell); in gro_cells_init()75 if (!gcells->cells) in gro_cells_init()79 struct gro_cell *cell = per_cpu_ptr(gcells->cells, i); in gro_cells_init()106 void gro_cells_destroy(struct gro_cells *gcells) in gro_cells_destroy() argument111 if (!gcells->cells) in gro_cells_destroy()114 struct gro_cell *cell = per_cpu_ptr(gcells->cells, i); in gro_cells_destroy()128 defer->ptr = gcells->cells; in gro_cells_destroy()135 free_percpu(gcells->cells); in gro_cells_destroy()[all …]
25 struct gro_cells gcells; member
123 gro_cells_receive(&p->gcells, skb); in dsa_switch_rcv()
2812 ret = gro_cells_init(&p->gcells, user_dev); in dsa_user_create()2874 gro_cells_destroy(&p->gcells); in dsa_user_create()2895 gro_cells_destroy(&p->gcells); in dsa_user_destroy()
Completed in 15 milliseconds