Searched refs:sync_it (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/ |
H A D | lm_er.c | 560 u32_t lm_er_inc_load_cnt(lm_device_t *pdev, u8_t sync_it) in lm_er_inc_load_cnt() argument 567 if (sync_it) in lm_er_inc_load_cnt() 578 if (sync_it) in lm_er_inc_load_cnt() 591 if (sync_it) in lm_er_inc_load_cnt() 609 u32_t lm_er_dec_load_cnt(lm_device_t *pdev, u8_t sync_it) in lm_er_dec_load_cnt() argument 616 if (sync_it) in lm_er_dec_load_cnt() 627 if (sync_it) in lm_er_dec_load_cnt() 637 if (sync_it) in lm_er_dec_load_cnt() 655 u32_t lm_er_get_load_cnt(lm_device_t *pdev, u8_t sync_it) in lm_er_get_load_cnt() argument 661 if (sync_it) in lm_er_get_load_cnt() [all …]
|
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/ |
H A D | lm.h | 1738 u32_t lm_er_inc_load_cnt(struct _lm_device_t *pdev, u8_t sync_it); 1739 u32_t lm_er_dec_load_cnt(struct _lm_device_t *pdev, u8_t sync_it); 1740 u32_t lm_er_get_load_cnt(struct _lm_device_t *pdev, u8_t sync_it); 1741 void lm_er_clear_load_cnt(struct _lm_device_t *pdev, u8_t sync_it); 1742 void lm_er_set_recover_done(struct _lm_device_t *pdev, u8_t sync_it); 1743 void lm_er_set_recover_in_progress(struct _lm_device_t *pdev, u8_t sync_it); 1744 u8_t lm_er_recovery_in_progress(struct _lm_device_t *pdev, u8_t sync_it);
|