Home
last modified time | relevance | path

Searched refs:mask_entry (Results 1 – 2 of 2) sorted by relevance

/src/contrib/ofed/opensm/opensm/
H A Dosm_dump.c251 uint16_t mask_entry; in dump_mcast_routes() local
271 mask_entry = in dump_mcast_routes()
274 if (mask_entry == 0) { in dump_mcast_routes()
279 if ((1 << j) & mask_entry) { in dump_mcast_routes()
/src/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_devx.c1863 int mask_entry; in is_valid_events() local
1881 mask_entry = event_type_num_list[i] / 64; in is_valid_events()
1889 if (!(be64_to_cpu(aff_events[mask_entry]) & in is_valid_events()
1896 if (!(be64_to_cpu(unaff_events[mask_entry]) & in is_valid_events()
2235 int mask_entry; in is_unaffiliated_event() local
2245 mask_entry = event_type / 64; in is_unaffiliated_event()
2248 if (!(be64_to_cpu(unaff_events[mask_entry]) & (1ull << mask_bit))) in is_unaffiliated_event()