Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dsch_taprio.c1378 struct __tc_taprio_qopt_offload *__offload; in taprio_offload_alloc() local
1380 __offload = kzalloc_flex(*__offload, offload.entries, num_entries); in taprio_offload_alloc()
1381 if (!__offload) in taprio_offload_alloc()
1384 refcount_set(&__offload->users, 1); in taprio_offload_alloc()
1386 return &__offload->offload; in taprio_offload_alloc()
1392 struct __tc_taprio_qopt_offload *__offload; in taprio_offload_get() local
1394 __offload = container_of(offload, struct __tc_taprio_qopt_offload, in taprio_offload_get()
1397 refcount_inc(&__offload->users); in taprio_offload_get()
1405 struct __tc_taprio_qopt_offload *__offload; in taprio_offload_free() local
1407 __offload = container_of(offload, struct __tc_taprio_qopt_offload, in taprio_offload_free()
[all …]