Searched refs:binder_type (Results 1 - 23 of 23) sorted by relevance

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/rep/
H A Dtc.c28 enum flow_block_binder_type binder_type; member in struct:mlx5e_rep_indr_block_priv
318 enum flow_block_binder_type binder_type)
326 cb_priv->binder_type == binder_type)
367 flags |= (priv->binder_type == FLOW_BLOCK_BINDER_TYPE_CLSACT_EGRESS) ?
452 if (f->binder_type != FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS &&
453 f->binder_type != FLOW_BLOCK_BINDER_TYPE_CLSACT_EGRESS)
476 if (netif_is_ovs_master(netdev) && f->binder_type == FLOW_BLOCK_BINDER_TYPE_CLSACT_EGRESS &&
502 indr_priv = mlx5e_rep_indr_block_priv_lookup(rpriv, netdev, f->binder_type);
512 indr_priv->binder_type
316 mlx5e_rep_indr_block_priv_lookup(struct mlx5e_rep_priv *rpriv, struct net_device *netdev, enum flow_block_binder_type binder_type) argument
[all...]
/linux-master/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_tc.c52 if (fbo->binder_type == FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS)
54 else if (fbo->binder_type == FLOW_BLOCK_BINDER_TYPE_CLSACT_EGRESS)
/linux-master/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_tc.c104 if (f->binder_type == FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS) {
108 } else if (f->binder_type == FLOW_BLOCK_BINDER_TYPE_CLSACT_EGRESS) {
/linux-master/drivers/net/ethernet/sfc/
H A Dtc_bindings.c81 if (tcb->binder_type != FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS)
154 if (tcb->binder_type != FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS &&
155 tcb->binder_type != FLOW_BLOCK_BINDER_TYPE_CLSACT_EGRESS)
159 if (tcb->binder_type == FLOW_BLOCK_BINDER_TYPE_CLSACT_EGRESS &&
/linux-master/net/core/
H A Dflow_offload.c346 f->binder_type != FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS)
413 enum flow_block_binder_type binder_type; member in struct:flow_indir_dev_info
425 bo.binder_type = cur->binder_type;
522 flow_block->indr.binder_type = bo->binder_type;
584 info->binder_type = bo->binder_type;
/linux-master/net/sched/
H A Dsch_ingress.c99 q->block_info.binder_type = FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS;
265 q->ingress_block_info.binder_type = FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS;
284 q->egress_block_info.binder_type = FLOW_BLOCK_BINDER_TYPE_CLSACT_EGRESS;
H A Dcls_api.c750 enum flow_block_binder_type binder_type,
756 bo->binder_type = binder_type;
777 block_cb->indr.binder_type,
802 tcf_block_offload_init(&bo, dev, sch, command, ei->binder_type,
1371 enum flow_block_binder_type binder_type; member in struct:tcf_block_owner_item
1377 enum flow_block_binder_type binder_type)
1380 binder_type != FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS &&
1381 binder_type != FLOW_BLOCK_BINDER_TYPE_CLSACT_EGRESS)
1392 item->binder_type);
747 tcf_block_offload_init(struct flow_block_offload *bo, struct net_device *dev, struct Qdisc *sch, enum flow_block_command command, enum flow_block_binder_type binder_type, struct flow_block *flow_block, bool shared, struct netlink_ext_ack *extack) argument
1375 tcf_block_owner_netif_keep_dst(struct tcf_block *block, struct Qdisc *q, enum flow_block_binder_type binder_type) argument
1396 tcf_block_owner_add(struct tcf_block *block, struct Qdisc *q, enum flow_block_binder_type binder_type) argument
1411 tcf_block_owner_del(struct tcf_block *block, struct Qdisc *q, enum flow_block_binder_type binder_type) argument
3898 tcf_qevent_init(struct tcf_qevent *qe, struct Qdisc *sch, enum flow_block_binder_type binder_type, struct nlattr *block_index_attr, struct netlink_ext_ack *extack) argument
[all...]
/linux-master/drivers/net/ethernet/marvell/prestera/
H A Dprestera_flow.c307 switch (f->binder_type) {
/linux-master/include/net/
H A Dflow_offload.h500 enum flow_block_binder_type binder_type; member in struct:flow_block_offload
522 enum flow_block_binder_type binder_type; member in struct:flow_block_indr
H A Dpkt_cls.h31 enum flow_block_binder_type binder_type; member in struct:tcf_block_ext_info
605 enum flow_block_binder_type binder_type,
616 enum flow_block_binder_type binder_type,
615 tcf_qevent_init(struct tcf_qevent *qe, struct Qdisc *sch, enum flow_block_binder_type binder_type, struct nlattr *block_index_attr, struct netlink_ext_ack *extack) argument
/linux-master/drivers/net/ethernet/netronome/nfp/flower/
H A Doffload.c1784 if (f->binder_type != FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS)
1883 if ((f->binder_type != FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS &&
1885 (f->binder_type != FLOW_BLOCK_BINDER_TYPE_CLSACT_EGRESS &&
/linux-master/net/netfilter/
H A Dnf_tables_offload.c377 bo->binder_type = FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS;
H A Dnf_flow_table_offload.c1135 bo->binder_type = FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS;
/linux-master/drivers/net/ethernet/mediatek/
H A Dmtk_ppe_offload.c588 if (f->binder_type != FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS)
H A Dmtk_wed.c2693 if (f->binder_type != FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS)
/linux-master/drivers/net/ethernet/mscc/
H A Docelot_net.c442 if (f->binder_type == FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS) {
445 } else if (f->binder_type == FLOW_BLOCK_BINDER_TYPE_CLSACT_EGRESS) {
/linux-master/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_tc.c1560 if (f->binder_type == FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS) {
1563 } else if (f->binder_type == FLOW_BLOCK_BINDER_TYPE_CLSACT_EGRESS) {
/linux-master/net/dsa/
H A Duser.c1638 if (f->binder_type == FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS)
1640 else if (f->binder_type == FLOW_BLOCK_BINDER_TYPE_CLSACT_EGRESS)
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_tc.c1909 if (f->binder_type != FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS)
/linux-master/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-switch.c1383 if (f->binder_type != FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS)
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum.c1160 switch (f->binder_type) {
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_main.c3711 if (f->binder_type == FLOW_BLOCK_BINDER_TYPE_CLSACT_EGRESS) {
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_main.c9201 if (f->binder_type != FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS)

Completed in 693 milliseconds