Home
last modified time | relevance | path

Searched refs:match_mask (Results 1 – 14 of 14) sorted by relevance

/Linux-v6.1/drivers/clocksource/
Dbcm2835_timer.c32 int match_mask; member
57 if (readl_relaxed(timer->control) & timer->match_mask) { in bcm2835_time_interrupt()
58 writel_relaxed(timer->match_mask, timer->control); in bcm2835_time_interrupt()
109 timer->match_mask = BIT(DEFAULT_TIMER); in bcm2835_timer_init()
/Linux-v6.1/fs/notify/fanotify/
Dfanotify.c294 u32 *match_mask, u32 event_mask, in fanotify_group_event_mask() argument
339 *match_mask |= 1U << type; in fanotify_group_event_mask()
710 __kernel_fsid_t *fsid, u32 match_mask) in fanotify_alloc_event() argument
767 if (WARN_ON_ONCE(!match_mask)) in fanotify_alloc_event()
772 match_mask & (1U << FSNOTIFY_ITER_TYPE_SB); in fanotify_alloc_event()
774 match_mask & (1U << FSNOTIFY_ITER_TYPE_INODE); in fanotify_alloc_event()
776 match_mask & (1U << FSNOTIFY_ITER_TYPE_INODE2); in fanotify_alloc_event()
898 u32 match_mask = 0; in fanotify_handle_event() local
924 mask = fanotify_group_event_mask(group, iter_info, &match_mask, in fanotify_handle_event()
930 group, mask, match_mask); in fanotify_handle_event()
[all …]
/Linux-v6.1/drivers/net/ethernet/aquantia/atlantic/macsec/
Dmacsec_struct.h25 u32 match_mask; member
333 u32 match_mask; member
683 u32 match_mask; member
Dmacsec_api.c277 packed_record[4] = rec->match_mask & 0xFFFF; in set_ingress_prectlf_record()
331 rec->match_mask = packed_record[4]; in get_ingress_prectlf_record()
1078 packed_record[4] = rec->match_mask & 0xFFFF; in set_ingress_postctlf_record()
1132 rec->match_mask = packed_record[4]; in get_ingress_postctlf_record()
1169 packed_record[4] = rec->match_mask & 0xFFFF; in set_egress_ctlf_record()
1219 rec->match_mask = packed_record[4]; in get_egress_ctlf_record()
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/
Dfs_cmd.h101 u16 format_id, u32 *match_mask);
Dfs_cmd.c205 u16 format_id, u32 *match_mask) in mlx5_cmd_stub_create_match_definer() argument
1007 u16 format_id, u32 *match_mask) in mlx5_cmd_create_match_definer() argument
1023 ptr = MLX5_ADDR_OF(match_definer, ptr, match_mask); in mlx5_cmd_create_match_definer()
1024 memcpy(ptr, match_mask, MLX5_FLD_SZ_BYTES(match_definer, match_mask)); in mlx5_cmd_create_match_definer()
Dfs_core.c3458 u32 *match_mask) in mlx5_create_match_definer() argument
3473 id = root->cmds->create_match_definer(root, format_id, match_mask); in mlx5_create_match_definer()
Den_tc.c3183 void *match_mask = headers_c + f->match_offset; in offload_pedit_fields() local
3191 match_mask, f->field_bsize)) in offload_pedit_fields()
/Linux-v6.1/drivers/media/tuners/
Dxc2028.c477 v4l2_std_id match_mask; in seek_firmware() local
483 match_mask = *id & priv->firm[i].id; in seek_firmware()
484 if (!match_mask) in seek_firmware()
487 if ((*id & match_mask) == *id) in seek_firmware()
490 nr_matches = hweight64(match_mask); in seek_firmware()
/Linux-v6.1/include/linux/mlx5/
Dfs.h302 u32 *match_mask);
Dmlx5_ifc.h6117 u8 match_mask[16][0x20]; member
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/lag/
Dport_sel.c304 match_mask), in mlx5_lag_create_definer()
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/steering/
Dfs_dr.c692 u16 format_id, u32 *match_mask) in mlx5_cmd_dr_create_match_definer() argument
/Linux-v6.1/drivers/net/ethernet/aquantia/atlantic/
Daq_macsec.c1524 tx_ctlf_rec.match_mask = 0xf; /* match for eth_type */ in aq_macsec_enable()
1532 rx_prectlf_rec.match_mask = 0xf; /* match for eth_type */ in aq_macsec_enable()