Home
last modified time | relevance | path

Searched refs:mask_mode (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.15/drivers/net/ethernet/mscc/
Docelot_mrp.c70 filter->action.mask_mode = OCELOT_MASK_MODE_REDIRECT; in ocelot_mrp_redirect_add_vcap()
103 filter->action.mask_mode = OCELOT_MASK_MODE_PERMIT_DENY; in ocelot_mrp_copy_add_vcap()
Docelot_flower.c188 filter->action.mask_mode = OCELOT_MASK_MODE_PERMIT_DENY; in ocelot_flower_parse_action()
205 filter->action.mask_mode = OCELOT_MASK_MODE_PERMIT_DENY; in ocelot_flower_parse_action()
251 filter->action.mask_mode = OCELOT_MASK_MODE_REDIRECT; in ocelot_flower_parse_action()
Docelot_vcap.c336 vcap_action_set(vcap, data, VCAP_IS2_ACT_MASK_MODE, a->mask_mode); in is2_action_set()
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/steering/
Dmlx5_ifc_dr.h71 u8 mask_mode[0x1]; member
109 u8 mask_mode[0x1]; member
147 u8 mask_mode[0x1]; member
Dmlx5_ifc_dr_ste_v1.h136 u8 mask_mode[0x1]; member
/Linux-v5.15/drivers/dma/
Dpch_dma.c206 u32 mask_mode; in pdc_set_dir() local
212 mask_mode = DMA_CTL0_MODE_MASK_BITS << in pdc_set_dir()
216 val &= mask_mode; in pdc_set_dir()
230 mask_mode = DMA_CTL0_MODE_MASK_BITS << in pdc_set_dir()
234 val &= mask_mode; in pdc_set_dir()
/Linux-v5.15/drivers/net/vmxnet3/
Dvmxnet3_int.h321 enum vmxnet3_intr_mask_mode mask_mode; member
Dvmxnet3_drv.c2017 if (adapter->intr.mask_mode == VMXNET3_IMM_ACTIVE) in vmxnet3_msix_tx()
2048 if (adapter->intr.mask_mode == VMXNET3_IMM_ACTIVE) in vmxnet3_msix_rx()
2075 if (adapter->intr.mask_mode == VMXNET3_IMM_ACTIVE) in vmxnet3_msix_event()
2105 if (adapter->intr.mask_mode == VMXNET3_IMM_ACTIVE) in vmxnet3_intr()
2253 intr->type, intr->mask_mode, intr->num_intrs); in vmxnet3_request_irqs()
2596 devRead->intrConf.autoMask = adapter->intr.mask_mode == in vmxnet3_setup_driver_shared()
2605 devReadExt->intrConfExt.autoMask = adapter->intr.mask_mode == in vmxnet3_setup_driver_shared()
3256 adapter->intr.mask_mode = (cfg >> 2) & 0x3; in vmxnet3_alloc_intr_resources()
/Linux-v5.15/drivers/net/dsa/ocelot/
Dfelix.c133 redirect_rule->action.mask_mode = OCELOT_MASK_MODE_REDIRECT; in felix_tag_8021q_txvlan_add()
330 redirect_rule->action.mask_mode = OCELOT_MASK_MODE_REDIRECT; in felix_setup_mmio_filtering()
336 redirect_rule->action.mask_mode = OCELOT_MASK_MODE_PERMIT_DENY; in felix_setup_mmio_filtering()
/Linux-v5.15/include/soc/mscc/
Docelot_vcap.h630 enum ocelot_mask_mode mask_mode; member