Searched refs:IS_LSB_SET (Results 1 – 3 of 3) sorted by relevance
53 #define IS_LSB_SET(__num) ((__num) & BIT(0)) macro
45 is_last_event = IS_LSB_SET(ev->last_event); in tgt_mc_cp_stats_is_last_event()
954 if (IS_MSB_SET(ev->last_event) && IS_LSB_SET(ev->last_event)) in target_if_cp_stats_extract_event()