Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/en/rep/
H A Dtc.c28 enum flow_block_binder_type binder_type; member
318 enum flow_block_binder_type binder_type) in mlx5e_rep_indr_block_priv_lookup() argument
326 cb_priv->binder_type == binder_type) in mlx5e_rep_indr_block_priv_lookup()
367 flags |= (priv->binder_type == FLOW_BLOCK_BINDER_TYPE_CLSACT_EGRESS) ? in mlx5e_rep_indr_setup_tc_cb()
452 if (f->binder_type != FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS && in mlx5e_rep_check_indr_block_supported()
453 f->binder_type != FLOW_BLOCK_BINDER_TYPE_CLSACT_EGRESS) in mlx5e_rep_check_indr_block_supported()
476 if (netif_is_ovs_master(netdev) && f->binder_type == FLOW_BLOCK_BINDER_TYPE_CLSACT_EGRESS && in mlx5e_rep_check_indr_block_supported()
502 indr_priv = mlx5e_rep_indr_block_priv_lookup(rpriv, netdev, f->binder_type); in mlx5e_rep_indr_setup_block()
512 indr_priv->binder_type = f->binder_type; in mlx5e_rep_indr_setup_block()
530 indr_priv = mlx5e_rep_indr_block_priv_lookup(rpriv, netdev, f->binder_type); in mlx5e_rep_indr_setup_block()
/linux-6.15/drivers/net/ethernet/sfc/
H A Dtc_bindings.c81 if (tcb->binder_type != FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS) in efx_tc_setup_block()
154 if (tcb->binder_type != FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS && in efx_tc_indr_setup_cb()
155 tcb->binder_type != FLOW_BLOCK_BINDER_TYPE_CLSACT_EGRESS) in efx_tc_indr_setup_cb()
159 if (tcb->binder_type == FLOW_BLOCK_BINDER_TYPE_CLSACT_EGRESS && in efx_tc_indr_setup_cb()
/linux-6.15/net/core/
H A Dflow_offload.c346 f->binder_type != FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS) in flow_block_cb_setup_simple()
413 enum flow_block_binder_type binder_type; member
425 bo.binder_type = cur->binder_type; in existing_qdiscs_register()
522 flow_block->indr.binder_type = bo->binder_type; in flow_block_indr_init()
584 info->binder_type = bo->binder_type; in indir_dev_add()
/linux-6.15/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_tc.c104 if (f->binder_type == FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS) { in lan966x_tc_setup_block()
108 } else if (f->binder_type == FLOW_BLOCK_BINDER_TYPE_CLSACT_EGRESS) { in lan966x_tc_setup_block()
/linux-6.15/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_tc.c52 if (fbo->binder_type == FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS) in sparx5_tc_setup_block()
54 else if (fbo->binder_type == FLOW_BLOCK_BINDER_TYPE_CLSACT_EGRESS) in sparx5_tc_setup_block()
/linux-6.15/net/sched/
H A Dsch_ingress.c99 q->block_info.binder_type = FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS; in ingress_init()
265 q->ingress_block_info.binder_type = FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS; in clsact_init()
284 q->egress_block_info.binder_type = FLOW_BLOCK_BINDER_TYPE_CLSACT_EGRESS; in clsact_init()
H A Dcls_api.c779 enum flow_block_binder_type binder_type, in tcf_block_offload_init() argument
785 bo->binder_type = binder_type; in tcf_block_offload_init()
806 block_cb->indr.binder_type, in tc_block_indr_cleanup()
1400 enum flow_block_binder_type binder_type; member
1421 item->binder_type); in tcf_block_netif_keep_dst()
1435 item->binder_type = binder_type; in tcf_block_owner_add()
1442 enum flow_block_binder_type binder_type) in tcf_block_owner_del() argument
1447 if (item->q == q && item->binder_type == binder_type) { in tcf_block_owner_del()
1518 tcf_block_owner_del(block, q, ei->binder_type); in tcf_block_get_ext()
3965 enum flow_block_binder_type binder_type, in tcf_qevent_init() argument
[all …]
/linux-6.15/include/net/
H A Dpkt_cls.h31 enum flow_block_binder_type binder_type; member
614 enum flow_block_binder_type binder_type,
625 enum flow_block_binder_type binder_type, in tcf_qevent_init() argument
H A Dflow_offload.h590 enum flow_block_binder_type binder_type; member
612 enum flow_block_binder_type binder_type; member
/linux-6.15/drivers/net/ethernet/marvell/prestera/
H A Dprestera_flow.c307 switch (f->binder_type) { in prestera_flow_block_setup()
/linux-6.15/drivers/net/ethernet/netronome/nfp/flower/
H A Doffload.c1788 if (f->binder_type != FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS) in nfp_flower_setup_tc_block()
1887 if ((f->binder_type != FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS && in nfp_flower_setup_indr_tc_block()
1889 (f->binder_type != FLOW_BLOCK_BINDER_TYPE_CLSACT_EGRESS && in nfp_flower_setup_indr_tc_block()
/linux-6.15/drivers/net/ethernet/mediatek/
H A Dmtk_ppe_offload.c603 if (f->binder_type != FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS) in mtk_eth_setup_tc_block()
H A Dmtk_wed.c2694 if (f->binder_type != FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS) in mtk_wed_setup_tc_block()
/linux-6.15/net/netfilter/
H A Dnf_tables_offload.c377 bo->binder_type = FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS; in nft_flow_block_offload_init()
H A Dnf_flow_table_offload.c1135 bo->binder_type = FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS; in nf_flow_table_block_offload_init()
/linux-6.15/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_tc.c1580 if (f->binder_type == FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS) { in otx2_setup_tc_block()
1583 } else if (f->binder_type == FLOW_BLOCK_BINDER_TYPE_CLSACT_EGRESS) { in otx2_setup_tc_block()
/linux-6.15/drivers/net/ethernet/mscc/
H A Docelot_net.c442 if (f->binder_type == FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS) { in ocelot_setup_tc_block()
445 } else if (f->binder_type == FLOW_BLOCK_BINDER_TYPE_CLSACT_EGRESS) { in ocelot_setup_tc_block()
/linux-6.15/net/dsa/
H A Duser.c1702 if (f->binder_type == FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS) in dsa_user_setup_tc_block()
1704 else if (f->binder_type == FLOW_BLOCK_BINDER_TYPE_CLSACT_EGRESS) in dsa_user_setup_tc_block()
/linux-6.15/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_tc.c1913 if (f->binder_type != FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS) in bnxt_tc_setup_indr_block()
/linux-6.15/drivers/net/ethernet/airoha/
H A Dairoha_eth.c2279 if (f->binder_type != FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS) in airoha_dev_setup_tc_block()
/linux-6.15/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-switch.c1384 if (f->binder_type != FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS) in dpaa2_switch_setup_tc_block()
/linux-6.15/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum.c1040 switch (f->binder_type) { in mlxsw_sp_setup_tc_block()
/linux-6.15/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_main.c3702 if (f->binder_type == FLOW_BLOCK_BINDER_TYPE_CLSACT_EGRESS) { in cxgb_setup_tc_block()
/linux-6.15/drivers/net/ethernet/intel/ice/
H A Dice_main.c9403 if (f->binder_type != FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS) in ice_indr_setup_tc_block()