Home
last modified time | relevance | path

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

/Linux-v6.1/net/sched/
Dsch_taprio.c1123 struct __tc_taprio_qopt_offload *__offload; in taprio_offload_alloc() local
1125 __offload = kzalloc(struct_size(__offload, offload.entries, num_entries), in taprio_offload_alloc()
1127 if (!__offload) in taprio_offload_alloc()
1130 refcount_set(&__offload->users, 1); in taprio_offload_alloc()
1132 return &__offload->offload; in taprio_offload_alloc()
1138 struct __tc_taprio_qopt_offload *__offload; in taprio_offload_get() local
1140 __offload = container_of(offload, struct __tc_taprio_qopt_offload, in taprio_offload_get()
1143 refcount_inc(&__offload->users); in taprio_offload_get()
1151 struct __tc_taprio_qopt_offload *__offload; in taprio_offload_free() local
1153 __offload = container_of(offload, struct __tc_taprio_qopt_offload, in taprio_offload_free()
[all …]