Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_sb.c264 u16_t atomic_index = 0; in lm_update_def_hc_indices() local
279 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() local
322 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 …]