Searched refs:mask_mode (Results 1 - 11 of 11) sorted by relevance

/linux-master/drivers/dma/
H A Dpch_dma.c206 u32 mask_mode; local
212 mask_mode = DMA_CTL0_MODE_MASK_BITS <<
216 val &= mask_mode;
230 mask_mode = DMA_CTL0_MODE_MASK_BITS <<
234 val &= mask_mode;
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Dmlx5_ifc_dr.h71 u8 mask_mode[0x1]; member in struct:mlx5_ifc_ste_sx_transmit_bits
109 u8 mask_mode[0x1]; member in struct:mlx5_ifc_ste_rx_steering_mult_bits
147 u8 mask_mode[0x1]; member in struct:mlx5_ifc_ste_modify_packet_bits
H A Dmlx5_ifc_dr_ste_v1.h136 u8 mask_mode[0x1]; member in struct:mlx5_ifc_ste_match_bwc_v1_bits
/linux-master/drivers/net/ethernet/mscc/
H A Docelot_mrp.c70 filter->action.mask_mode = OCELOT_MASK_MODE_REDIRECT;
H A Docelot_flower.c276 filter->action.mask_mode = OCELOT_MASK_MODE_PERMIT_DENY;
310 filter->action.mask_mode = OCELOT_MASK_MODE_PERMIT_DENY;
375 filter->action.mask_mode = OCELOT_MASK_MODE_REDIRECT;
H A Docelot_vcap.c336 vcap_action_set(vcap, data, VCAP_IS2_ACT_MASK_MODE, a->mask_mode);
H A Docelot.c1432 trap->action.mask_mode = OCELOT_MASK_MODE_PERMIT_DENY;
/linux-master/drivers/net/dsa/ocelot/
H A Dfelix.c183 redirect_rule->action.mask_mode = OCELOT_MASK_MODE_REDIRECT;
312 enum ocelot_mask_mode mask_mode; local
336 mask_mode = OCELOT_MASK_MODE_REDIRECT;
343 mask_mode = OCELOT_MASK_MODE_PERMIT_DENY;
348 if (trap->action.mask_mode == mask_mode &&
353 trap->action.mask_mode = mask_mode;
/linux-master/include/soc/mscc/
H A Docelot_vcap.h654 enum ocelot_mask_mode mask_mode; member in struct:ocelot_vcap_action::__anon3251::__anon3254
/linux-master/drivers/net/vmxnet3/
H A Dvmxnet3_int.h343 enum vmxnet3_intr_mask_mode mask_mode; member in struct:vmxnet3_intr
H A Dvmxnet3_drv.c2295 if (adapter->intr.mask_mode == VMXNET3_IMM_ACTIVE)
2326 if (adapter->intr.mask_mode == VMXNET3_IMM_ACTIVE)
2353 if (adapter->intr.mask_mode == VMXNET3_IMM_ACTIVE)
2383 if (adapter->intr.mask_mode == VMXNET3_IMM_ACTIVE)
2531 intr->type, intr->mask_mode, intr->num_intrs);
2874 devRead->intrConf.autoMask = adapter->intr.mask_mode ==
2883 devReadExt->intrConfExt.autoMask = adapter->intr.mask_mode ==
3643 adapter->intr.mask_mode = (cfg >> 2) & 0x3;

Completed in 318 milliseconds