Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/sched/
Dsch_mq.c230 graft_offload.graft_params.queue = cl - 1; in mq_graft()
231 graft_offload.graft_params.child_handle = new ? new->handle : 0; in mq_graft()
Dsch_prio.c308 graft_offload.graft_params.band = band; in prio_graft()
309 graft_offload.graft_params.child_handle = new->handle; in prio_graft()
Dsch_ets.c170 qopt.graft_params.band = arg - 1; in ets_offload_graft()
171 qopt.graft_params.child_handle = new->handle; in ets_offload_graft()
/kernel/linux/linux-5.10/include/net/
Dpkt_cls.h793 struct tc_mq_opt_offload_graft_params graft_params; member
900 struct tc_prio_qopt_offload_graft_params graft_params; member
941 struct tc_ets_qopt_offload_graft_params graft_params; member
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/abm/
Dqdisc.c829 opt->graft_params.child_handle, in nfp_abm_setup_tc_mq()
830 opt->graft_params.queue); in nfp_abm_setup_tc_mq()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_qdisc.c1268 &p->graft_params); in mlxsw_sp_setup_tc_prio()
1301 p->graft_params.band, in mlxsw_sp_setup_tc_ets()
1302 p->graft_params.child_handle); in mlxsw_sp_setup_tc_ets()