Home
last modified time | relevance | path

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

/Linux-v4.19/net/sched/
Dsch_ingress.c90 q->block_info.binder_type = TCF_BLOCK_BINDER_TYPE_CLSACT_INGRESS; in ingress_init()
223 q->ingress_block_info.binder_type = TCF_BLOCK_BINDER_TYPE_CLSACT_INGRESS; in clsact_init()
234 q->egress_block_info.binder_type = TCF_BLOCK_BINDER_TYPE_CLSACT_EGRESS; in clsact_init()
Dcls_api.c382 bo.binder_type = ei->binder_type; in tcf_block_offload_cmd()
607 enum tcf_block_binder_type binder_type; member
613 enum tcf_block_binder_type binder_type) in tcf_block_owner_netif_keep_dst() argument
616 binder_type != TCF_BLOCK_BINDER_TYPE_CLSACT_INGRESS && in tcf_block_owner_netif_keep_dst()
617 binder_type != TCF_BLOCK_BINDER_TYPE_CLSACT_EGRESS) in tcf_block_owner_netif_keep_dst()
628 item->binder_type); in tcf_block_netif_keep_dst()
634 enum tcf_block_binder_type binder_type) in tcf_block_owner_add() argument
642 item->binder_type = binder_type; in tcf_block_owner_add()
649 enum tcf_block_binder_type binder_type) in tcf_block_owner_del() argument
654 if (item->q == q && item->binder_type == binder_type) { in tcf_block_owner_del()
[all …]
/Linux-v4.19/include/net/
Dpkt_cls.h33 enum tcf_block_binder_type binder_type; member
608 enum tcf_block_binder_type binder_type; member
/Linux-v4.19/drivers/net/ethernet/netronome/nfp/bpf/
Dmain.c195 if (f->binder_type != TCF_BLOCK_BINDER_TYPE_CLSACT_INGRESS) in nfp_bpf_setup_tc_block()
/Linux-v4.19/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_vfr.c169 if (f->binder_type != TCF_BLOCK_BINDER_TYPE_CLSACT_INGRESS) in bnxt_vf_rep_setup_tc_block()
Dbnxt.c8120 if (f->binder_type != TCF_BLOCK_BINDER_TYPE_CLSACT_INGRESS) in bnxt_setup_tc_block()
/Linux-v4.19/drivers/net/ethernet/netronome/nfp/flower/
Doffload.c682 if (f->binder_type != TCF_BLOCK_BINDER_TYPE_CLSACT_INGRESS) in nfp_flower_setup_tc_block()
/Linux-v4.19/drivers/net/netdevsim/
Dnetdev.c322 if (f->binder_type != TCF_BLOCK_BINDER_TYPE_CLSACT_INGRESS) in nsim_setup_tc_block()
/Linux-v4.19/net/dsa/
Dslave.c892 if (f->binder_type == TCF_BLOCK_BINDER_TYPE_CLSACT_INGRESS) in dsa_slave_setup_tc_block()
894 else if (f->binder_type == TCF_BLOCK_BINDER_TYPE_CLSACT_EGRESS) in dsa_slave_setup_tc_block()
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Den_rep.c794 if (f->binder_type != TCF_BLOCK_BINDER_TYPE_CLSACT_INGRESS) in mlx5e_rep_setup_tc_block()
Den_main.c3400 if (f->binder_type != TCF_BLOCK_BINDER_TYPE_CLSACT_INGRESS) in mlx5e_setup_tc_block()
/Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum.c1583 if (f->binder_type == TCF_BLOCK_BINDER_TYPE_CLSACT_INGRESS) { in mlxsw_sp_setup_tc_block()
1586 } else if (f->binder_type == TCF_BLOCK_BINDER_TYPE_CLSACT_EGRESS) { in mlxsw_sp_setup_tc_block()
/Linux-v4.19/drivers/net/ethernet/qlogic/qede/
Dqede_main.c594 if (f->binder_type != TCF_BLOCK_BINDER_TYPE_CLSACT_INGRESS) in qede_setup_tc_block()
/Linux-v4.19/drivers/net/ethernet/intel/i40evf/
Di40evf_main.c2900 if (f->binder_type != TCF_BLOCK_BINDER_TYPE_CLSACT_INGRESS) in i40evf_setup_tc_block()
/Linux-v4.19/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_main.c3817 if (f->binder_type != TCF_BLOCK_BINDER_TYPE_CLSACT_INGRESS) in stmmac_setup_tc_block()
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_main.c3014 if (f->binder_type != TCF_BLOCK_BINDER_TYPE_CLSACT_INGRESS) in cxgb_setup_tc_block()
/Linux-v4.19/drivers/net/ethernet/intel/igb/
Digb_main.c2804 if (f->binder_type != TCF_BLOCK_BINDER_TYPE_CLSACT_INGRESS) in igb_setup_tc_block()
/Linux-v4.19/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c9492 if (f->binder_type != TCF_BLOCK_BINDER_TYPE_CLSACT_INGRESS) in ixgbe_setup_tc_block()
/Linux-v4.19/drivers/net/ethernet/intel/i40e/
Di40e_main.c7555 if (f->binder_type != TCF_BLOCK_BINDER_TYPE_CLSACT_INGRESS) in i40e_setup_tc_block()