/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/rep/ |
H A D | tc.c | 28 enum flow_block_binder_type binder_type; member 304 enum flow_block_binder_type binder_type) in mlx5e_rep_indr_block_priv_lookup() argument 312 cb_priv->binder_type == binder_type) in mlx5e_rep_indr_block_priv_lookup() 353 flags |= (priv->binder_type == FLOW_BLOCK_BINDER_TYPE_CLSACT_EGRESS) ? in mlx5e_rep_indr_setup_tc_cb() 438 if (f->binder_type != FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS && in mlx5e_rep_check_indr_block_supported() 439 f->binder_type != FLOW_BLOCK_BINDER_TYPE_CLSACT_EGRESS) in mlx5e_rep_check_indr_block_supported() 462 if (netif_is_ovs_master(netdev) && f->binder_type == FLOW_BLOCK_BINDER_TYPE_CLSACT_EGRESS && in mlx5e_rep_check_indr_block_supported() 488 indr_priv = mlx5e_rep_indr_block_priv_lookup(rpriv, netdev, f->binder_type); in mlx5e_rep_indr_setup_block() 498 indr_priv->binder_type = f->binder_type; in mlx5e_rep_indr_setup_block() 516 indr_priv = mlx5e_rep_indr_block_priv_lookup(rpriv, netdev, f->binder_type); in mlx5e_rep_indr_setup_block()
|
/openbmc/linux/drivers/net/ethernet/sfc/ |
H A D | tc_bindings.c | 81 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()
|
/openbmc/linux/net/core/ |
H A D | flow_offload.c | 346 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()
|
/openbmc/linux/drivers/net/ethernet/microchip/lan966x/ |
H A D | lan966x_tc.c | 104 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()
|
/openbmc/linux/drivers/net/ethernet/microchip/sparx5/ |
H A D | sparx5_tc.c | 52 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()
|
/openbmc/linux/net/sched/ |
H A D | sch_ingress.c | 99 q->block_info.binder_type = FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS; in ingress_init() 264 q->ingress_block_info.binder_type = FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS; in clsact_init() 283 q->egress_block_info.binder_type = FLOW_BLOCK_BINDER_TYPE_CLSACT_EGRESS; in clsact_init()
|
H A D | cls_api.c | 750 enum flow_block_binder_type binder_type, in tcf_block_offload_init() argument 756 bo->binder_type = binder_type; in tcf_block_offload_init() 777 block_cb->indr.binder_type, in tc_block_indr_cleanup() 802 tcf_block_offload_init(&bo, dev, sch, command, ei->binder_type, in tcf_block_offload_cmd() 1369 enum flow_block_binder_type binder_type; member 1375 enum flow_block_binder_type binder_type) in tcf_block_owner_netif_keep_dst() argument 1378 binder_type != FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS && in tcf_block_owner_netif_keep_dst() 1379 binder_type != FLOW_BLOCK_BINDER_TYPE_CLSACT_EGRESS) in tcf_block_owner_netif_keep_dst() 1390 item->binder_type); in tcf_block_netif_keep_dst() 1396 enum flow_block_binder_type binder_type) in tcf_block_owner_add() argument [all …]
|
/openbmc/linux/include/net/ |
H A D | pkt_cls.h | 29 enum flow_block_binder_type binder_type; member 603 enum flow_block_binder_type binder_type, 614 enum flow_block_binder_type binder_type, in tcf_qevent_init() argument
|
H A D | flow_offload.h | 500 enum flow_block_binder_type binder_type; member 522 enum flow_block_binder_type binder_type; member
|
/openbmc/linux/drivers/net/ethernet/marvell/prestera/ |
H A D | prestera_flow.c | 307 switch (f->binder_type) { in prestera_flow_block_setup()
|
/openbmc/linux/drivers/net/ethernet/netronome/nfp/flower/ |
H A D | offload.c | 1784 if (f->binder_type != FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS) in nfp_flower_setup_tc_block() 1883 if ((f->binder_type != FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS && in nfp_flower_setup_indr_tc_block() 1885 (f->binder_type != FLOW_BLOCK_BINDER_TYPE_CLSACT_EGRESS && in nfp_flower_setup_indr_tc_block()
|
/openbmc/linux/drivers/net/ethernet/mediatek/ |
H A D | mtk_ppe_offload.c | 584 if (f->binder_type != FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS) in mtk_eth_setup_tc_block()
|
H A D | mtk_wed.c | 1790 if (f->binder_type != FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS) in mtk_wed_setup_tc_block()
|
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
H A D | otx2_tc.c | 1370 if (f->binder_type == FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS) { in otx2_setup_tc_block() 1373 } else if (f->binder_type == FLOW_BLOCK_BINDER_TYPE_CLSACT_EGRESS) { in otx2_setup_tc_block()
|
/openbmc/linux/net/netfilter/ |
H A D | nf_tables_offload.c | 377 bo->binder_type = FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS; in nft_flow_block_offload_init()
|
H A D | nf_flow_table_offload.c | 1135 bo->binder_type = FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS; in nf_flow_table_block_offload_init()
|
/openbmc/linux/drivers/net/ethernet/mscc/ |
H A D | ocelot_net.c | 442 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()
|
/openbmc/linux/net/dsa/ |
H A D | slave.c | 1654 if (f->binder_type == FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS) in dsa_slave_setup_tc_block() 1656 else if (f->binder_type == FLOW_BLOCK_BINDER_TYPE_CLSACT_EGRESS) in dsa_slave_setup_tc_block()
|
/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_tc.c | 1909 if (f->binder_type != FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS) in bnxt_tc_setup_indr_block()
|
/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/ |
H A D | dpaa2-switch.c | 1383 if (f->binder_type != FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS) in dpaa2_switch_setup_tc_block()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum.c | 1158 switch (f->binder_type) { in mlxsw_sp_setup_tc_block()
|
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_main.c | 3714 if (f->binder_type == FLOW_BLOCK_BINDER_TYPE_CLSACT_EGRESS) { in cxgb_setup_tc_block()
|
/openbmc/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_main.c | 9031 if (f->binder_type != FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS) in ice_indr_setup_tc_block()
|