Searched refs:atomic_index (Results 1 – 1 of 1) sorted by relevance
264 u16_t atomic_index = 0; in lm_update_def_hc_indices() local279 atomic_index = mm_le16_to_cpu(sp_sb->running_index); in lm_update_def_hc_indices()280 if (atomic_index != pdev->vars.hc_def_ack) in lm_update_def_hc_indices()282 pdev->vars.hc_def_ack = atomic_index; in lm_update_def_hc_indices()289 atomic_index = mm_le16_to_cpu(attn_sb->attn_bits_index); in lm_update_def_hc_indices()290 if (atomic_index != pdev->vars.attn_def_ack) in lm_update_def_hc_indices()292 pdev->vars.attn_def_ack = atomic_index; in lm_update_def_hc_indices()303 u16_t atomic_index = 0; in lm_update_fp_hc_indices() local322 atomic_index = lm_get_sb_running_index(pdev, drv_sb_id, SM_TX_ID); in lm_update_fp_hc_indices()324 if (atomic_index != pdev->vars.c_hc_ack[drv_sb_id]) in lm_update_fp_hc_indices()[all …]